Shades of Gurkha #9E936D
Tints of Gurkha #9E936D
RGB
CMYK
RGB Variations
Color information
#9E936D (or 0x9E936D) is known color: Gurkha. HEX triplet: 9E, 93 and 6D. RGB value is (158,147,109). Sum of RGB (Red+Green+Blue) = 158+147+109=414 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.16% from 414); Green value is 147 (57.81% from 255 or 35.51% from 414); Blue value is 109 (42.97% from 255 or 26.33% from 414); Max value from RGB is 158 - color contains mainly: red. Hex color #9E936D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E936D is #616C92. Grayscale: #929292. Windows color (decimal): -6384787 or 7181214. OLE color: 7181214.
HSL color Cylindrical-coordinate representation of color #9E936D: hue angle of 46.53º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9E936D is Cyan = 0, Magento = 0.07, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 147 | 109 | - |
| CMYK | 0 | 0.07 | 0.31 | 0.38 |
| HSL | 46.53º | 0.2% | 0.52% | - |
| HSV(B) | 46.53º | 0.31% | 0.62% | - |
| XYZ | 27.29 | 29.24 | 18.67 | - |
| YUV | 145.96 | 107.14 | 136.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 147 | 109 | 0 | 0.07 | 0.31 | 0.38 | 46.53 | 0.2 | 0.52 |
| Hex | 9E | 93 | 6D | 0 | 7 | 1F | 26 | 2F | 14 | 34 |
| Octal | 236 | 223 | 155 | 0 | 7 | 37 | 46 | 57 | 24 | 64 |
| Binary | 10011110 | 10010011 | 1101101 | 0 | 111 | 11111 | 100110 | 101111 | 10100 | 110100 |
Color Harmonies of #9E936D
Complementary color
Monochromatic Colors of #9E936D
Black with #9E936D
Text Example
Text Example
White with #9E936D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E936D; }
p { color: rgb(158,147,109); }
H1.HeaderClassName
{
color: #9E936D;
}
.AnyTagClassName
{
color: #9E936D;
}
</style>
background-color css
<style>
a { background-color: #9E936D; }
a { background-color: rgb(158,147,109); }
div.DivClassName
{
background-color: #9E936D;
}
.BgClassName
{
background-color: #9E936D;
}
</style>
border-color css
<style>
span { border-color: #9E936D; }
span { border-color: rgb(158,147,109); }
td.TdClassName
{
border-color: #9E936D;
}
.TagClassName
{
border-color: #9E936D;
}
</style>