Shades of Dark Khaki #C5B771
Tints of Dark Khaki #C5B771
RGB
CMYK
RGB Variations
Color information
#C5B771 (or 0xC5B771) is known color: Dark Khaki. HEX triplet: C5, B7 and 71. RGB value is (197,183,113). Sum of RGB (Red+Green+Blue) = 197+183+113=493 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.96% from 493); Green value is 183 (71.88% from 255 or 37.12% from 493); Blue value is 113 (44.53% from 255 or 22.92% from 493); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B771 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5B771 is #3A488E. Grayscale: #B3B3B3. Windows color (decimal): -3819663 or 7452613. OLE color: 7452613.
HSL color Cylindrical-coordinate representation of color #C5B771: hue angle of 50º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C5B771 is Cyan = 0, Magento = 0.07, Yellow = 0.43 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 183 | 113 | - |
| CMYK | 0 | 0.07 | 0.43 | 0.23 |
| HSL | 50º | 0.42% | 0.61% | - |
| HSV(B) | 50º | 0.43% | 0.77% | - |
| XYZ | 42.94 | 46.93 | 22.42 | - |
| YUV | 179.21 | 90.64 | 140.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 183 | 113 | 0 | 0.07 | 0.43 | 0.23 | 50 | 0.42 | 0.61 |
| Hex | C5 | B7 | 71 | 0 | 7 | 2B | 17 | 32 | 2A | 3D |
| Octal | 305 | 267 | 161 | 0 | 7 | 53 | 27 | 62 | 52 | 75 |
| Binary | 11000101 | 10110111 | 1110001 | 0 | 111 | 101011 | 10111 | 110010 | 101010 | 111101 |
Color Harmonies of #C5B771
Complementary color
Monochromatic Colors of #C5B771
Black with #C5B771
Text Example
Text Example
White with #C5B771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B771; }
p { color: rgb(197,183,113); }
H1.HeaderClassName
{
color: #C5B771;
}
.AnyTagClassName
{
color: #C5B771;
}
</style>
background-color css
<style>
a { background-color: #C5B771; }
a { background-color: rgb(197,183,113); }
div.DivClassName
{
background-color: #C5B771;
}
.BgClassName
{
background-color: #C5B771;
}
</style>
border-color css
<style>
span { border-color: #C5B771; }
span { border-color: rgb(197,183,113); }
td.TdClassName
{
border-color: #C5B771;
}
.TagClassName
{
border-color: #C5B771;
}
</style>