Shades of Gurkha #9E936E
Tints of Gurkha #9E936E
RGB
CMYK
RGB Variations
Color information
#9E936E (or 0x9E936E) is known color: Gurkha. HEX triplet: 9E, 93 and 6E. RGB value is (158,147,110). Sum of RGB (Red+Green+Blue) = 158+147+110=415 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.07% from 415); Green value is 147 (57.81% from 255 or 35.42% from 415); Blue value is 110 (43.36% from 255 or 26.51% from 415); Max value from RGB is 158 - color contains mainly: red. Hex color #9E936E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E936E is #616C91. Grayscale: #929292. Windows color (decimal): -6384786 or 7246750. OLE color: 7246750.
HSL color Cylindrical-coordinate representation of color #9E936E: hue angle of 46.25º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9E936E is Cyan = 0, Magento = 0.07, Yellow = 0.30 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 147 | 110 | - |
| CMYK | 0 | 0.07 | 0.30 | 0.38 |
| HSL | 46.25º | 0.2% | 0.53% | - |
| HSV(B) | 46.25º | 0.3% | 0.62% | - |
| XYZ | 27.35 | 29.26 | 18.96 | - |
| YUV | 146.07 | 107.64 | 136.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 147 | 110 | 0 | 0.07 | 0.30 | 0.38 | 46.25 | 0.2 | 0.53 |
| Hex | 9E | 93 | 6E | 0 | 7 | 1E | 26 | 2E | 14 | 35 |
| Octal | 236 | 223 | 156 | 0 | 7 | 36 | 46 | 56 | 24 | 65 |
| Binary | 10011110 | 10010011 | 1101110 | 0 | 111 | 11110 | 100110 | 101110 | 10100 | 110101 |
Color Harmonies of #9E936E
Complementary color
Monochromatic Colors of #9E936E
Black with #9E936E
Text Example
Text Example
White with #9E936E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E936E; }
p { color: rgb(158,147,110); }
H1.HeaderClassName
{
color: #9E936E;
}
.AnyTagClassName
{
color: #9E936E;
}
</style>
background-color css
<style>
a { background-color: #9E936E; }
a { background-color: rgb(158,147,110); }
div.DivClassName
{
background-color: #9E936E;
}
.BgClassName
{
background-color: #9E936E;
}
</style>
border-color css
<style>
span { border-color: #9E936E; }
span { border-color: rgb(158,147,110); }
td.TdClassName
{
border-color: #9E936E;
}
.TagClassName
{
border-color: #9E936E;
}
</style>