Shades of Gurkha #9D9874
Tints of Gurkha #9D9874
RGB
CMYK
RGB Variations
Color information
#9D9874 (or 0x9D9874) is known color: Gurkha. HEX triplet: 9D, 98 and 74. RGB value is (157,152,116). Sum of RGB (Red+Green+Blue) = 157+152+116=425 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.94% from 425); Green value is 152 (59.77% from 255 or 35.76% from 425); Blue value is 116 (45.70% from 255 or 27.29% from 425); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9874 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D9874 is #62678B. Grayscale: #959595. Windows color (decimal): -6449036 or 7641245. OLE color: 7641245.
HSL color Cylindrical-coordinate representation of color #9D9874: hue angle of 52.68º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9D9874 is Cyan = 0, Magento = 0.03, Yellow = 0.26 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 152 | 116 | - |
| CMYK | 0 | 0.03 | 0.26 | 0.38 |
| HSL | 52.68º | 0.17% | 0.54% | - |
| HSV(B) | 52.68º | 0.26% | 0.62% | - |
| XYZ | 28.29 | 30.89 | 20.99 | - |
| YUV | 149.39 | 109.16 | 133.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 152 | 116 | 0 | 0.03 | 0.26 | 0.38 | 52.68 | 0.17 | 0.54 |
| Hex | 9D | 98 | 74 | 0 | 3 | 1A | 26 | 35 | 11 | 36 |
| Octal | 235 | 230 | 164 | 0 | 3 | 32 | 46 | 65 | 21 | 66 |
| Binary | 10011101 | 10011000 | 1110100 | 0 | 11 | 11010 | 100110 | 110101 | 10001 | 110110 |
Color Harmonies of #9D9874
Complementary color
Monochromatic Colors of #9D9874
Black with #9D9874
Text Example
Text Example
White with #9D9874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9874; }
p { color: rgb(157,152,116); }
H1.HeaderClassName
{
color: #9D9874;
}
.AnyTagClassName
{
color: #9D9874;
}
</style>
background-color css
<style>
a { background-color: #9D9874; }
a { background-color: rgb(157,152,116); }
div.DivClassName
{
background-color: #9D9874;
}
.BgClassName
{
background-color: #9D9874;
}
</style>
border-color css
<style>
span { border-color: #9D9874; }
span { border-color: rgb(157,152,116); }
td.TdClassName
{
border-color: #9D9874;
}
.TagClassName
{
border-color: #9D9874;
}
</style>