Shades of Gurkha #9D9575
Tints of Gurkha #9D9575
RGB
CMYK
RGB Variations
Color information
#9D9575 (or 0x9D9575) is known color: Gurkha. HEX triplet: 9D, 95 and 75. RGB value is (157,149,117). Sum of RGB (Red+Green+Blue) = 157+149+117=423 (56% of max value = 765). Red value is 157 (61.72% from 255 or 37.12% from 423); Green value is 149 (58.59% from 255 or 35.22% from 423); Blue value is 117 (46.09% from 255 or 27.66% from 423); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9575 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D9575 is #626A8A. Grayscale: #939393. Windows color (decimal): -6449803 or 7706013. OLE color: 7706013.
HSL color Cylindrical-coordinate representation of color #9D9575: hue angle of 48º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9D9575 is Cyan = 0, Magento = 0.05, Yellow = 0.25 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 149 | 117 | - |
| CMYK | 0 | 0.05 | 0.25 | 0.38 |
| HSL | 48º | 0.17% | 0.54% | - |
| HSV(B) | 48º | 0.25% | 0.62% | - |
| XYZ | 27.86 | 29.95 | 21.14 | - |
| YUV | 147.74 | 110.65 | 134.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 149 | 117 | 0 | 0.05 | 0.25 | 0.38 | 48 | 0.17 | 0.54 |
| Hex | 9D | 95 | 75 | 0 | 5 | 19 | 26 | 30 | 11 | 36 |
| Octal | 235 | 225 | 165 | 0 | 5 | 31 | 46 | 60 | 21 | 66 |
| Binary | 10011101 | 10010101 | 1110101 | 0 | 101 | 11001 | 100110 | 110000 | 10001 | 110110 |
Color Harmonies of #9D9575
Complementary color
Monochromatic Colors of #9D9575
Black with #9D9575
Text Example
Text Example
White with #9D9575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9575; }
p { color: rgb(157,149,117); }
H1.HeaderClassName
{
color: #9D9575;
}
.AnyTagClassName
{
color: #9D9575;
}
</style>
background-color css
<style>
a { background-color: #9D9575; }
a { background-color: rgb(157,149,117); }
div.DivClassName
{
background-color: #9D9575;
}
.BgClassName
{
background-color: #9D9575;
}
</style>
border-color css
<style>
span { border-color: #9D9575; }
span { border-color: rgb(157,149,117); }
td.TdClassName
{
border-color: #9D9575;
}
.TagClassName
{
border-color: #9D9575;
}
</style>