Shades of Dark Khaki #C6C26D
Tints of Dark Khaki #C6C26D
RGB
CMYK
RGB Variations
Color information
#C6C26D (or 0xC6C26D) is known color: Dark Khaki. HEX triplet: C6, C2 and 6D. RGB value is (198,194,109). Sum of RGB (Red+Green+Blue) = 198+194+109=501 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.52% from 501); Green value is 194 (76.17% from 255 or 38.72% from 501); Blue value is 109 (42.97% from 255 or 21.76% from 501); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C26D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6C26D is #393D92. Grayscale: #B9B9B9. Windows color (decimal): -3751315 or 7193286. OLE color: 7193286.
HSL color Cylindrical-coordinate representation of color #C6C26D: hue angle of 57.3º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C6C26D is Cyan = 0, Magento = 0.02, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 194 | 109 | - |
| CMYK | 0 | 0.02 | 0.45 | 0.22 |
| HSL | 57.3º | 0.44% | 0.6% | - |
| HSV(B) | 57.3º | 0.45% | 0.78% | - |
| XYZ | 45.34 | 51.69 | 22.06 | - |
| YUV | 185.51 | 84.83 | 136.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 194 | 109 | 0 | 0.02 | 0.45 | 0.22 | 57.3 | 0.44 | 0.6 |
| Hex | C6 | C2 | 6D | 0 | 2 | 2D | 16 | 39 | 2C | 3C |
| Octal | 306 | 302 | 155 | 0 | 2 | 55 | 26 | 71 | 54 | 74 |
| Binary | 11000110 | 11000010 | 1101101 | 0 | 10 | 101101 | 10110 | 111001 | 101100 | 111100 |
Color Harmonies of #C6C26D
Complementary color
Monochromatic Colors of #C6C26D
Black with #C6C26D
Text Example
Text Example
White with #C6C26D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C26D; }
p { color: rgb(198,194,109); }
H1.HeaderClassName
{
color: #C6C26D;
}
.AnyTagClassName
{
color: #C6C26D;
}
</style>
background-color css
<style>
a { background-color: #C6C26D; }
a { background-color: rgb(198,194,109); }
div.DivClassName
{
background-color: #C6C26D;
}
.BgClassName
{
background-color: #C6C26D;
}
</style>
border-color css
<style>
span { border-color: #C6C26D; }
span { border-color: rgb(198,194,109); }
td.TdClassName
{
border-color: #C6C26D;
}
.TagClassName
{
border-color: #C6C26D;
}
</style>