Shades of Gurkha #9E9971
Tints of Gurkha #9E9971
RGB
CMYK
RGB Variations
Color information
#9E9971 (or 0x9E9971) is known color: Gurkha. HEX triplet: 9E, 99 and 71. RGB value is (158,153,113). Sum of RGB (Red+Green+Blue) = 158+153+113=424 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.26% from 424); Green value is 153 (60.16% from 255 or 36.08% from 424); Blue value is 113 (44.53% from 255 or 26.65% from 424); Max value from RGB is 158 - color contains mainly: red. Hex color #9E9971 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E9971 is #61668E. Grayscale: #969696. Windows color (decimal): -6383247 or 7444894. OLE color: 7444894.
HSL color Cylindrical-coordinate representation of color #9E9971: hue angle of 53.33º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9E9971 is Cyan = 0, Magento = 0.03, Yellow = 0.28 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 153 | 113 | - |
| CMYK | 0 | 0.03 | 0.28 | 0.38 |
| HSL | 53.33º | 0.19% | 0.53% | - |
| HSV(B) | 53.33º | 0.28% | 0.62% | - |
| XYZ | 28.47 | 31.24 | 20.15 | - |
| YUV | 149.94 | 107.16 | 133.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 153 | 113 | 0 | 0.03 | 0.28 | 0.38 | 53.33 | 0.19 | 0.53 |
| Hex | 9E | 99 | 71 | 0 | 3 | 1C | 26 | 35 | 13 | 35 |
| Octal | 236 | 231 | 161 | 0 | 3 | 34 | 46 | 65 | 23 | 65 |
| Binary | 10011110 | 10011001 | 1110001 | 0 | 11 | 11100 | 100110 | 110101 | 10011 | 110101 |
Color Harmonies of #9E9971
Complementary color
Monochromatic Colors of #9E9971
Black with #9E9971
Text Example
Text Example
White with #9E9971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E9971; }
p { color: rgb(158,153,113); }
H1.HeaderClassName
{
color: #9E9971;
}
.AnyTagClassName
{
color: #9E9971;
}
</style>
background-color css
<style>
a { background-color: #9E9971; }
a { background-color: rgb(158,153,113); }
div.DivClassName
{
background-color: #9E9971;
}
.BgClassName
{
background-color: #9E9971;
}
</style>
border-color css
<style>
span { border-color: #9E9971; }
span { border-color: rgb(158,153,113); }
td.TdClassName
{
border-color: #9E9971;
}
.TagClassName
{
border-color: #9E9971;
}
</style>