Shades of Gurkha #9E9062
Tints of Gurkha #9E9062
RGB
CMYK
RGB Variations
Color information
#9E9062 (or 0x9E9062) is known color: Gurkha. HEX triplet: 9E, 90 and 62. RGB value is (158,144,98). Sum of RGB (Red+Green+Blue) = 158+144+98=400 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.5% from 400); Green value is 144 (56.64% from 255 or 36% from 400); Blue value is 98 (38.67% from 255 or 24.5% from 400); Max value from RGB is 158 - color contains mainly: red. Hex color #9E9062 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E9062 is #616F9D. Grayscale: #8F8F8F. Windows color (decimal): -6385566 or 6459550. OLE color: 6459550.
HSL color Cylindrical-coordinate representation of color #9E9062: hue angle of 46º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9E9062 is Cyan = 0, Magento = 0.09, Yellow = 0.38 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 144 | 98 | - |
| CMYK | 0 | 0.09 | 0.38 | 0.38 |
| HSL | 46º | 0.24% | 0.5% | - |
| HSV(B) | 46º | 0.38% | 0.62% | - |
| XYZ | 26.28 | 28.1 | 15.59 | - |
| YUV | 142.94 | 102.64 | 138.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 144 | 98 | 0 | 0.09 | 0.38 | 0.38 | 46 | 0.24 | 0.5 |
| Hex | 9E | 90 | 62 | 0 | 9 | 26 | 26 | 2E | 18 | 32 |
| Octal | 236 | 220 | 142 | 0 | 11 | 46 | 46 | 56 | 30 | 62 |
| Binary | 10011110 | 10010000 | 1100010 | 0 | 1001 | 100110 | 100110 | 101110 | 11000 | 110010 |
Color Harmonies of #9E9062
Complementary color
Monochromatic Colors of #9E9062
Black with #9E9062
Text Example
Text Example
White with #9E9062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E9062; }
p { color: rgb(158,144,98); }
H1.HeaderClassName
{
color: #9E9062;
}
.AnyTagClassName
{
color: #9E9062;
}
</style>
background-color css
<style>
a { background-color: #9E9062; }
a { background-color: rgb(158,144,98); }
div.DivClassName
{
background-color: #9E9062;
}
.BgClassName
{
background-color: #9E9062;
}
</style>
border-color css
<style>
span { border-color: #9E9062; }
span { border-color: rgb(158,144,98); }
td.TdClassName
{
border-color: #9E9062;
}
.TagClassName
{
border-color: #9E9062;
}
</style>