Shades of Gurkha #9E9764
Tints of Gurkha #9E9764
RGB
CMYK
RGB Variations
Color information
#9E9764 (or 0x9E9764) is known color: Gurkha. HEX triplet: 9E, 97 and 64. RGB value is (158,151,100). Sum of RGB (Red+Green+Blue) = 158+151+100=409 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.63% from 409); Green value is 151 (59.38% from 255 or 36.92% from 409); Blue value is 100 (39.45% from 255 or 24.45% from 409); Max value from RGB is 158 - color contains mainly: red. Hex color #9E9764 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E9764 is #61689B. Grayscale: #939393. Windows color (decimal): -6383772 or 6592414. OLE color: 6592414.
HSL color Cylindrical-coordinate representation of color #9E9764: hue angle of 52.76º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9E9764 is Cyan = 0, Magento = 0.04, Yellow = 0.37 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 151 | 100 | - |
| CMYK | 0 | 0.04 | 0.37 | 0.38 |
| HSL | 52.76º | 0.23% | 0.51% | - |
| HSV(B) | 52.76º | 0.37% | 0.62% | - |
| XYZ | 27.47 | 30.32 | 16.46 | - |
| YUV | 147.28 | 101.32 | 135.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 151 | 100 | 0 | 0.04 | 0.37 | 0.38 | 52.76 | 0.23 | 0.51 |
| Hex | 9E | 97 | 64 | 0 | 4 | 25 | 26 | 35 | 17 | 33 |
| Octal | 236 | 227 | 144 | 0 | 4 | 45 | 46 | 65 | 27 | 63 |
| Binary | 10011110 | 10010111 | 1100100 | 0 | 100 | 100101 | 100110 | 110101 | 10111 | 110011 |
Color Harmonies of #9E9764
Complementary color
Monochromatic Colors of #9E9764
Black with #9E9764
Text Example
Text Example
White with #9E9764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E9764; }
p { color: rgb(158,151,100); }
H1.HeaderClassName
{
color: #9E9764;
}
.AnyTagClassName
{
color: #9E9764;
}
</style>
background-color css
<style>
a { background-color: #9E9764; }
a { background-color: rgb(158,151,100); }
div.DivClassName
{
background-color: #9E9764;
}
.BgClassName
{
background-color: #9E9764;
}
</style>
border-color css
<style>
span { border-color: #9E9764; }
span { border-color: rgb(158,151,100); }
td.TdClassName
{
border-color: #9E9764;
}
.TagClassName
{
border-color: #9E9764;
}
</style>