Shades of Gurkha #9E956D
Tints of Gurkha #9E956D
RGB
CMYK
RGB Variations
Color information
#9E956D (or 0x9E956D) is known color: Gurkha. HEX triplet: 9E, 95 and 6D. RGB value is (158,149,109). Sum of RGB (Red+Green+Blue) = 158+149+109=416 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.98% from 416); Green value is 149 (58.59% from 255 or 35.82% from 416); Blue value is 109 (42.97% from 255 or 26.20% from 416); Max value from RGB is 158 - color contains mainly: red. Hex color #9E956D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E956D is #616A92. Grayscale: #939393. Windows color (decimal): -6384275 or 7181726. OLE color: 7181726.
HSL color Cylindrical-coordinate representation of color #9E956D: hue angle of 48.98º 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 #9E956D is Cyan = 0, Magento = 0.06, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 149 | 109 | - |
| CMYK | 0 | 0.06 | 0.31 | 0.38 |
| HSL | 48.98º | 0.2% | 0.52% | - |
| HSV(B) | 48.98º | 0.31% | 0.62% | - |
| XYZ | 27.61 | 29.87 | 18.78 | - |
| YUV | 147.13 | 106.48 | 135.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 149 | 109 | 0 | 0.06 | 0.31 | 0.38 | 48.98 | 0.2 | 0.52 |
| Hex | 9E | 95 | 6D | 0 | 6 | 1F | 26 | 31 | 14 | 34 |
| Octal | 236 | 225 | 155 | 0 | 6 | 37 | 46 | 61 | 24 | 64 |
| Binary | 10011110 | 10010101 | 1101101 | 0 | 110 | 11111 | 100110 | 110001 | 10100 | 110100 |
Color Harmonies of #9E956D
Complementary color
Monochromatic Colors of #9E956D
Black with #9E956D
Text Example
Text Example
White with #9E956D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E956D; }
p { color: rgb(158,149,109); }
H1.HeaderClassName
{
color: #9E956D;
}
.AnyTagClassName
{
color: #9E956D;
}
</style>
background-color css
<style>
a { background-color: #9E956D; }
a { background-color: rgb(158,149,109); }
div.DivClassName
{
background-color: #9E956D;
}
.BgClassName
{
background-color: #9E956D;
}
</style>
border-color css
<style>
span { border-color: #9E956D; }
span { border-color: rgb(158,149,109); }
td.TdClassName
{
border-color: #9E956D;
}
.TagClassName
{
border-color: #9E956D;
}
</style>