Shades of Dark Khaki #C6BF6E
Tints of Dark Khaki #C6BF6E
RGB
CMYK
RGB Variations
Color information
#C6BF6E (or 0xC6BF6E) is known color: Dark Khaki. HEX triplet: C6, BF and 6E. RGB value is (198,191,110). Sum of RGB (Red+Green+Blue) = 198+191+110=499 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.68% from 499); Green value is 191 (75% from 255 or 38.28% from 499); Blue value is 110 (43.36% from 255 or 22.04% from 499); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BF6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6BF6E is #394091. Grayscale: #B8B8B8. Windows color (decimal): -3752082 or 7258054. OLE color: 7258054.
HSL color Cylindrical-coordinate representation of color #C6BF6E: hue angle of 55.23º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C6BF6E is Cyan = 0, Magento = 0.04, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 191 | 110 | - |
| CMYK | 0 | 0.04 | 0.44 | 0.22 |
| HSL | 55.23º | 0.44% | 0.6% | - |
| HSV(B) | 55.23º | 0.44% | 0.78% | - |
| XYZ | 44.73 | 50.39 | 22.12 | - |
| YUV | 183.86 | 86.32 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 191 | 110 | 0 | 0.04 | 0.44 | 0.22 | 55.23 | 0.44 | 0.6 |
| Hex | C6 | BF | 6E | 0 | 4 | 2C | 16 | 37 | 2C | 3C |
| Octal | 306 | 277 | 156 | 0 | 4 | 54 | 26 | 67 | 54 | 74 |
| Binary | 11000110 | 10111111 | 1101110 | 0 | 100 | 101100 | 10110 | 110111 | 101100 | 111100 |
Color Harmonies of #C6BF6E
Complementary color
Monochromatic Colors of #C6BF6E
Black with #C6BF6E
Text Example
Text Example
White with #C6BF6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BF6E; }
p { color: rgb(198,191,110); }
H1.HeaderClassName
{
color: #C6BF6E;
}
.AnyTagClassName
{
color: #C6BF6E;
}
</style>
background-color css
<style>
a { background-color: #C6BF6E; }
a { background-color: rgb(198,191,110); }
div.DivClassName
{
background-color: #C6BF6E;
}
.BgClassName
{
background-color: #C6BF6E;
}
</style>
border-color css
<style>
span { border-color: #C6BF6E; }
span { border-color: rgb(198,191,110); }
td.TdClassName
{
border-color: #C6BF6E;
}
.TagClassName
{
border-color: #C6BF6E;
}
</style>