Shades of Dark Khaki #C4BD6D
Tints of Dark Khaki #C4BD6D
RGB
CMYK
RGB Variations
Color information
#C4BD6D (or 0xC4BD6D) is known color: Dark Khaki. HEX triplet: C4, BD and 6D. RGB value is (196,189,109). Sum of RGB (Red+Green+Blue) = 196+189+109=494 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.68% from 494); Green value is 189 (74.22% from 255 or 38.26% from 494); Blue value is 109 (42.97% from 255 or 22.06% from 494); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BD6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4BD6D is #3B4292. Grayscale: #B6B6B6. Windows color (decimal): -3883667 or 7192004. OLE color: 7192004.
HSL color Cylindrical-coordinate representation of color #C4BD6D: hue angle of 55.17º 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 #C4BD6D is Cyan = 0, Magento = 0.04, Yellow = 0.44 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 189 | 109 | - |
| CMYK | 0 | 0.04 | 0.44 | 0.23 |
| HSL | 55.17º | 0.42% | 0.6% | - |
| HSV(B) | 55.17º | 0.44% | 0.77% | - |
| XYZ | 43.72 | 49.24 | 21.67 | - |
| YUV | 181.97 | 86.82 | 138 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 189 | 109 | 0 | 0.04 | 0.44 | 0.23 | 55.17 | 0.42 | 0.6 |
| Hex | C4 | BD | 6D | 0 | 4 | 2C | 17 | 37 | 2A | 3C |
| Octal | 304 | 275 | 155 | 0 | 4 | 54 | 27 | 67 | 52 | 74 |
| Binary | 11000100 | 10111101 | 1101101 | 0 | 100 | 101100 | 10111 | 110111 | 101010 | 111100 |
Color Harmonies of #C4BD6D
Complementary color
Monochromatic Colors of #C4BD6D
Black with #C4BD6D
Text Example
Text Example
White with #C4BD6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BD6D; }
p { color: rgb(196,189,109); }
H1.HeaderClassName
{
color: #C4BD6D;
}
.AnyTagClassName
{
color: #C4BD6D;
}
</style>
background-color css
<style>
a { background-color: #C4BD6D; }
a { background-color: rgb(196,189,109); }
div.DivClassName
{
background-color: #C4BD6D;
}
.BgClassName
{
background-color: #C4BD6D;
}
</style>
border-color css
<style>
span { border-color: #C4BD6D; }
span { border-color: rgb(196,189,109); }
td.TdClassName
{
border-color: #C4BD6D;
}
.TagClassName
{
border-color: #C4BD6D;
}
</style>