Shades of Gurkha #9D926E
Tints of Gurkha #9D926E
RGB
CMYK
RGB Variations
Color information
#9D926E (or 0x9D926E) is known color: Gurkha. HEX triplet: 9D, 92 and 6E. RGB value is (157,146,110). Sum of RGB (Red+Green+Blue) = 157+146+110=413 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.01% from 413); Green value is 146 (57.42% from 255 or 35.35% from 413); Blue value is 110 (43.36% from 255 or 26.63% from 413); Max value from RGB is 157 - color contains mainly: red. Hex color #9D926E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D926E is #626D91. Grayscale: #919191. Windows color (decimal): -6450578 or 7246493. OLE color: 7246493.
HSL color Cylindrical-coordinate representation of color #9D926E: hue angle of 45.96º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9D926E is Cyan = 0, Magento = 0.07, Yellow = 0.30 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 146 | 110 | - |
| CMYK | 0 | 0.07 | 0.30 | 0.38 |
| HSL | 45.96º | 0.19% | 0.52% | - |
| HSV(B) | 45.96º | 0.3% | 0.62% | - |
| XYZ | 27 | 28.85 | 18.9 | - |
| YUV | 145.19 | 108.14 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 146 | 110 | 0 | 0.07 | 0.30 | 0.38 | 45.96 | 0.19 | 0.52 |
| Hex | 9D | 92 | 6E | 0 | 7 | 1E | 26 | 2E | 13 | 34 |
| Octal | 235 | 222 | 156 | 0 | 7 | 36 | 46 | 56 | 23 | 64 |
| Binary | 10011101 | 10010010 | 1101110 | 0 | 111 | 11110 | 100110 | 101110 | 10011 | 110100 |
Color Harmonies of #9D926E
Complementary color
Monochromatic Colors of #9D926E
Black with #9D926E
Text Example
Text Example
White with #9D926E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D926E; }
p { color: rgb(157,146,110); }
H1.HeaderClassName
{
color: #9D926E;
}
.AnyTagClassName
{
color: #9D926E;
}
</style>
background-color css
<style>
a { background-color: #9D926E; }
a { background-color: rgb(157,146,110); }
div.DivClassName
{
background-color: #9D926E;
}
.BgClassName
{
background-color: #9D926E;
}
</style>
border-color css
<style>
span { border-color: #9D926E; }
span { border-color: rgb(157,146,110); }
td.TdClassName
{
border-color: #9D926E;
}
.TagClassName
{
border-color: #9D926E;
}
</style>