Shades of Dark Khaki #C6BE69
Tints of Dark Khaki #C6BE69
RGB
CMYK
RGB Variations
Color information
#C6BE69 (or 0xC6BE69) is known color: Dark Khaki. HEX triplet: C6, BE and 69. RGB value is (198,190,105). Sum of RGB (Red+Green+Blue) = 198+190+105=493 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.16% from 493); Green value is 190 (74.61% from 255 or 38.54% from 493); Blue value is 105 (41.41% from 255 or 21.30% from 493); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BE69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6BE69 is #394196. Grayscale: #B7B7B7. Windows color (decimal): -3752343 or 6930118. OLE color: 6930118.
HSL color Cylindrical-coordinate representation of color #C6BE69: hue angle of 54.84º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C6BE69 is Cyan = 0, Magento = 0.04, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 190 | 105 | - |
| CMYK | 0 | 0.04 | 0.47 | 0.22 |
| HSL | 54.84º | 0.45% | 0.59% | - |
| HSV(B) | 54.84º | 0.47% | 0.78% | - |
| XYZ | 44.25 | 49.85 | 20.65 | - |
| YUV | 182.7 | 84.15 | 138.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 190 | 105 | 0 | 0.04 | 0.47 | 0.22 | 54.84 | 0.45 | 0.59 |
| Hex | C6 | BE | 69 | 0 | 4 | 2F | 16 | 37 | 2D | 3B |
| Octal | 306 | 276 | 151 | 0 | 4 | 57 | 26 | 67 | 55 | 73 |
| Binary | 11000110 | 10111110 | 1101001 | 0 | 100 | 101111 | 10110 | 110111 | 101101 | 111011 |
Color Harmonies of #C6BE69
Complementary color
Monochromatic Colors of #C6BE69
Black with #C6BE69
Text Example
Text Example
White with #C6BE69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BE69; }
p { color: rgb(198,190,105); }
H1.HeaderClassName
{
color: #C6BE69;
}
.AnyTagClassName
{
color: #C6BE69;
}
</style>
background-color css
<style>
a { background-color: #C6BE69; }
a { background-color: rgb(198,190,105); }
div.DivClassName
{
background-color: #C6BE69;
}
.BgClassName
{
background-color: #C6BE69;
}
</style>
border-color css
<style>
span { border-color: #C6BE69; }
span { border-color: rgb(198,190,105); }
td.TdClassName
{
border-color: #C6BE69;
}
.TagClassName
{
border-color: #C6BE69;
}
</style>