Shades of Gurkha #9E9970
Tints of Gurkha #9E9970
RGB
CMYK
RGB Variations
Color information
#9E9970 (or 0x9E9970) is known color: Gurkha. HEX triplet: 9E, 99 and 70. RGB value is (158,153,112). Sum of RGB (Red+Green+Blue) = 158+153+112=423 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.35% from 423); Green value is 153 (60.16% from 255 or 36.17% from 423); Blue value is 112 (44.14% from 255 or 26.48% from 423); Max value from RGB is 158 - color contains mainly: red. Hex color #9E9970 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E9970 is #61668F. Grayscale: #959595. Windows color (decimal): -6383248 or 7379358. OLE color: 7379358.
HSL color Cylindrical-coordinate representation of color #9E9970: hue angle of 53.48º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9E9970 is Cyan = 0, Magento = 0.03, Yellow = 0.29 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 153 | 112 | - |
| CMYK | 0 | 0.03 | 0.29 | 0.38 |
| HSL | 53.48º | 0.19% | 0.53% | - |
| HSV(B) | 53.48º | 0.29% | 0.62% | - |
| XYZ | 28.42 | 31.22 | 19.86 | - |
| YUV | 149.82 | 106.66 | 133.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 153 | 112 | 0 | 0.03 | 0.29 | 0.38 | 53.48 | 0.19 | 0.53 |
| Hex | 9E | 99 | 70 | 0 | 3 | 1D | 26 | 35 | 13 | 35 |
| Octal | 236 | 231 | 160 | 0 | 3 | 35 | 46 | 65 | 23 | 65 |
| Binary | 10011110 | 10011001 | 1110000 | 0 | 11 | 11101 | 100110 | 110101 | 10011 | 110101 |
Color Harmonies of #9E9970
Complementary color
Monochromatic Colors of #9E9970
Black with #9E9970
Text Example
Text Example
White with #9E9970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E9970; }
p { color: rgb(158,153,112); }
H1.HeaderClassName
{
color: #9E9970;
}
.AnyTagClassName
{
color: #9E9970;
}
</style>
background-color css
<style>
a { background-color: #9E9970; }
a { background-color: rgb(158,153,112); }
div.DivClassName
{
background-color: #9E9970;
}
.BgClassName
{
background-color: #9E9970;
}
</style>
border-color css
<style>
span { border-color: #9E9970; }
span { border-color: rgb(158,153,112); }
td.TdClassName
{
border-color: #9E9970;
}
.TagClassName
{
border-color: #9E9970;
}
</style>