Shades of Dark Khaki #C6BE76
Tints of Dark Khaki #C6BE76
RGB
CMYK
RGB Variations
Color information
#C6BE76 (or 0xC6BE76) is known color: Dark Khaki. HEX triplet: C6, BE and 76. RGB value is (198,190,118). Sum of RGB (Red+Green+Blue) = 198+190+118=506 (67% of max value = 765). Red value is 198 (77.73% from 255 or 39.13% from 506); Green value is 190 (74.61% from 255 or 37.55% from 506); Blue value is 118 (46.48% from 255 or 23.32% from 506); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BE76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6BE76 is #394189. Grayscale: #B8B8B8. Windows color (decimal): -3752330 or 7782086. OLE color: 7782086.
HSL color Cylindrical-coordinate representation of color #C6BE76: hue angle of 54º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C6BE76 is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 190 | 118 | - |
| CMYK | 0 | 0.04 | 0.40 | 0.22 |
| HSL | 54º | 0.41% | 0.62% | - |
| HSV(B) | 54º | 0.4% | 0.78% | - |
| XYZ | 44.97 | 50.14 | 24.45 | - |
| YUV | 184.18 | 90.65 | 137.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 190 | 118 | 0 | 0.04 | 0.40 | 0.22 | 54 | 0.41 | 0.62 |
| Hex | C6 | BE | 76 | 0 | 4 | 28 | 16 | 36 | 29 | 3E |
| Octal | 306 | 276 | 166 | 0 | 4 | 50 | 26 | 66 | 51 | 76 |
| Binary | 11000110 | 10111110 | 1110110 | 0 | 100 | 101000 | 10110 | 110110 | 101001 | 111110 |
Color Harmonies of #C6BE76
Complementary color
Monochromatic Colors of #C6BE76
Black with #C6BE76
Text Example
Text Example
White with #C6BE76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BE76; }
p { color: rgb(198,190,118); }
H1.HeaderClassName
{
color: #C6BE76;
}
.AnyTagClassName
{
color: #C6BE76;
}
</style>
background-color css
<style>
a { background-color: #C6BE76; }
a { background-color: rgb(198,190,118); }
div.DivClassName
{
background-color: #C6BE76;
}
.BgClassName
{
background-color: #C6BE76;
}
</style>
border-color css
<style>
span { border-color: #C6BE76; }
span { border-color: rgb(198,190,118); }
td.TdClassName
{
border-color: #C6BE76;
}
.TagClassName
{
border-color: #C6BE76;
}
</style>