Shades of Gurkha #9D9564
Tints of Gurkha #9D9564
RGB
CMYK
RGB Variations
Color information
#9D9564 (or 0x9D9564) is known color: Gurkha. HEX triplet: 9D, 95 and 64. RGB value is (157,149,100). Sum of RGB (Red+Green+Blue) = 157+149+100=406 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.67% from 406); Green value is 149 (58.59% from 255 or 36.70% from 406); Blue value is 100 (39.45% from 255 or 24.63% from 406); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9564 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D9564 is #626A9B. Grayscale: #929292. Windows color (decimal): -6449820 or 6591901. OLE color: 6591901.
HSL color Cylindrical-coordinate representation of color #9D9564: hue angle of 51.58º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9D9564 is Cyan = 0, Magento = 0.05, Yellow = 0.36 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 149 | 100 | - |
| CMYK | 0 | 0.05 | 0.36 | 0.38 |
| HSL | 51.58º | 0.23% | 0.5% | - |
| HSV(B) | 51.58º | 0.36% | 0.62% | - |
| XYZ | 26.95 | 29.58 | 16.35 | - |
| YUV | 145.81 | 102.15 | 135.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 149 | 100 | 0 | 0.05 | 0.36 | 0.38 | 51.58 | 0.23 | 0.5 |
| Hex | 9D | 95 | 64 | 0 | 5 | 24 | 26 | 34 | 17 | 32 |
| Octal | 235 | 225 | 144 | 0 | 5 | 44 | 46 | 64 | 27 | 62 |
| Binary | 10011101 | 10010101 | 1100100 | 0 | 101 | 100100 | 100110 | 110100 | 10111 | 110010 |
Color Harmonies of #9D9564
Complementary color
Monochromatic Colors of #9D9564
Black with #9D9564
Text Example
Text Example
White with #9D9564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9564; }
p { color: rgb(157,149,100); }
H1.HeaderClassName
{
color: #9D9564;
}
.AnyTagClassName
{
color: #9D9564;
}
</style>
background-color css
<style>
a { background-color: #9D9564; }
a { background-color: rgb(157,149,100); }
div.DivClassName
{
background-color: #9D9564;
}
.BgClassName
{
background-color: #9D9564;
}
</style>
border-color css
<style>
span { border-color: #9D9564; }
span { border-color: rgb(157,149,100); }
td.TdClassName
{
border-color: #9D9564;
}
.TagClassName
{
border-color: #9D9564;
}
</style>