Shades of Dark Khaki #C4BE6D
Tints of Dark Khaki #C4BE6D
RGB
CMYK
RGB Variations
Color information
#C4BE6D (or 0xC4BE6D) is known color: Dark Khaki. HEX triplet: C4, BE and 6D. RGB value is (196,190,109). Sum of RGB (Red+Green+Blue) = 196+190+109=495 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.60% from 495); Green value is 190 (74.61% from 255 or 38.38% from 495); Blue value is 109 (42.97% from 255 or 22.02% from 495); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BE6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4BE6D is #3B4192. Grayscale: #B6B6B6. Windows color (decimal): -3883411 or 7192260. OLE color: 7192260.
HSL color Cylindrical-coordinate representation of color #C4BE6D: hue angle of 55.86º 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 #C4BE6D is Cyan = 0, Magento = 0.03, Yellow = 0.44 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 190 | 109 | - |
| CMYK | 0 | 0.03 | 0.44 | 0.23 |
| HSL | 55.86º | 0.42% | 0.6% | - |
| HSV(B) | 55.86º | 0.44% | 0.77% | - |
| XYZ | 43.94 | 49.67 | 21.74 | - |
| YUV | 182.56 | 86.49 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 190 | 109 | 0 | 0.03 | 0.44 | 0.23 | 55.86 | 0.42 | 0.6 |
| Hex | C4 | BE | 6D | 0 | 3 | 2C | 17 | 38 | 2A | 3C |
| Octal | 304 | 276 | 155 | 0 | 3 | 54 | 27 | 70 | 52 | 74 |
| Binary | 11000100 | 10111110 | 1101101 | 0 | 11 | 101100 | 10111 | 111000 | 101010 | 111100 |
Color Harmonies of #C4BE6D
Complementary color
Monochromatic Colors of #C4BE6D
Black with #C4BE6D
Text Example
Text Example
White with #C4BE6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BE6D; }
p { color: rgb(196,190,109); }
H1.HeaderClassName
{
color: #C4BE6D;
}
.AnyTagClassName
{
color: #C4BE6D;
}
</style>
background-color css
<style>
a { background-color: #C4BE6D; }
a { background-color: rgb(196,190,109); }
div.DivClassName
{
background-color: #C4BE6D;
}
.BgClassName
{
background-color: #C4BE6D;
}
</style>
border-color css
<style>
span { border-color: #C4BE6D; }
span { border-color: rgb(196,190,109); }
td.TdClassName
{
border-color: #C4BE6D;
}
.TagClassName
{
border-color: #C4BE6D;
}
</style>