Shades of Dark Khaki #C6B76A
Tints of Dark Khaki #C6B76A
RGB
CMYK
RGB Variations
Color information
#C6B76A (or 0xC6B76A) is known color: Dark Khaki. HEX triplet: C6, B7 and 6A. RGB value is (198,183,106). Sum of RGB (Red+Green+Blue) = 198+183+106=487 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.66% from 487); Green value is 183 (71.88% from 255 or 37.58% from 487); Blue value is 106 (41.80% from 255 or 21.77% from 487); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B76A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6B76A is #394895. Grayscale: #B3B3B3. Windows color (decimal): -3754134 or 6993862. OLE color: 6993862.
HSL color Cylindrical-coordinate representation of color #C6B76A: hue angle of 50.22º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C6B76A is Cyan = 0, Magento = 0.08, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 183 | 106 | - |
| CMYK | 0 | 0.08 | 0.46 | 0.22 |
| HSL | 50.22º | 0.45% | 0.6% | - |
| HSV(B) | 50.22º | 0.46% | 0.78% | - |
| XYZ | 42.82 | 46.91 | 20.43 | - |
| YUV | 178.71 | 86.97 | 141.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 183 | 106 | 0 | 0.08 | 0.46 | 0.22 | 50.22 | 0.45 | 0.6 |
| Hex | C6 | B7 | 6A | 0 | 8 | 2E | 16 | 32 | 2D | 3C |
| Octal | 306 | 267 | 152 | 0 | 10 | 56 | 26 | 62 | 55 | 74 |
| Binary | 11000110 | 10110111 | 1101010 | 0 | 1000 | 101110 | 10110 | 110010 | 101101 | 111100 |
Color Harmonies of #C6B76A
Complementary color
Monochromatic Colors of #C6B76A
Black with #C6B76A
Text Example
Text Example
White with #C6B76A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B76A; }
p { color: rgb(198,183,106); }
H1.HeaderClassName
{
color: #C6B76A;
}
.AnyTagClassName
{
color: #C6B76A;
}
</style>
background-color css
<style>
a { background-color: #C6B76A; }
a { background-color: rgb(198,183,106); }
div.DivClassName
{
background-color: #C6B76A;
}
.BgClassName
{
background-color: #C6B76A;
}
</style>
border-color css
<style>
span { border-color: #C6B76A; }
span { border-color: rgb(198,183,106); }
td.TdClassName
{
border-color: #C6B76A;
}
.TagClassName
{
border-color: #C6B76A;
}
</style>