Shades of Dark Khaki #C4B76E
Tints of Dark Khaki #C4B76E
RGB
CMYK
RGB Variations
Color information
#C4B76E (or 0xC4B76E) is known color: Dark Khaki. HEX triplet: C4, B7 and 6E. RGB value is (196,183,110). Sum of RGB (Red+Green+Blue) = 196+183+110=489 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.08% from 489); Green value is 183 (71.88% from 255 or 37.42% from 489); Blue value is 110 (43.36% from 255 or 22.49% from 489); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B76E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4B76E is #3B4891. Grayscale: #B2B2B2. Windows color (decimal): -3885202 or 7256004. OLE color: 7256004.
HSL color Cylindrical-coordinate representation of color #C4B76E: hue angle of 50.93º 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 #C4B76E is Cyan = 0, Magento = 0.07, Yellow = 0.44 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 183 | 110 | - |
| CMYK | 0 | 0.07 | 0.44 | 0.23 |
| HSL | 50.93º | 0.42% | 0.6% | - |
| HSV(B) | 50.93º | 0.44% | 0.77% | - |
| XYZ | 42.51 | 46.73 | 21.53 | - |
| YUV | 178.57 | 89.31 | 140.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 183 | 110 | 0 | 0.07 | 0.44 | 0.23 | 50.93 | 0.42 | 0.6 |
| Hex | C4 | B7 | 6E | 0 | 7 | 2C | 17 | 33 | 2A | 3C |
| Octal | 304 | 267 | 156 | 0 | 7 | 54 | 27 | 63 | 52 | 74 |
| Binary | 11000100 | 10110111 | 1101110 | 0 | 111 | 101100 | 10111 | 110011 | 101010 | 111100 |
Color Harmonies of #C4B76E
Complementary color
Monochromatic Colors of #C4B76E
Black with #C4B76E
Text Example
Text Example
White with #C4B76E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B76E; }
p { color: rgb(196,183,110); }
H1.HeaderClassName
{
color: #C4B76E;
}
.AnyTagClassName
{
color: #C4B76E;
}
</style>
background-color css
<style>
a { background-color: #C4B76E; }
a { background-color: rgb(196,183,110); }
div.DivClassName
{
background-color: #C4B76E;
}
.BgClassName
{
background-color: #C4B76E;
}
</style>
border-color css
<style>
span { border-color: #C4B76E; }
span { border-color: rgb(196,183,110); }
td.TdClassName
{
border-color: #C4B76E;
}
.TagClassName
{
border-color: #C4B76E;
}
</style>