Khaki Brown Hex Code — #C3B091
RGB, HSL, and CMYK values for Khaki Brown.
Khaki Brown Color Values
| Format | Value |
|---|---|
| HEX | #C3B091 |
| RGB | rgb(195, 176, 145) |
| HSL | hsl(37, 29%, 67%) |
| CMYK | cmyk(0%, 10%, 26%, 24%) |
Want to explore more shades? Use our Color Converter
About Khaki Brown
Color psychology: Reliability, nature.
Khaki Brown (#C3B091) is a medium shade of brown. It's commonly used in web design, graphic design, and branding where reliability, nature are desired associations.
How to Use Khaki Brown in CSS
/* Using HEX */ color: #C3B091; background-color: #C3B091; /* Using RGB */ color: rgb(195, 176, 145); /* Using HSL */ color: hsl(37, 29%, 67%);