Shades of Gurkha #9D9160
Tints of Gurkha #9D9160
RGB
CMYK
RGB Variations
Color information
#9D9160 (or 0x9D9160) is known color: Gurkha. HEX triplet: 9D, 91 and 60. RGB value is (157,145,96). Sum of RGB (Red+Green+Blue) = 157+145+96=398 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.45% from 398); Green value is 145 (57.03% from 255 or 36.43% from 398); Blue value is 96 (37.89% from 255 or 24.12% from 398); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9160 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D9160 is #626E9F. Grayscale: #8F8F8F. Windows color (decimal): -6450848 or 6328733. OLE color: 6328733.
HSL color Cylindrical-coordinate representation of color #9D9160: hue angle of 48.2º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9D9160 is Cyan = 0, Magento = 0.08, Yellow = 0.39 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 145 | 96 | - |
| CMYK | 0 | 0.08 | 0.39 | 0.38 |
| HSL | 48.2º | 0.24% | 0.5% | - |
| HSV(B) | 48.2º | 0.39% | 0.62% | - |
| XYZ | 26.14 | 28.26 | 15.14 | - |
| YUV | 143 | 101.48 | 137.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 145 | 96 | 0 | 0.08 | 0.39 | 0.38 | 48.2 | 0.24 | 0.5 |
| Hex | 9D | 91 | 60 | 0 | 8 | 27 | 26 | 30 | 18 | 32 |
| Octal | 235 | 221 | 140 | 0 | 10 | 47 | 46 | 60 | 30 | 62 |
| Binary | 10011101 | 10010001 | 1100000 | 0 | 1000 | 100111 | 100110 | 110000 | 11000 | 110010 |
Color Harmonies of #9D9160
Complementary color
Monochromatic Colors of #9D9160
Black with #9D9160
Text Example
Text Example
White with #9D9160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9160; }
p { color: rgb(157,145,96); }
H1.HeaderClassName
{
color: #9D9160;
}
.AnyTagClassName
{
color: #9D9160;
}
</style>
background-color css
<style>
a { background-color: #9D9160; }
a { background-color: rgb(157,145,96); }
div.DivClassName
{
background-color: #9D9160;
}
.BgClassName
{
background-color: #9D9160;
}
</style>
border-color css
<style>
span { border-color: #9D9160; }
span { border-color: rgb(157,145,96); }
td.TdClassName
{
border-color: #9D9160;
}
.TagClassName
{
border-color: #9D9160;
}
</style>