Shades of Gurkha #9E955D
Tints of Gurkha #9E955D
RGB
CMYK
RGB Variations
Color information
#9E955D (or 0x9E955D) is known color: Gurkha. HEX triplet: 9E, 95 and 5D. RGB value is (158,149,93). Sum of RGB (Red+Green+Blue) = 158+149+93=400 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.5% from 400); Green value is 149 (58.59% from 255 or 37.25% from 400); Blue value is 93 (36.72% from 255 or 23.25% from 400); Max value from RGB is 158 - color contains mainly: red. Hex color #9E955D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E955D is #616AA2. Grayscale: #919191. Windows color (decimal): -6384291 or 6133150. OLE color: 6133150.
HSL color Cylindrical-coordinate representation of color #9E955D: hue angle of 51.69º degrees, saturation: 0.26, 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 #9E955D is Cyan = 0, Magento = 0.06, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 149 | 93 | - |
| CMYK | 0 | 0.06 | 0.41 | 0.38 |
| HSL | 51.69º | 0.26% | 0.49% | - |
| HSV(B) | 51.69º | 0.41% | 0.62% | - |
| XYZ | 26.82 | 29.55 | 14.65 | - |
| YUV | 145.31 | 98.48 | 137.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 149 | 93 | 0 | 0.06 | 0.41 | 0.38 | 51.69 | 0.26 | 0.49 |
| Hex | 9E | 95 | 5D | 0 | 6 | 29 | 26 | 34 | 1A | 31 |
| Octal | 236 | 225 | 135 | 0 | 6 | 51 | 46 | 64 | 32 | 61 |
| Binary | 10011110 | 10010101 | 1011101 | 0 | 110 | 101001 | 100110 | 110100 | 11010 | 110001 |
Color Harmonies of #9E955D
Complementary color
Monochromatic Colors of #9E955D
Black with #9E955D
Text Example
Text Example
White with #9E955D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E955D; }
p { color: rgb(158,149,93); }
H1.HeaderClassName
{
color: #9E955D;
}
.AnyTagClassName
{
color: #9E955D;
}
</style>
background-color css
<style>
a { background-color: #9E955D; }
a { background-color: rgb(158,149,93); }
div.DivClassName
{
background-color: #9E955D;
}
.BgClassName
{
background-color: #9E955D;
}
</style>
border-color css
<style>
span { border-color: #9E955D; }
span { border-color: rgb(158,149,93); }
td.TdClassName
{
border-color: #9E955D;
}
.TagClassName
{
border-color: #9E955D;
}
</style>