Shades of Gurkha #9D9260
Tints of Gurkha #9D9260
RGB
CMYK
RGB Variations
Color information
#9D9260 (or 0x9D9260) is known color: Gurkha. HEX triplet: 9D, 92 and 60. RGB value is (157,146,96). Sum of RGB (Red+Green+Blue) = 157+146+96=399 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.35% from 399); Green value is 146 (57.42% from 255 or 36.59% from 399); Blue value is 96 (37.89% from 255 or 24.06% from 399); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9260 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D9260 is #626D9F. Grayscale: #8F8F8F. Windows color (decimal): -6450592 or 6328989. OLE color: 6328989.
HSL color Cylindrical-coordinate representation of color #9D9260: hue angle of 49.18º 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 #9D9260 is Cyan = 0, Magento = 0.07, Yellow = 0.39 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 146 | 96 | - |
| CMYK | 0 | 0.07 | 0.39 | 0.38 |
| HSL | 49.18º | 0.24% | 0.5% | - |
| HSV(B) | 49.18º | 0.39% | 0.62% | - |
| XYZ | 26.29 | 28.57 | 15.2 | - |
| YUV | 143.59 | 101.14 | 137.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 146 | 96 | 0 | 0.07 | 0.39 | 0.38 | 49.18 | 0.24 | 0.5 |
| Hex | 9D | 92 | 60 | 0 | 7 | 27 | 26 | 31 | 18 | 32 |
| Octal | 235 | 222 | 140 | 0 | 7 | 47 | 46 | 61 | 30 | 62 |
| Binary | 10011101 | 10010010 | 1100000 | 0 | 111 | 100111 | 100110 | 110001 | 11000 | 110010 |
Color Harmonies of #9D9260
Complementary color
Monochromatic Colors of #9D9260
Black with #9D9260
Text Example
Text Example
White with #9D9260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9260; }
p { color: rgb(157,146,96); }
H1.HeaderClassName
{
color: #9D9260;
}
.AnyTagClassName
{
color: #9D9260;
}
</style>
background-color css
<style>
a { background-color: #9D9260; }
a { background-color: rgb(157,146,96); }
div.DivClassName
{
background-color: #9D9260;
}
.BgClassName
{
background-color: #9D9260;
}
</style>
border-color css
<style>
span { border-color: #9D9260; }
span { border-color: rgb(157,146,96); }
td.TdClassName
{
border-color: #9D9260;
}
.TagClassName
{
border-color: #9D9260;
}
</style>