Shades of Gurkha #9D9771
Tints of Gurkha #9D9771
RGB
CMYK
RGB Variations
Color information
#9D9771 (or 0x9D9771) is known color: Gurkha. HEX triplet: 9D, 97 and 71. RGB value is (157,151,113). Sum of RGB (Red+Green+Blue) = 157+151+113=421 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.29% from 421); Green value is 151 (59.38% from 255 or 35.87% from 421); Blue value is 113 (44.53% from 255 or 26.84% from 421); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9771 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D9771 is #62688E. Grayscale: #949494. Windows color (decimal): -6449295 or 7444381. OLE color: 7444381.
HSL color Cylindrical-coordinate representation of color #9D9771: hue angle of 51.82º 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 #9D9771 is Cyan = 0, Magento = 0.04, Yellow = 0.28 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 151 | 113 | - |
| CMYK | 0 | 0.04 | 0.28 | 0.38 |
| HSL | 51.82º | 0.18% | 0.53% | - |
| HSV(B) | 51.82º | 0.28% | 0.62% | - |
| XYZ | 27.95 | 30.49 | 20.04 | - |
| YUV | 148.46 | 107.99 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 151 | 113 | 0 | 0.04 | 0.28 | 0.38 | 51.82 | 0.18 | 0.53 |
| Hex | 9D | 97 | 71 | 0 | 4 | 1C | 26 | 34 | 12 | 35 |
| Octal | 235 | 227 | 161 | 0 | 4 | 34 | 46 | 64 | 22 | 65 |
| Binary | 10011101 | 10010111 | 1110001 | 0 | 100 | 11100 | 100110 | 110100 | 10010 | 110101 |
Color Harmonies of #9D9771
Complementary color
Monochromatic Colors of #9D9771
Black with #9D9771
Text Example
Text Example
White with #9D9771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9771; }
p { color: rgb(157,151,113); }
H1.HeaderClassName
{
color: #9D9771;
}
.AnyTagClassName
{
color: #9D9771;
}
</style>
background-color css
<style>
a { background-color: #9D9771; }
a { background-color: rgb(157,151,113); }
div.DivClassName
{
background-color: #9D9771;
}
.BgClassName
{
background-color: #9D9771;
}
</style>
border-color css
<style>
span { border-color: #9D9771; }
span { border-color: rgb(157,151,113); }
td.TdClassName
{
border-color: #9D9771;
}
.TagClassName
{
border-color: #9D9771;
}
</style>