Shades of Dark Khaki #C4B962
Tints of Dark Khaki #C4B962
RGB
CMYK
RGB Variations
Color information
#C4B962 (or 0xC4B962) is known color: Dark Khaki. HEX triplet: C4, B9 and 62. RGB value is (196,185,98). Sum of RGB (Red+Green+Blue) = 196+185+98=479 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.92% from 479); Green value is 185 (72.66% from 255 or 38.62% from 479); Blue value is 98 (38.67% from 255 or 20.46% from 479); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B962 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4B962 is #3B469D. Grayscale: #B2B2B2. Windows color (decimal): -3884702 or 6470084. OLE color: 6470084.
HSL color Cylindrical-coordinate representation of color #C4B962: hue angle of 53.27º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C4B962 is Cyan = 0, Magento = 0.06, Yellow = 0.5 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 185 | 98 | - |
| CMYK | 0 | 0.06 | 0.5 | 0.23 |
| HSL | 53.27º | 0.45% | 0.58% | - |
| HSV(B) | 53.27º | 0.5% | 0.77% | - |
| XYZ | 42.32 | 47.32 | 18.46 | - |
| YUV | 178.37 | 82.64 | 140.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 185 | 98 | 0 | 0.06 | 0.5 | 0.23 | 53.27 | 0.45 | 0.58 |
| Hex | C4 | B9 | 62 | 0 | 6 | 32 | 17 | 35 | 2D | 3A |
| Octal | 304 | 271 | 142 | 0 | 6 | 62 | 27 | 65 | 55 | 72 |
| Binary | 11000100 | 10111001 | 1100010 | 0 | 110 | 110010 | 10111 | 110101 | 101101 | 111010 |
Color Harmonies of #C4B962
Complementary color
Monochromatic Colors of #C4B962
Black with #C4B962
Text Example
Text Example
White with #C4B962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B962; }
p { color: rgb(196,185,98); }
H1.HeaderClassName
{
color: #C4B962;
}
.AnyTagClassName
{
color: #C4B962;
}
</style>
background-color css
<style>
a { background-color: #C4B962; }
a { background-color: rgb(196,185,98); }
div.DivClassName
{
background-color: #C4B962;
}
.BgClassName
{
background-color: #C4B962;
}
</style>
border-color css
<style>
span { border-color: #C4B962; }
span { border-color: rgb(196,185,98); }
td.TdClassName
{
border-color: #C4B962;
}
.TagClassName
{
border-color: #C4B962;
}
</style>