Shades of Gurkha #9E926A
Tints of Gurkha #9E926A
RGB
CMYK
RGB Variations
Color information
#9E926A (or 0x9E926A) is known color: Gurkha. HEX triplet: 9E, 92 and 6A. RGB value is (158,146,106). Sum of RGB (Red+Green+Blue) = 158+146+106=410 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.54% from 410); Green value is 146 (57.42% from 255 or 35.61% from 410); Blue value is 106 (41.80% from 255 or 25.85% from 410); Max value from RGB is 158 - color contains mainly: red. Hex color #9E926A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E926A is #616D95. Grayscale: #919191. Windows color (decimal): -6385046 or 6984350. OLE color: 6984350.
HSL color Cylindrical-coordinate representation of color #9E926A: hue angle of 46.15º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9E926A is Cyan = 0, Magento = 0.08, Yellow = 0.33 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 146 | 106 | - |
| CMYK | 0 | 0.08 | 0.33 | 0.38 |
| HSL | 46.15º | 0.21% | 0.52% | - |
| HSV(B) | 46.15º | 0.33% | 0.62% | - |
| XYZ | 26.98 | 28.87 | 17.79 | - |
| YUV | 145.03 | 105.98 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 146 | 106 | 0 | 0.08 | 0.33 | 0.38 | 46.15 | 0.21 | 0.52 |
| Hex | 9E | 92 | 6A | 0 | 8 | 21 | 26 | 2E | 15 | 34 |
| Octal | 236 | 222 | 152 | 0 | 10 | 41 | 46 | 56 | 25 | 64 |
| Binary | 10011110 | 10010010 | 1101010 | 0 | 1000 | 100001 | 100110 | 101110 | 10101 | 110100 |
Color Harmonies of #9E926A
Complementary color
Monochromatic Colors of #9E926A
Black with #9E926A
Text Example
Text Example
White with #9E926A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E926A; }
p { color: rgb(158,146,106); }
H1.HeaderClassName
{
color: #9E926A;
}
.AnyTagClassName
{
color: #9E926A;
}
</style>
background-color css
<style>
a { background-color: #9E926A; }
a { background-color: rgb(158,146,106); }
div.DivClassName
{
background-color: #9E926A;
}
.BgClassName
{
background-color: #9E926A;
}
</style>
border-color css
<style>
span { border-color: #9E926A; }
span { border-color: rgb(158,146,106); }
td.TdClassName
{
border-color: #9E926A;
}
.TagClassName
{
border-color: #9E926A;
}
</style>