Shades of Gurkha #9E9270
Tints of Gurkha #9E9270
RGB
CMYK
RGB Variations
Color information
#9E9270 (or 0x9E9270) is known color: Gurkha. HEX triplet: 9E, 92 and 70. RGB value is (158,146,112). Sum of RGB (Red+Green+Blue) = 158+146+112=416 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.98% from 416); Green value is 146 (57.42% from 255 or 35.10% from 416); Blue value is 112 (44.14% from 255 or 26.92% from 416); Max value from RGB is 158 - color contains mainly: red. Hex color #9E9270 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E9270 is #616D8F. Grayscale: #919191. Windows color (decimal): -6385040 or 7377566. OLE color: 7377566.
HSL color Cylindrical-coordinate representation of color #9E9270: hue angle of 44.35º 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 #9E9270 is Cyan = 0, Magento = 0.08, Yellow = 0.29 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 146 | 112 | - |
| CMYK | 0 | 0.08 | 0.29 | 0.38 |
| HSL | 44.35º | 0.19% | 0.53% | - |
| HSV(B) | 44.35º | 0.29% | 0.62% | - |
| XYZ | 27.3 | 29 | 19.49 | - |
| YUV | 145.71 | 108.98 | 136.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 146 | 112 | 0 | 0.08 | 0.29 | 0.38 | 44.35 | 0.19 | 0.53 |
| Hex | 9E | 92 | 70 | 0 | 8 | 1D | 26 | 2C | 13 | 35 |
| Octal | 236 | 222 | 160 | 0 | 10 | 35 | 46 | 54 | 23 | 65 |
| Binary | 10011110 | 10010010 | 1110000 | 0 | 1000 | 11101 | 100110 | 101100 | 10011 | 110101 |
Color Harmonies of #9E9270
Complementary color
Monochromatic Colors of #9E9270
Black with #9E9270
Text Example
Text Example
White with #9E9270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E9270; }
p { color: rgb(158,146,112); }
H1.HeaderClassName
{
color: #9E9270;
}
.AnyTagClassName
{
color: #9E9270;
}
</style>
background-color css
<style>
a { background-color: #9E9270; }
a { background-color: rgb(158,146,112); }
div.DivClassName
{
background-color: #9E9270;
}
.BgClassName
{
background-color: #9E9270;
}
</style>
border-color css
<style>
span { border-color: #9E9270; }
span { border-color: rgb(158,146,112); }
td.TdClassName
{
border-color: #9E9270;
}
.TagClassName
{
border-color: #9E9270;
}
</style>