Shades of Gurkha #9E935E
Tints of Gurkha #9E935E
RGB
CMYK
RGB Variations
Color information
#9E935E (or 0x9E935E) is known color: Gurkha. HEX triplet: 9E, 93 and 5E. RGB value is (158,147,94). Sum of RGB (Red+Green+Blue) = 158+147+94=399 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.60% from 399); Green value is 147 (57.81% from 255 or 36.84% from 399); Blue value is 94 (37.11% from 255 or 23.56% from 399); Max value from RGB is 158 - color contains mainly: red. Hex color #9E935E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E935E is #616CA1. Grayscale: #909090. Windows color (decimal): -6384802 or 6198174. OLE color: 6198174.
HSL color Cylindrical-coordinate representation of color #9E935E: hue angle of 49.69º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9E935E is Cyan = 0, Magento = 0.07, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 147 | 94 | - |
| CMYK | 0 | 0.07 | 0.41 | 0.38 |
| HSL | 49.69º | 0.25% | 0.49% | - |
| HSV(B) | 49.69º | 0.41% | 0.62% | - |
| XYZ | 26.55 | 28.94 | 14.78 | - |
| YUV | 144.25 | 99.64 | 137.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 147 | 94 | 0 | 0.07 | 0.41 | 0.38 | 49.69 | 0.25 | 0.49 |
| Hex | 9E | 93 | 5E | 0 | 7 | 29 | 26 | 32 | 19 | 31 |
| Octal | 236 | 223 | 136 | 0 | 7 | 51 | 46 | 62 | 31 | 61 |
| Binary | 10011110 | 10010011 | 1011110 | 0 | 111 | 101001 | 100110 | 110010 | 11001 | 110001 |
Color Harmonies of #9E935E
Complementary color
Monochromatic Colors of #9E935E
Black with #9E935E
Text Example
Text Example
White with #9E935E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E935E; }
p { color: rgb(158,147,94); }
H1.HeaderClassName
{
color: #9E935E;
}
.AnyTagClassName
{
color: #9E935E;
}
</style>
background-color css
<style>
a { background-color: #9E935E; }
a { background-color: rgb(158,147,94); }
div.DivClassName
{
background-color: #9E935E;
}
.BgClassName
{
background-color: #9E935E;
}
</style>
border-color css
<style>
span { border-color: #9E935E; }
span { border-color: rgb(158,147,94); }
td.TdClassName
{
border-color: #9E935E;
}
.TagClassName
{
border-color: #9E935E;
}
</style>