Shades of Gurkha #9E935B
Tints of Gurkha #9E935B
RGB
CMYK
RGB Variations
Color information
#9E935B (or 0x9E935B) is known color: Gurkha. HEX triplet: 9E, 93 and 5B. RGB value is (158,147,91). Sum of RGB (Red+Green+Blue) = 158+147+91=396 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.90% from 396); Green value is 147 (57.81% from 255 or 37.12% from 396); Blue value is 91 (35.94% from 255 or 22.98% from 396); Max value from RGB is 158 - color contains mainly: red. Hex color #9E935B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E935B is #616CA4. Grayscale: #909090. Windows color (decimal): -6384805 or 6001566. OLE color: 6001566.
HSL color Cylindrical-coordinate representation of color #9E935B: hue angle of 50.15º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9E935B is Cyan = 0, Magento = 0.07, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 147 | 91 | - |
| CMYK | 0 | 0.07 | 0.42 | 0.38 |
| HSL | 50.15º | 0.27% | 0.49% | - |
| HSV(B) | 50.15º | 0.42% | 0.62% | - |
| XYZ | 26.42 | 28.89 | 14.08 | - |
| YUV | 143.91 | 98.14 | 138.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 147 | 91 | 0 | 0.07 | 0.42 | 0.38 | 50.15 | 0.27 | 0.49 |
| Hex | 9E | 93 | 5B | 0 | 7 | 2A | 26 | 32 | 1B | 31 |
| Octal | 236 | 223 | 133 | 0 | 7 | 52 | 46 | 62 | 33 | 61 |
| Binary | 10011110 | 10010011 | 1011011 | 0 | 111 | 101010 | 100110 | 110010 | 11011 | 110001 |
Color Harmonies of #9E935B
Complementary color
Monochromatic Colors of #9E935B
Black with #9E935B
Text Example
Text Example
White with #9E935B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E935B; }
p { color: rgb(158,147,91); }
H1.HeaderClassName
{
color: #9E935B;
}
.AnyTagClassName
{
color: #9E935B;
}
</style>
background-color css
<style>
a { background-color: #9E935B; }
a { background-color: rgb(158,147,91); }
div.DivClassName
{
background-color: #9E935B;
}
.BgClassName
{
background-color: #9E935B;
}
</style>
border-color css
<style>
span { border-color: #9E935B; }
span { border-color: rgb(158,147,91); }
td.TdClassName
{
border-color: #9E935B;
}
.TagClassName
{
border-color: #9E935B;
}
</style>