Shades of Gurkha #9D9366
Tints of Gurkha #9D9366
RGB
CMYK
RGB Variations
Color information
#9D9366 (or 0x9D9366) is known color: Gurkha. HEX triplet: 9D, 93 and 66. RGB value is (157,147,102). Sum of RGB (Red+Green+Blue) = 157+147+102=406 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.67% from 406); Green value is 147 (57.81% from 255 or 36.21% from 406); Blue value is 102 (40.23% from 255 or 25.12% from 406); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9366 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D9366 is #626C99. Grayscale: #919191. Windows color (decimal): -6450330 or 6722461. OLE color: 6722461.
HSL color Cylindrical-coordinate representation of color #9D9366: hue angle of 49.09º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9D9366 is Cyan = 0, Magento = 0.06, Yellow = 0.35 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 147 | 102 | - |
| CMYK | 0 | 0.06 | 0.35 | 0.38 |
| HSL | 49.09º | 0.22% | 0.51% | - |
| HSV(B) | 49.09º | 0.35% | 0.62% | - |
| XYZ | 26.74 | 28.99 | 16.76 | - |
| YUV | 144.86 | 103.81 | 136.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 147 | 102 | 0 | 0.06 | 0.35 | 0.38 | 49.09 | 0.22 | 0.51 |
| Hex | 9D | 93 | 66 | 0 | 6 | 23 | 26 | 31 | 16 | 33 |
| Octal | 235 | 223 | 146 | 0 | 6 | 43 | 46 | 61 | 26 | 63 |
| Binary | 10011101 | 10010011 | 1100110 | 0 | 110 | 100011 | 100110 | 110001 | 10110 | 110011 |
Color Harmonies of #9D9366
Complementary color
Monochromatic Colors of #9D9366
Black with #9D9366
Text Example
Text Example
White with #9D9366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9366; }
p { color: rgb(157,147,102); }
H1.HeaderClassName
{
color: #9D9366;
}
.AnyTagClassName
{
color: #9D9366;
}
</style>
background-color css
<style>
a { background-color: #9D9366; }
a { background-color: rgb(157,147,102); }
div.DivClassName
{
background-color: #9D9366;
}
.BgClassName
{
background-color: #9D9366;
}
</style>
border-color css
<style>
span { border-color: #9D9366; }
span { border-color: rgb(157,147,102); }
td.TdClassName
{
border-color: #9D9366;
}
.TagClassName
{
border-color: #9D9366;
}
</style>