Shades of Gurkha #9D9571
Tints of Gurkha #9D9571
RGB
CMYK
RGB Variations
Color information
#9D9571 (or 0x9D9571) is known color: Gurkha. HEX triplet: 9D, 95 and 71. RGB value is (157,149,113). Sum of RGB (Red+Green+Blue) = 157+149+113=419 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.47% from 419); Green value is 149 (58.59% from 255 or 35.56% from 419); Blue value is 113 (44.53% from 255 or 26.97% from 419); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9571 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D9571 is #626A8E. Grayscale: #939393. Windows color (decimal): -6449807 or 7443869. OLE color: 7443869.
HSL color Cylindrical-coordinate representation of color #9D9571: hue angle of 49.09º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9D9571 is Cyan = 0, Magento = 0.05, Yellow = 0.28 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 149 | 113 | - |
| CMYK | 0 | 0.05 | 0.28 | 0.38 |
| HSL | 49.09º | 0.18% | 0.53% | - |
| HSV(B) | 49.09º | 0.28% | 0.62% | - |
| XYZ | 27.63 | 29.86 | 19.93 | - |
| YUV | 147.29 | 108.65 | 134.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 149 | 113 | 0 | 0.05 | 0.28 | 0.38 | 49.09 | 0.18 | 0.53 |
| Hex | 9D | 95 | 71 | 0 | 5 | 1C | 26 | 31 | 12 | 35 |
| Octal | 235 | 225 | 161 | 0 | 5 | 34 | 46 | 61 | 22 | 65 |
| Binary | 10011101 | 10010101 | 1110001 | 0 | 101 | 11100 | 100110 | 110001 | 10010 | 110101 |
Color Harmonies of #9D9571
Complementary color
Monochromatic Colors of #9D9571
Black with #9D9571
Text Example
Text Example
White with #9D9571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9571; }
p { color: rgb(157,149,113); }
H1.HeaderClassName
{
color: #9D9571;
}
.AnyTagClassName
{
color: #9D9571;
}
</style>
background-color css
<style>
a { background-color: #9D9571; }
a { background-color: rgb(157,149,113); }
div.DivClassName
{
background-color: #9D9571;
}
.BgClassName
{
background-color: #9D9571;
}
</style>
border-color css
<style>
span { border-color: #9D9571; }
span { border-color: rgb(157,149,113); }
td.TdClassName
{
border-color: #9D9571;
}
.TagClassName
{
border-color: #9D9571;
}
</style>