Shades of Dark Khaki #C8BF6E
Tints of Dark Khaki #C8BF6E
RGB
CMYK
RGB Variations
Color information
#C8BF6E (or 0xC8BF6E) is known color: Dark Khaki. HEX triplet: C8, BF and 6E. RGB value is (200,191,110). Sum of RGB (Red+Green+Blue) = 200+191+110=501 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.92% from 501); Green value is 191 (75% from 255 or 38.12% from 501); Blue value is 110 (43.36% from 255 or 21.96% from 501); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BF6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8BF6E is #374091. Grayscale: #B8B8B8. Windows color (decimal): -3621010 or 7258056. OLE color: 7258056.
HSL color Cylindrical-coordinate representation of color #C8BF6E: hue angle of 54º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C8BF6E is Cyan = 0, Magento = 0.04, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 191 | 110 | - |
| CMYK | 0 | 0.04 | 0.45 | 0.22 |
| HSL | 54º | 0.45% | 0.61% | - |
| HSV(B) | 54º | 0.45% | 0.78% | - |
| XYZ | 45.26 | 50.67 | 22.15 | - |
| YUV | 184.46 | 85.98 | 139.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 191 | 110 | 0 | 0.04 | 0.45 | 0.22 | 54 | 0.45 | 0.61 |
| Hex | C8 | BF | 6E | 0 | 4 | 2D | 16 | 36 | 2D | 3D |
| Octal | 310 | 277 | 156 | 0 | 4 | 55 | 26 | 66 | 55 | 75 |
| Binary | 11001000 | 10111111 | 1101110 | 0 | 100 | 101101 | 10110 | 110110 | 101101 | 111101 |
Color Harmonies of #C8BF6E
Complementary color
Monochromatic Colors of #C8BF6E
Black with #C8BF6E
Text Example
Text Example
White with #C8BF6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BF6E; }
p { color: rgb(200,191,110); }
H1.HeaderClassName
{
color: #C8BF6E;
}
.AnyTagClassName
{
color: #C8BF6E;
}
</style>
background-color css
<style>
a { background-color: #C8BF6E; }
a { background-color: rgb(200,191,110); }
div.DivClassName
{
background-color: #C8BF6E;
}
.BgClassName
{
background-color: #C8BF6E;
}
</style>
border-color css
<style>
span { border-color: #C8BF6E; }
span { border-color: rgb(200,191,110); }
td.TdClassName
{
border-color: #C8BF6E;
}
.TagClassName
{
border-color: #C8BF6E;
}
</style>