Shades of Dark Khaki #C4B671
Tints of Dark Khaki #C4B671
RGB
CMYK
RGB Variations
Color information
#C4B671 (or 0xC4B671) is known color: Dark Khaki. HEX triplet: C4, B6 and 71. RGB value is (196,182,113). Sum of RGB (Red+Green+Blue) = 196+182+113=491 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.92% from 491); Green value is 182 (71.48% from 255 or 37.07% from 491); Blue value is 113 (44.53% from 255 or 23.01% from 491); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B671 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4B671 is #3B498E. Grayscale: #B2B2B2. Windows color (decimal): -3885455 or 7452356. OLE color: 7452356.
HSL color Cylindrical-coordinate representation of color #C4B671: hue angle of 49.88º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C4B671 is Cyan = 0, Magento = 0.07, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 182 | 113 | - |
| CMYK | 0 | 0.07 | 0.42 | 0.23 |
| HSL | 49.88º | 0.41% | 0.61% | - |
| HSV(B) | 49.88º | 0.42% | 0.77% | - |
| XYZ | 42.47 | 46.38 | 22.34 | - |
| YUV | 178.32 | 91.14 | 140.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 182 | 113 | 0 | 0.07 | 0.42 | 0.23 | 49.88 | 0.41 | 0.61 |
| Hex | C4 | B6 | 71 | 0 | 7 | 2A | 17 | 32 | 29 | 3D |
| Octal | 304 | 266 | 161 | 0 | 7 | 52 | 27 | 62 | 51 | 75 |
| Binary | 11000100 | 10110110 | 1110001 | 0 | 111 | 101010 | 10111 | 110010 | 101001 | 111101 |
Color Harmonies of #C4B671
Complementary color
Monochromatic Colors of #C4B671
Black with #C4B671
Text Example
Text Example
White with #C4B671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B671; }
p { color: rgb(196,182,113); }
H1.HeaderClassName
{
color: #C4B671;
}
.AnyTagClassName
{
color: #C4B671;
}
</style>
background-color css
<style>
a { background-color: #C4B671; }
a { background-color: rgb(196,182,113); }
div.DivClassName
{
background-color: #C4B671;
}
.BgClassName
{
background-color: #C4B671;
}
</style>
border-color css
<style>
span { border-color: #C4B671; }
span { border-color: rgb(196,182,113); }
td.TdClassName
{
border-color: #C4B671;
}
.TagClassName
{
border-color: #C4B671;
}
</style>