Shades of Gurkha #9D9875
Tints of Gurkha #9D9875
RGB
CMYK
RGB Variations
Color information
#9D9875 (or 0x9D9875) is known color: Gurkha. HEX triplet: 9D, 98 and 75. RGB value is (157,152,117). Sum of RGB (Red+Green+Blue) = 157+152+117=426 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.85% from 426); Green value is 152 (59.77% from 255 or 35.68% from 426); Blue value is 117 (46.09% from 255 or 27.46% from 426); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9875 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D9875 is #62678A. Grayscale: #959595. Windows color (decimal): -6449035 or 7706781. OLE color: 7706781.
HSL color Cylindrical-coordinate representation of color #9D9875: hue angle of 52.5º 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 #9D9875 is Cyan = 0, Magento = 0.03, Yellow = 0.25 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 152 | 117 | - |
| CMYK | 0 | 0.03 | 0.25 | 0.38 |
| HSL | 52.5º | 0.17% | 0.54% | - |
| HSV(B) | 52.5º | 0.25% | 0.62% | - |
| XYZ | 28.34 | 30.91 | 21.3 | - |
| YUV | 149.51 | 109.66 | 133.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 152 | 117 | 0 | 0.03 | 0.25 | 0.38 | 52.5 | 0.17 | 0.54 |
| Hex | 9D | 98 | 75 | 0 | 3 | 19 | 26 | 34 | 11 | 36 |
| Octal | 235 | 230 | 165 | 0 | 3 | 31 | 46 | 64 | 21 | 66 |
| Binary | 10011101 | 10011000 | 1110101 | 0 | 11 | 11001 | 100110 | 110100 | 10001 | 110110 |
Color Harmonies of #9D9875
Complementary color
Monochromatic Colors of #9D9875
Black with #9D9875
Text Example
Text Example
White with #9D9875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9875; }
p { color: rgb(157,152,117); }
H1.HeaderClassName
{
color: #9D9875;
}
.AnyTagClassName
{
color: #9D9875;
}
</style>
background-color css
<style>
a { background-color: #9D9875; }
a { background-color: rgb(157,152,117); }
div.DivClassName
{
background-color: #9D9875;
}
.BgClassName
{
background-color: #9D9875;
}
</style>
border-color css
<style>
span { border-color: #9D9875; }
span { border-color: rgb(157,152,117); }
td.TdClassName
{
border-color: #9D9875;
}
.TagClassName
{
border-color: #9D9875;
}
</style>