Shades of Gurkha #9E915D
Tints of Gurkha #9E915D
RGB
CMYK
RGB Variations
Color information
#9E915D (or 0x9E915D) is known color: Gurkha. HEX triplet: 9E, 91 and 5D. RGB value is (158,145,93). Sum of RGB (Red+Green+Blue) = 158+145+93=396 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.90% from 396); Green value is 145 (57.03% from 255 or 36.62% from 396); Blue value is 93 (36.72% from 255 or 23.48% from 396); Max value from RGB is 158 - color contains mainly: red. Hex color #9E915D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E915D is #616EA2. Grayscale: #8F8F8F. Windows color (decimal): -6385315 or 6132126. OLE color: 6132126.
HSL color Cylindrical-coordinate representation of color #9E915D: hue angle of 48º 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 #9E915D is Cyan = 0, Magento = 0.08, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 145 | 93 | - |
| CMYK | 0 | 0.08 | 0.41 | 0.38 |
| HSL | 48º | 0.26% | 0.49% | - |
| HSV(B) | 48º | 0.41% | 0.62% | - |
| XYZ | 26.2 | 28.31 | 14.44 | - |
| YUV | 142.96 | 99.81 | 138.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 145 | 93 | 0 | 0.08 | 0.41 | 0.38 | 48 | 0.26 | 0.49 |
| Hex | 9E | 91 | 5D | 0 | 8 | 29 | 26 | 30 | 1A | 31 |
| Octal | 236 | 221 | 135 | 0 | 10 | 51 | 46 | 60 | 32 | 61 |
| Binary | 10011110 | 10010001 | 1011101 | 0 | 1000 | 101001 | 100110 | 110000 | 11010 | 110001 |
Color Harmonies of #9E915D
Complementary color
Monochromatic Colors of #9E915D
Black with #9E915D
Text Example
Text Example
White with #9E915D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E915D; }
p { color: rgb(158,145,93); }
H1.HeaderClassName
{
color: #9E915D;
}
.AnyTagClassName
{
color: #9E915D;
}
</style>
background-color css
<style>
a { background-color: #9E915D; }
a { background-color: rgb(158,145,93); }
div.DivClassName
{
background-color: #9E915D;
}
.BgClassName
{
background-color: #9E915D;
}
</style>
border-color css
<style>
span { border-color: #9E915D; }
span { border-color: rgb(158,145,93); }
td.TdClassName
{
border-color: #9E915D;
}
.TagClassName
{
border-color: #9E915D;
}
</style>