Shades of Gurkha #9D9475
Tints of Gurkha #9D9475
RGB
CMYK
RGB Variations
Color information
#9D9475 (or 0x9D9475) is known color: Gurkha. HEX triplet: 9D, 94 and 75. RGB value is (157,148,117). Sum of RGB (Red+Green+Blue) = 157+148+117=422 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.20% from 422); Green value is 148 (58.20% from 255 or 35.07% from 422); Blue value is 117 (46.09% from 255 or 27.73% from 422); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9475 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D9475 is #626B8A. Grayscale: #939393. Windows color (decimal): -6450059 or 7705757. OLE color: 7705757.
HSL color Cylindrical-coordinate representation of color #9D9475: hue angle of 46.5º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9D9475 is Cyan = 0, Magento = 0.06, Yellow = 0.25 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 148 | 117 | - |
| CMYK | 0 | 0.06 | 0.25 | 0.38 |
| HSL | 46.5º | 0.17% | 0.54% | - |
| HSV(B) | 46.5º | 0.25% | 0.62% | - |
| XYZ | 27.71 | 29.63 | 21.09 | - |
| YUV | 147.16 | 110.98 | 135.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 148 | 117 | 0 | 0.06 | 0.25 | 0.38 | 46.5 | 0.17 | 0.54 |
| Hex | 9D | 94 | 75 | 0 | 6 | 19 | 26 | 2E | 11 | 36 |
| Octal | 235 | 224 | 165 | 0 | 6 | 31 | 46 | 56 | 21 | 66 |
| Binary | 10011101 | 10010100 | 1110101 | 0 | 110 | 11001 | 100110 | 101110 | 10001 | 110110 |
Color Harmonies of #9D9475
Complementary color
Monochromatic Colors of #9D9475
Black with #9D9475
Text Example
Text Example
White with #9D9475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9475; }
p { color: rgb(157,148,117); }
H1.HeaderClassName
{
color: #9D9475;
}
.AnyTagClassName
{
color: #9D9475;
}
</style>
background-color css
<style>
a { background-color: #9D9475; }
a { background-color: rgb(157,148,117); }
div.DivClassName
{
background-color: #9D9475;
}
.BgClassName
{
background-color: #9D9475;
}
</style>
border-color css
<style>
span { border-color: #9D9475; }
span { border-color: rgb(157,148,117); }
td.TdClassName
{
border-color: #9D9475;
}
.TagClassName
{
border-color: #9D9475;
}
</style>