Shades of Gurkha #9E9367
Tints of Gurkha #9E9367
RGB
CMYK
RGB Variations
Color information
#9E9367 (or 0x9E9367) is known color: Gurkha. HEX triplet: 9E, 93 and 67. RGB value is (158,147,103). Sum of RGB (Red+Green+Blue) = 158+147+103=408 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.73% from 408); Green value is 147 (57.81% from 255 or 36.03% from 408); Blue value is 103 (40.62% from 255 or 25.25% from 408); Max value from RGB is 158 - color contains mainly: red. Hex color #9E9367 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E9367 is #616C98. Grayscale: #919191. Windows color (decimal): -6384793 or 6787998. OLE color: 6787998.
HSL color Cylindrical-coordinate representation of color #9E9367: hue angle of 48º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9E9367 is Cyan = 0, Magento = 0.07, Yellow = 0.35 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 147 | 103 | - |
| CMYK | 0 | 0.07 | 0.35 | 0.38 |
| HSL | 48º | 0.22% | 0.51% | - |
| HSV(B) | 48º | 0.35% | 0.62% | - |
| XYZ | 26.98 | 29.12 | 17.03 | - |
| YUV | 145.27 | 104.14 | 137.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 147 | 103 | 0 | 0.07 | 0.35 | 0.38 | 48 | 0.22 | 0.51 |
| Hex | 9E | 93 | 67 | 0 | 7 | 23 | 26 | 30 | 16 | 33 |
| Octal | 236 | 223 | 147 | 0 | 7 | 43 | 46 | 60 | 26 | 63 |
| Binary | 10011110 | 10010011 | 1100111 | 0 | 111 | 100011 | 100110 | 110000 | 10110 | 110011 |
Color Harmonies of #9E9367
Complementary color
Monochromatic Colors of #9E9367
Black with #9E9367
Text Example
Text Example
White with #9E9367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E9367; }
p { color: rgb(158,147,103); }
H1.HeaderClassName
{
color: #9E9367;
}
.AnyTagClassName
{
color: #9E9367;
}
</style>
background-color css
<style>
a { background-color: #9E9367; }
a { background-color: rgb(158,147,103); }
div.DivClassName
{
background-color: #9E9367;
}
.BgClassName
{
background-color: #9E9367;
}
</style>
border-color css
<style>
span { border-color: #9E9367; }
span { border-color: rgb(158,147,103); }
td.TdClassName
{
border-color: #9E9367;
}
.TagClassName
{
border-color: #9E9367;
}
</style>