Shades of Dark Khaki #C4C36E
Tints of Dark Khaki #C4C36E
RGB
CMYK
RGB Variations
Color information
#C4C36E (or 0xC4C36E) is known color: Dark Khaki. HEX triplet: C4, C3 and 6E. RGB value is (196,195,110). Sum of RGB (Red+Green+Blue) = 196+195+110=501 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.12% from 501); Green value is 195 (76.56% from 255 or 38.92% from 501); Blue value is 110 (43.36% from 255 or 21.96% from 501); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C36E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4C36E is #3B3C91. Grayscale: #B9B9B9. Windows color (decimal): -3882130 or 7259076. OLE color: 7259076.
HSL color Cylindrical-coordinate representation of color #C4C36E: hue angle of 59.3º 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 #C4C36E is Cyan = 0, Magento = 0.01, Yellow = 0.44 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 195 | 110 | - |
| CMYK | 0 | 0.01 | 0.44 | 0.23 |
| HSL | 59.3º | 0.42% | 0.6% | - |
| HSV(B) | 59.3º | 0.44% | 0.77% | - |
| XYZ | 45.09 | 51.89 | 22.39 | - |
| YUV | 185.61 | 85.33 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 195 | 110 | 0 | 0.01 | 0.44 | 0.23 | 59.3 | 0.42 | 0.6 |
| Hex | C4 | C3 | 6E | 0 | 1 | 2C | 17 | 3B | 2A | 3C |
| Octal | 304 | 303 | 156 | 0 | 1 | 54 | 27 | 73 | 52 | 74 |
| Binary | 11000100 | 11000011 | 1101110 | 0 | 1 | 101100 | 10111 | 111011 | 101010 | 111100 |
Color Harmonies of #C4C36E
Complementary color
Monochromatic Colors of #C4C36E
Black with #C4C36E
Text Example
Text Example
White with #C4C36E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C36E; }
p { color: rgb(196,195,110); }
H1.HeaderClassName
{
color: #C4C36E;
}
.AnyTagClassName
{
color: #C4C36E;
}
</style>
background-color css
<style>
a { background-color: #C4C36E; }
a { background-color: rgb(196,195,110); }
div.DivClassName
{
background-color: #C4C36E;
}
.BgClassName
{
background-color: #C4C36E;
}
</style>
border-color css
<style>
span { border-color: #C4C36E; }
span { border-color: rgb(196,195,110); }
td.TdClassName
{
border-color: #C4C36E;
}
.TagClassName
{
border-color: #C4C36E;
}
</style>