Shades of Dark Khaki #C6B867
Tints of Dark Khaki #C6B867
RGB
CMYK
RGB Variations
Color information
#C6B867 (or 0xC6B867) is known color: Dark Khaki. HEX triplet: C6, B8 and 67. RGB value is (198,184,103). Sum of RGB (Red+Green+Blue) = 198+184+103=485 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.82% from 485); Green value is 184 (72.27% from 255 or 37.94% from 485); Blue value is 103 (40.62% from 255 or 21.24% from 485); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B867 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6B867 is #394798. Grayscale: #B3B3B3. Windows color (decimal): -3753881 or 6797510. OLE color: 6797510.
HSL color Cylindrical-coordinate representation of color #C6B867: hue angle of 51.16º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C6B867 is Cyan = 0, Magento = 0.07, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 184 | 103 | - |
| CMYK | 0 | 0.07 | 0.48 | 0.22 |
| HSL | 51.16º | 0.45% | 0.59% | - |
| HSV(B) | 51.16º | 0.48% | 0.78% | - |
| XYZ | 42.88 | 47.27 | 19.7 | - |
| YUV | 178.95 | 85.14 | 141.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 184 | 103 | 0 | 0.07 | 0.48 | 0.22 | 51.16 | 0.45 | 0.59 |
| Hex | C6 | B8 | 67 | 0 | 7 | 30 | 16 | 33 | 2D | 3B |
| Octal | 306 | 270 | 147 | 0 | 7 | 60 | 26 | 63 | 55 | 73 |
| Binary | 11000110 | 10111000 | 1100111 | 0 | 111 | 110000 | 10110 | 110011 | 101101 | 111011 |
Color Harmonies of #C6B867
Complementary color
Monochromatic Colors of #C6B867
Black with #C6B867
Text Example
Text Example
White with #C6B867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B867; }
p { color: rgb(198,184,103); }
H1.HeaderClassName
{
color: #C6B867;
}
.AnyTagClassName
{
color: #C6B867;
}
</style>
background-color css
<style>
a { background-color: #C6B867; }
a { background-color: rgb(198,184,103); }
div.DivClassName
{
background-color: #C6B867;
}
.BgClassName
{
background-color: #C6B867;
}
</style>
border-color css
<style>
span { border-color: #C6B867; }
span { border-color: rgb(198,184,103); }
td.TdClassName
{
border-color: #C6B867;
}
.TagClassName
{
border-color: #C6B867;
}
</style>