Shades of Gurkha #9E9565
Tints of Gurkha #9E9565
RGB
CMYK
RGB Variations
Color information
#9E9565 (or 0x9E9565) is known color: Gurkha. HEX triplet: 9E, 95 and 65. RGB value is (158,149,101). Sum of RGB (Red+Green+Blue) = 158+149+101=408 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.73% from 408); Green value is 149 (58.59% from 255 or 36.52% from 408); Blue value is 101 (39.84% from 255 or 24.75% from 408); Max value from RGB is 158 - color contains mainly: red. Hex color #9E9565 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E9565 is #616A9A. Grayscale: #929292. Windows color (decimal): -6384283 or 6657438. OLE color: 6657438.
HSL color Cylindrical-coordinate representation of color #9E9565: hue angle of 50.53º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9E9565 is Cyan = 0, Magento = 0.06, Yellow = 0.36 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 149 | 101 | - |
| CMYK | 0 | 0.06 | 0.36 | 0.38 |
| HSL | 50.53º | 0.23% | 0.51% | - |
| HSV(B) | 50.53º | 0.36% | 0.62% | - |
| XYZ | 27.2 | 29.7 | 16.61 | - |
| YUV | 146.22 | 102.48 | 136.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 149 | 101 | 0 | 0.06 | 0.36 | 0.38 | 50.53 | 0.23 | 0.51 |
| Hex | 9E | 95 | 65 | 0 | 6 | 24 | 26 | 33 | 17 | 33 |
| Octal | 236 | 225 | 145 | 0 | 6 | 44 | 46 | 63 | 27 | 63 |
| Binary | 10011110 | 10010101 | 1100101 | 0 | 110 | 100100 | 100110 | 110011 | 10111 | 110011 |
Color Harmonies of #9E9565
Complementary color
Monochromatic Colors of #9E9565
Black with #9E9565
Text Example
Text Example
White with #9E9565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E9565; }
p { color: rgb(158,149,101); }
H1.HeaderClassName
{
color: #9E9565;
}
.AnyTagClassName
{
color: #9E9565;
}
</style>
background-color css
<style>
a { background-color: #9E9565; }
a { background-color: rgb(158,149,101); }
div.DivClassName
{
background-color: #9E9565;
}
.BgClassName
{
background-color: #9E9565;
}
</style>
border-color css
<style>
span { border-color: #9E9565; }
span { border-color: rgb(158,149,101); }
td.TdClassName
{
border-color: #9E9565;
}
.TagClassName
{
border-color: #9E9565;
}
</style>