Shades of Dark Khaki #C4BE6E
Tints of Dark Khaki #C4BE6E
RGB
CMYK
RGB Variations
Color information
#C4BE6E (or 0xC4BE6E) is known color: Dark Khaki. HEX triplet: C4, BE and 6E. RGB value is (196,190,110). Sum of RGB (Red+Green+Blue) = 196+190+110=496 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.52% from 496); Green value is 190 (74.61% from 255 or 38.31% from 496); Blue value is 110 (43.36% from 255 or 22.18% from 496); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BE6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4BE6E is #3B4191. Grayscale: #B6B6B6. Windows color (decimal): -3883410 or 7257796. OLE color: 7257796.
HSL color Cylindrical-coordinate representation of color #C4BE6E: hue angle of 55.81º 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 #C4BE6E is Cyan = 0, Magento = 0.03, Yellow = 0.44 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 190 | 110 | - |
| CMYK | 0 | 0.03 | 0.44 | 0.23 |
| HSL | 55.81º | 0.42% | 0.6% | - |
| HSV(B) | 55.81º | 0.44% | 0.77% | - |
| XYZ | 43.99 | 49.69 | 22.02 | - |
| YUV | 182.67 | 86.99 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 190 | 110 | 0 | 0.03 | 0.44 | 0.23 | 55.81 | 0.42 | 0.6 |
| Hex | C4 | BE | 6E | 0 | 3 | 2C | 17 | 38 | 2A | 3C |
| Octal | 304 | 276 | 156 | 0 | 3 | 54 | 27 | 70 | 52 | 74 |
| Binary | 11000100 | 10111110 | 1101110 | 0 | 11 | 101100 | 10111 | 111000 | 101010 | 111100 |
Color Harmonies of #C4BE6E
Complementary color
Monochromatic Colors of #C4BE6E
Black with #C4BE6E
Text Example
Text Example
White with #C4BE6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BE6E; }
p { color: rgb(196,190,110); }
H1.HeaderClassName
{
color: #C4BE6E;
}
.AnyTagClassName
{
color: #C4BE6E;
}
</style>
background-color css
<style>
a { background-color: #C4BE6E; }
a { background-color: rgb(196,190,110); }
div.DivClassName
{
background-color: #C4BE6E;
}
.BgClassName
{
background-color: #C4BE6E;
}
</style>
border-color css
<style>
span { border-color: #C4BE6E; }
span { border-color: rgb(196,190,110); }
td.TdClassName
{
border-color: #C4BE6E;
}
.TagClassName
{
border-color: #C4BE6E;
}
</style>