Shades of Dark Khaki #C4B861
Tints of Dark Khaki #C4B861
RGB
CMYK
RGB Variations
Color information
#C4B861 (or 0xC4B861) is known color: Dark Khaki. HEX triplet: C4, B8 and 61. RGB value is (196,184,97). Sum of RGB (Red+Green+Blue) = 196+184+97=477 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.09% from 477); Green value is 184 (72.27% from 255 or 38.57% from 477); Blue value is 97 (38.28% from 255 or 20.34% from 477); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B861 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4B861 is #3B479E. Grayscale: #B2B2B2. Windows color (decimal): -3884959 or 6404292. OLE color: 6404292.
HSL color Cylindrical-coordinate representation of color #C4B861: hue angle of 52.73º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C4B861 is Cyan = 0, Magento = 0.06, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 184 | 97 | - |
| CMYK | 0 | 0.06 | 0.51 | 0.23 |
| HSL | 52.73º | 0.46% | 0.57% | - |
| HSV(B) | 52.73º | 0.51% | 0.77% | - |
| XYZ | 42.06 | 46.88 | 18.14 | - |
| YUV | 177.67 | 82.48 | 141.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 184 | 97 | 0 | 0.06 | 0.51 | 0.23 | 52.73 | 0.46 | 0.57 |
| Hex | C4 | B8 | 61 | 0 | 6 | 33 | 17 | 35 | 2E | 39 |
| Octal | 304 | 270 | 141 | 0 | 6 | 63 | 27 | 65 | 56 | 71 |
| Binary | 11000100 | 10111000 | 1100001 | 0 | 110 | 110011 | 10111 | 110101 | 101110 | 111001 |
Color Harmonies of #C4B861
Complementary color
Monochromatic Colors of #C4B861
Black with #C4B861
Text Example
Text Example
White with #C4B861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B861; }
p { color: rgb(196,184,97); }
H1.HeaderClassName
{
color: #C4B861;
}
.AnyTagClassName
{
color: #C4B861;
}
</style>
background-color css
<style>
a { background-color: #C4B861; }
a { background-color: rgb(196,184,97); }
div.DivClassName
{
background-color: #C4B861;
}
.BgClassName
{
background-color: #C4B861;
}
</style>
border-color css
<style>
span { border-color: #C4B861; }
span { border-color: rgb(196,184,97); }
td.TdClassName
{
border-color: #C4B861;
}
.TagClassName
{
border-color: #C4B861;
}
</style>