Shades of Gurkha #9D9872
Tints of Gurkha #9D9872
RGB
CMYK
RGB Variations
Color information
#9D9872 (or 0x9D9872) is known color: Gurkha. HEX triplet: 9D, 98 and 72. RGB value is (157,152,114). Sum of RGB (Red+Green+Blue) = 157+152+114=423 (56% of max value = 765). Red value is 157 (61.72% from 255 or 37.12% from 423); Green value is 152 (59.77% from 255 or 35.93% from 423); Blue value is 114 (44.92% from 255 or 26.95% from 423); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9872 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D9872 is #62678D. Grayscale: #959595. Windows color (decimal): -6449038 or 7510173. OLE color: 7510173.
HSL color Cylindrical-coordinate representation of color #9D9872: hue angle of 53.02º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9D9872 is Cyan = 0, Magento = 0.03, Yellow = 0.27 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 152 | 114 | - |
| CMYK | 0 | 0.03 | 0.27 | 0.38 |
| HSL | 53.02º | 0.18% | 0.53% | - |
| HSV(B) | 53.02º | 0.27% | 0.62% | - |
| XYZ | 28.17 | 30.84 | 20.39 | - |
| YUV | 149.16 | 108.16 | 133.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 152 | 114 | 0 | 0.03 | 0.27 | 0.38 | 53.02 | 0.18 | 0.53 |
| Hex | 9D | 98 | 72 | 0 | 3 | 1B | 26 | 35 | 12 | 35 |
| Octal | 235 | 230 | 162 | 0 | 3 | 33 | 46 | 65 | 22 | 65 |
| Binary | 10011101 | 10011000 | 1110010 | 0 | 11 | 11011 | 100110 | 110101 | 10010 | 110101 |
Color Harmonies of #9D9872
Complementary color
Monochromatic Colors of #9D9872
Black with #9D9872
Text Example
Text Example
White with #9D9872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9872; }
p { color: rgb(157,152,114); }
H1.HeaderClassName
{
color: #9D9872;
}
.AnyTagClassName
{
color: #9D9872;
}
</style>
background-color css
<style>
a { background-color: #9D9872; }
a { background-color: rgb(157,152,114); }
div.DivClassName
{
background-color: #9D9872;
}
.BgClassName
{
background-color: #9D9872;
}
</style>
border-color css
<style>
span { border-color: #9D9872; }
span { border-color: rgb(157,152,114); }
td.TdClassName
{
border-color: #9D9872;
}
.TagClassName
{
border-color: #9D9872;
}
</style>