Shades of Gurkha #968E66
Tints of Gurkha #968E66
RGB
CMYK
RGB Variations
Color information
#968E66 (or 0x968E66) is known color: Gurkha. HEX triplet: 96, 8E and 66. RGB value is (150,142,102). Sum of RGB (Red+Green+Blue) = 150+142+102=394 (52% of max value = 765). Red value is 150 (58.98% from 255 or 38.07% from 394); Green value is 142 (55.86% from 255 or 36.04% from 394); Blue value is 102 (40.23% from 255 or 25.89% from 394); Max value from RGB is 150 - color contains mainly: red. Hex color #968E66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968E66 is #697199. Grayscale: #8C8C8C. Windows color (decimal): -6910362 or 6721174. OLE color: 6721174.
HSL color Cylindrical-coordinate representation of color #968E66: hue angle of 50º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #968E66 is Cyan = 0, Magento = 0.05, Yellow = 0.32 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 142 | 102 | - |
| CMYK | 0 | 0.05 | 0.32 | 0.41 |
| HSL | 50º | 0.19% | 0.49% | - |
| HSV(B) | 50º | 0.32% | 0.59% | - |
| XYZ | 24.65 | 26.79 | 16.44 | - |
| YUV | 139.83 | 106.65 | 135.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 142 | 102 | 0 | 0.05 | 0.32 | 0.41 | 50 | 0.19 | 0.49 |
| Hex | 96 | 8E | 66 | 0 | 5 | 20 | 29 | 32 | 13 | 31 |
| Octal | 226 | 216 | 146 | 0 | 5 | 40 | 51 | 62 | 23 | 61 |
| Binary | 10010110 | 10001110 | 1100110 | 0 | 101 | 100000 | 101001 | 110010 | 10011 | 110001 |
Color Harmonies of #968E66
Complementary color
Monochromatic Colors of #968E66
Black with #968E66
Text Example
Text Example
White with #968E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968E66; }
p { color: rgb(150,142,102); }
H1.HeaderClassName
{
color: #968E66;
}
.AnyTagClassName
{
color: #968E66;
}
</style>
background-color css
<style>
a { background-color: #968E66; }
a { background-color: rgb(150,142,102); }
div.DivClassName
{
background-color: #968E66;
}
.BgClassName
{
background-color: #968E66;
}
</style>
border-color css
<style>
span { border-color: #968E66; }
span { border-color: rgb(150,142,102); }
td.TdClassName
{
border-color: #968E66;
}
.TagClassName
{
border-color: #968E66;
}
</style>