Shades of Gurkha #9D9665
Tints of Gurkha #9D9665
RGB
CMYK
RGB Variations
Color information
#9D9665 (or 0x9D9665) is known color: Gurkha. HEX triplet: 9D, 96 and 65. RGB value is (157,150,101). Sum of RGB (Red+Green+Blue) = 157+150+101=408 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.48% from 408); Green value is 150 (58.98% from 255 or 36.76% from 408); Blue value is 101 (39.84% from 255 or 24.75% from 408); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9665 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D9665 is #62699A. Grayscale: #929292. Windows color (decimal): -6449563 or 6657693. OLE color: 6657693.
HSL color Cylindrical-coordinate representation of color #9D9665: hue angle of 52.5º 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 #9D9665 is Cyan = 0, Magento = 0.04, Yellow = 0.36 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 150 | 101 | - |
| CMYK | 0 | 0.04 | 0.36 | 0.38 |
| HSL | 52.5º | 0.22% | 0.51% | - |
| HSV(B) | 52.5º | 0.36% | 0.62% | - |
| XYZ | 27.16 | 29.92 | 16.66 | - |
| YUV | 146.51 | 102.32 | 135.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 150 | 101 | 0 | 0.04 | 0.36 | 0.38 | 52.5 | 0.22 | 0.51 |
| Hex | 9D | 96 | 65 | 0 | 4 | 24 | 26 | 34 | 16 | 33 |
| Octal | 235 | 226 | 145 | 0 | 4 | 44 | 46 | 64 | 26 | 63 |
| Binary | 10011101 | 10010110 | 1100101 | 0 | 100 | 100100 | 100110 | 110100 | 10110 | 110011 |
Color Harmonies of #9D9665
Complementary color
Monochromatic Colors of #9D9665
Black with #9D9665
Text Example
Text Example
White with #9D9665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9665; }
p { color: rgb(157,150,101); }
H1.HeaderClassName
{
color: #9D9665;
}
.AnyTagClassName
{
color: #9D9665;
}
</style>
background-color css
<style>
a { background-color: #9D9665; }
a { background-color: rgb(157,150,101); }
div.DivClassName
{
background-color: #9D9665;
}
.BgClassName
{
background-color: #9D9665;
}
</style>
border-color css
<style>
span { border-color: #9D9665; }
span { border-color: rgb(157,150,101); }
td.TdClassName
{
border-color: #9D9665;
}
.TagClassName
{
border-color: #9D9665;
}
</style>