Shades of Dark Khaki #C6BB67
Tints of Dark Khaki #C6BB67
RGB
CMYK
RGB Variations
Color information
#C6BB67 (or 0xC6BB67) is known color: Dark Khaki. HEX triplet: C6, BB and 67. RGB value is (198,187,103). Sum of RGB (Red+Green+Blue) = 198+187+103=488 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.57% from 488); Green value is 187 (73.44% from 255 or 38.32% from 488); Blue value is 103 (40.62% from 255 or 21.11% from 488); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BB67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6BB67 is #394498. Grayscale: #B5B5B5. Windows color (decimal): -3753113 or 6798278. OLE color: 6798278.
HSL color Cylindrical-coordinate representation of color #C6BB67: hue angle of 53.05º 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 #C6BB67 is Cyan = 0, Magento = 0.06, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 187 | 103 | - |
| CMYK | 0 | 0.06 | 0.48 | 0.22 |
| HSL | 53.05º | 0.45% | 0.59% | - |
| HSV(B) | 53.05º | 0.48% | 0.78% | - |
| XYZ | 43.51 | 48.53 | 19.91 | - |
| YUV | 180.71 | 84.14 | 140.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 187 | 103 | 0 | 0.06 | 0.48 | 0.22 | 53.05 | 0.45 | 0.59 |
| Hex | C6 | BB | 67 | 0 | 6 | 30 | 16 | 35 | 2D | 3B |
| Octal | 306 | 273 | 147 | 0 | 6 | 60 | 26 | 65 | 55 | 73 |
| Binary | 11000110 | 10111011 | 1100111 | 0 | 110 | 110000 | 10110 | 110101 | 101101 | 111011 |
Color Harmonies of #C6BB67
Complementary color
Monochromatic Colors of #C6BB67
Black with #C6BB67
Text Example
Text Example
White with #C6BB67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BB67; }
p { color: rgb(198,187,103); }
H1.HeaderClassName
{
color: #C6BB67;
}
.AnyTagClassName
{
color: #C6BB67;
}
</style>
background-color css
<style>
a { background-color: #C6BB67; }
a { background-color: rgb(198,187,103); }
div.DivClassName
{
background-color: #C6BB67;
}
.BgClassName
{
background-color: #C6BB67;
}
</style>
border-color css
<style>
span { border-color: #C6BB67; }
span { border-color: rgb(198,187,103); }
td.TdClassName
{
border-color: #C6BB67;
}
.TagClassName
{
border-color: #C6BB67;
}
</style>