Shades of Gurkha #9D9565
Tints of Gurkha #9D9565
RGB
CMYK
RGB Variations
Color information
#9D9565 (or 0x9D9565) is known color: Gurkha. HEX triplet: 9D, 95 and 65. RGB value is (157,149,101). Sum of RGB (Red+Green+Blue) = 157+149+101=407 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.57% from 407); Green value is 149 (58.59% from 255 or 36.61% from 407); Blue value is 101 (39.84% from 255 or 24.82% from 407); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9565 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D9565 is #626A9A. Grayscale: #929292. Windows color (decimal): -6449819 or 6657437. OLE color: 6657437.
HSL color Cylindrical-coordinate representation of color #9D9565: hue angle of 51.43º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9D9565 is Cyan = 0, Magento = 0.05, Yellow = 0.36 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 149 | 101 | - |
| CMYK | 0 | 0.05 | 0.36 | 0.38 |
| HSL | 51.43º | 0.22% | 0.51% | - |
| HSV(B) | 51.43º | 0.36% | 0.62% | - |
| XYZ | 27 | 29.6 | 16.6 | - |
| YUV | 145.92 | 102.65 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 149 | 101 | 0 | 0.05 | 0.36 | 0.38 | 51.43 | 0.22 | 0.51 |
| Hex | 9D | 95 | 65 | 0 | 5 | 24 | 26 | 33 | 16 | 33 |
| Octal | 235 | 225 | 145 | 0 | 5 | 44 | 46 | 63 | 26 | 63 |
| Binary | 10011101 | 10010101 | 1100101 | 0 | 101 | 100100 | 100110 | 110011 | 10110 | 110011 |
Color Harmonies of #9D9565
Complementary color
Monochromatic Colors of #9D9565
Black with #9D9565
Text Example
Text Example
White with #9D9565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9565; }
p { color: rgb(157,149,101); }
H1.HeaderClassName
{
color: #9D9565;
}
.AnyTagClassName
{
color: #9D9565;
}
</style>
background-color css
<style>
a { background-color: #9D9565; }
a { background-color: rgb(157,149,101); }
div.DivClassName
{
background-color: #9D9565;
}
.BgClassName
{
background-color: #9D9565;
}
</style>
border-color css
<style>
span { border-color: #9D9565; }
span { border-color: rgb(157,149,101); }
td.TdClassName
{
border-color: #9D9565;
}
.TagClassName
{
border-color: #9D9565;
}
</style>