Shades of Gurkha #9D8F60
Tints of Gurkha #9D8F60
RGB
CMYK
RGB Variations
Color information
#9D8F60 (or 0x9D8F60) is known color: Gurkha. HEX triplet: 9D, 8F and 60. RGB value is (157,143,96). Sum of RGB (Red+Green+Blue) = 157+143+96=396 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.65% from 396); Green value is 143 (56.25% from 255 or 36.11% from 396); Blue value is 96 (37.89% from 255 or 24.24% from 396); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8F60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D8F60 is #62709F. Grayscale: #8E8E8E. Windows color (decimal): -6451360 or 6328221. OLE color: 6328221.
HSL color Cylindrical-coordinate representation of color #9D8F60: hue angle of 46.23º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9D8F60 is Cyan = 0, Magento = 0.09, Yellow = 0.39 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 143 | 96 | - |
| CMYK | 0 | 0.09 | 0.39 | 0.38 |
| HSL | 46.23º | 0.24% | 0.5% | - |
| HSV(B) | 46.23º | 0.39% | 0.62% | - |
| XYZ | 25.84 | 27.66 | 15.04 | - |
| YUV | 141.83 | 102.14 | 138.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 143 | 96 | 0 | 0.09 | 0.39 | 0.38 | 46.23 | 0.24 | 0.5 |
| Hex | 9D | 8F | 60 | 0 | 9 | 27 | 26 | 2E | 18 | 32 |
| Octal | 235 | 217 | 140 | 0 | 11 | 47 | 46 | 56 | 30 | 62 |
| Binary | 10011101 | 10001111 | 1100000 | 0 | 1001 | 100111 | 100110 | 101110 | 11000 | 110010 |
Color Harmonies of #9D8F60
Complementary color
Monochromatic Colors of #9D8F60
Black with #9D8F60
Text Example
Text Example
White with #9D8F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8F60; }
p { color: rgb(157,143,96); }
H1.HeaderClassName
{
color: #9D8F60;
}
.AnyTagClassName
{
color: #9D8F60;
}
</style>
background-color css
<style>
a { background-color: #9D8F60; }
a { background-color: rgb(157,143,96); }
div.DivClassName
{
background-color: #9D8F60;
}
.BgClassName
{
background-color: #9D8F60;
}
</style>
border-color css
<style>
span { border-color: #9D8F60; }
span { border-color: rgb(157,143,96); }
td.TdClassName
{
border-color: #9D8F60;
}
.TagClassName
{
border-color: #9D8F60;
}
</style>