Shades of Dark Khaki #C6B86A
Tints of Dark Khaki #C6B86A
RGB
CMYK
RGB Variations
Color information
#C6B86A (or 0xC6B86A) is known color: Dark Khaki. HEX triplet: C6, B8 and 6A. RGB value is (198,184,106). Sum of RGB (Red+Green+Blue) = 198+184+106=488 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.57% from 488); Green value is 184 (72.27% from 255 or 37.70% from 488); Blue value is 106 (41.80% from 255 or 21.72% from 488); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B86A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6B86A is #394795. Grayscale: #B3B3B3. Windows color (decimal): -3753878 or 6994118. OLE color: 6994118.
HSL color Cylindrical-coordinate representation of color #C6B86A: hue angle of 50.87º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C6B86A is Cyan = 0, Magento = 0.07, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 184 | 106 | - |
| CMYK | 0 | 0.07 | 0.46 | 0.22 |
| HSL | 50.87º | 0.45% | 0.6% | - |
| HSV(B) | 50.87º | 0.46% | 0.78% | - |
| XYZ | 43.03 | 47.33 | 20.5 | - |
| YUV | 179.29 | 86.64 | 141.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 184 | 106 | 0 | 0.07 | 0.46 | 0.22 | 50.87 | 0.45 | 0.6 |
| Hex | C6 | B8 | 6A | 0 | 7 | 2E | 16 | 33 | 2D | 3C |
| Octal | 306 | 270 | 152 | 0 | 7 | 56 | 26 | 63 | 55 | 74 |
| Binary | 11000110 | 10111000 | 1101010 | 0 | 111 | 101110 | 10110 | 110011 | 101101 | 111100 |
Color Harmonies of #C6B86A
Complementary color
Monochromatic Colors of #C6B86A
Black with #C6B86A
Text Example
Text Example
White with #C6B86A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B86A; }
p { color: rgb(198,184,106); }
H1.HeaderClassName
{
color: #C6B86A;
}
.AnyTagClassName
{
color: #C6B86A;
}
</style>
background-color css
<style>
a { background-color: #C6B86A; }
a { background-color: rgb(198,184,106); }
div.DivClassName
{
background-color: #C6B86A;
}
.BgClassName
{
background-color: #C6B86A;
}
</style>
border-color css
<style>
span { border-color: #C6B86A; }
span { border-color: rgb(198,184,106); }
td.TdClassName
{
border-color: #C6B86A;
}
.TagClassName
{
border-color: #C6B86A;
}
</style>