Shades of Dark Khaki #C4B76D
Tints of Dark Khaki #C4B76D
RGB
CMYK
RGB Variations
Color information
#C4B76D (or 0xC4B76D) is known color: Dark Khaki. HEX triplet: C4, B7 and 6D. RGB value is (196,183,109). Sum of RGB (Red+Green+Blue) = 196+183+109=488 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.16% from 488); Green value is 183 (71.88% from 255 or 37.5% from 488); Blue value is 109 (42.97% from 255 or 22.34% from 488); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B76D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4B76D is #3B4892. Grayscale: #B2B2B2. Windows color (decimal): -3885203 or 7190468. OLE color: 7190468.
HSL color Cylindrical-coordinate representation of color #C4B76D: hue angle of 51.03º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C4B76D is Cyan = 0, Magento = 0.07, Yellow = 0.44 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 183 | 109 | - |
| CMYK | 0 | 0.07 | 0.44 | 0.23 |
| HSL | 51.03º | 0.42% | 0.6% | - |
| HSV(B) | 51.03º | 0.44% | 0.77% | - |
| XYZ | 42.46 | 46.71 | 21.25 | - |
| YUV | 178.45 | 88.81 | 140.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 183 | 109 | 0 | 0.07 | 0.44 | 0.23 | 51.03 | 0.42 | 0.6 |
| Hex | C4 | B7 | 6D | 0 | 7 | 2C | 17 | 33 | 2A | 3C |
| Octal | 304 | 267 | 155 | 0 | 7 | 54 | 27 | 63 | 52 | 74 |
| Binary | 11000100 | 10110111 | 1101101 | 0 | 111 | 101100 | 10111 | 110011 | 101010 | 111100 |
Color Harmonies of #C4B76D
Complementary color
Monochromatic Colors of #C4B76D
Black with #C4B76D
Text Example
Text Example
White with #C4B76D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B76D; }
p { color: rgb(196,183,109); }
H1.HeaderClassName
{
color: #C4B76D;
}
.AnyTagClassName
{
color: #C4B76D;
}
</style>
background-color css
<style>
a { background-color: #C4B76D; }
a { background-color: rgb(196,183,109); }
div.DivClassName
{
background-color: #C4B76D;
}
.BgClassName
{
background-color: #C4B76D;
}
</style>
border-color css
<style>
span { border-color: #C4B76D; }
span { border-color: rgb(196,183,109); }
td.TdClassName
{
border-color: #C4B76D;
}
.TagClassName
{
border-color: #C4B76D;
}
</style>