Shades of Dark Khaki #C6BE66
Tints of Dark Khaki #C6BE66
RGB
CMYK
RGB Variations
Color information
#C6BE66 (or 0xC6BE66) is known color: Dark Khaki. HEX triplet: C6, BE and 66. RGB value is (198,190,102). Sum of RGB (Red+Green+Blue) = 198+190+102=490 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.41% from 490); Green value is 190 (74.61% from 255 or 38.78% from 490); Blue value is 102 (40.23% from 255 or 20.82% from 490); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BE66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6BE66 is #394199. Grayscale: #B6B6B6. Windows color (decimal): -3752346 or 6733510. OLE color: 6733510.
HSL color Cylindrical-coordinate representation of color #C6BE66: hue angle of 55º degrees, saturation: 0.46, 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 #C6BE66 is Cyan = 0, Magento = 0.04, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 190 | 102 | - |
| CMYK | 0 | 0.04 | 0.48 | 0.22 |
| HSL | 55º | 0.46% | 0.59% | - |
| HSV(B) | 55º | 0.48% | 0.78% | - |
| XYZ | 44.1 | 49.79 | 19.86 | - |
| YUV | 182.36 | 82.65 | 139.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 190 | 102 | 0 | 0.04 | 0.48 | 0.22 | 55 | 0.46 | 0.59 |
| Hex | C6 | BE | 66 | 0 | 4 | 30 | 16 | 37 | 2E | 3B |
| Octal | 306 | 276 | 146 | 0 | 4 | 60 | 26 | 67 | 56 | 73 |
| Binary | 11000110 | 10111110 | 1100110 | 0 | 100 | 110000 | 10110 | 110111 | 101110 | 111011 |
Color Harmonies of #C6BE66
Complementary color
Monochromatic Colors of #C6BE66
Black with #C6BE66
Text Example
Text Example
White with #C6BE66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BE66; }
p { color: rgb(198,190,102); }
H1.HeaderClassName
{
color: #C6BE66;
}
.AnyTagClassName
{
color: #C6BE66;
}
</style>
background-color css
<style>
a { background-color: #C6BE66; }
a { background-color: rgb(198,190,102); }
div.DivClassName
{
background-color: #C6BE66;
}
.BgClassName
{
background-color: #C6BE66;
}
</style>
border-color css
<style>
span { border-color: #C6BE66; }
span { border-color: rgb(198,190,102); }
td.TdClassName
{
border-color: #C6BE66;
}
.TagClassName
{
border-color: #C6BE66;
}
</style>