Shades of Dark Khaki #C6B86D
Tints of Dark Khaki #C6B86D
RGB
CMYK
RGB Variations
Color information
#C6B86D (or 0xC6B86D) is known color: Dark Khaki. HEX triplet: C6, B8 and 6D. RGB value is (198,184,109). Sum of RGB (Red+Green+Blue) = 198+184+109=491 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.33% from 491); Green value is 184 (72.27% from 255 or 37.47% from 491); Blue value is 109 (42.97% from 255 or 22.20% from 491); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B86D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6B86D is #394792. Grayscale: #B3B3B3. Windows color (decimal): -3753875 or 7190726. OLE color: 7190726.
HSL color Cylindrical-coordinate representation of color #C6B86D: hue angle of 50.56º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C6B86D is Cyan = 0, Magento = 0.07, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 184 | 109 | - |
| CMYK | 0 | 0.07 | 0.45 | 0.22 |
| HSL | 50.56º | 0.44% | 0.6% | - |
| HSV(B) | 50.56º | 0.45% | 0.78% | - |
| XYZ | 43.19 | 47.39 | 21.34 | - |
| YUV | 179.64 | 88.14 | 141.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 184 | 109 | 0 | 0.07 | 0.45 | 0.22 | 50.56 | 0.44 | 0.6 |
| Hex | C6 | B8 | 6D | 0 | 7 | 2D | 16 | 33 | 2C | 3C |
| Octal | 306 | 270 | 155 | 0 | 7 | 55 | 26 | 63 | 54 | 74 |
| Binary | 11000110 | 10111000 | 1101101 | 0 | 111 | 101101 | 10110 | 110011 | 101100 | 111100 |
Color Harmonies of #C6B86D
Complementary color
Monochromatic Colors of #C6B86D
Black with #C6B86D
Text Example
Text Example
White with #C6B86D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B86D; }
p { color: rgb(198,184,109); }
H1.HeaderClassName
{
color: #C6B86D;
}
.AnyTagClassName
{
color: #C6B86D;
}
</style>
background-color css
<style>
a { background-color: #C6B86D; }
a { background-color: rgb(198,184,109); }
div.DivClassName
{
background-color: #C6B86D;
}
.BgClassName
{
background-color: #C6B86D;
}
</style>
border-color css
<style>
span { border-color: #C6B86D; }
span { border-color: rgb(198,184,109); }
td.TdClassName
{
border-color: #C6B86D;
}
.TagClassName
{
border-color: #C6B86D;
}
</style>