Shades of Dark Khaki #C8B76F
Tints of Dark Khaki #C8B76F
RGB
CMYK
RGB Variations
Color information
#C8B76F (or 0xC8B76F) is known color: Dark Khaki. HEX triplet: C8, B7 and 6F. RGB value is (200,183,111). Sum of RGB (Red+Green+Blue) = 200+183+111=494 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.49% from 494); Green value is 183 (71.88% from 255 or 37.04% from 494); Blue value is 111 (43.75% from 255 or 22.47% from 494); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B76F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8B76F is #374890. Grayscale: #B4B4B4. Windows color (decimal): -3623057 or 7321544. OLE color: 7321544.
HSL color Cylindrical-coordinate representation of color #C8B76F: hue angle of 48.54º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C8B76F is Cyan = 0, Magento = 0.08, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 183 | 111 | - |
| CMYK | 0 | 0.08 | 0.44 | 0.22 |
| HSL | 48.54º | 0.45% | 0.61% | - |
| HSV(B) | 48.54º | 0.45% | 0.78% | - |
| XYZ | 43.62 | 47.29 | 21.87 | - |
| YUV | 179.88 | 89.13 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 183 | 111 | 0 | 0.08 | 0.44 | 0.22 | 48.54 | 0.45 | 0.61 |
| Hex | C8 | B7 | 6F | 0 | 8 | 2C | 16 | 31 | 2D | 3D |
| Octal | 310 | 267 | 157 | 0 | 10 | 54 | 26 | 61 | 55 | 75 |
| Binary | 11001000 | 10110111 | 1101111 | 0 | 1000 | 101100 | 10110 | 110001 | 101101 | 111101 |
Color Harmonies of #C8B76F
Complementary color
Monochromatic Colors of #C8B76F
Black with #C8B76F
Text Example
Text Example
White with #C8B76F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B76F; }
p { color: rgb(200,183,111); }
H1.HeaderClassName
{
color: #C8B76F;
}
.AnyTagClassName
{
color: #C8B76F;
}
</style>
background-color css
<style>
a { background-color: #C8B76F; }
a { background-color: rgb(200,183,111); }
div.DivClassName
{
background-color: #C8B76F;
}
.BgClassName
{
background-color: #C8B76F;
}
</style>
border-color css
<style>
span { border-color: #C8B76F; }
span { border-color: rgb(200,183,111); }
td.TdClassName
{
border-color: #C8B76F;
}
.TagClassName
{
border-color: #C8B76F;
}
</style>