Shades of Gurkha #9D8D5E
Tints of Gurkha #9D8D5E
RGB
CMYK
RGB Variations
Color information
#9D8D5E (or 0x9D8D5E) is known color: Gurkha. HEX triplet: 9D, 8D and 5E. RGB value is (157,141,94). Sum of RGB (Red+Green+Blue) = 157+141+94=392 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.05% from 392); Green value is 141 (55.47% from 255 or 35.97% from 392); Blue value is 94 (37.11% from 255 or 23.98% from 392); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8D5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D8D5E is #6272A1. Grayscale: #8C8C8C. Windows color (decimal): -6451874 or 6196637. OLE color: 6196637.
HSL color Cylindrical-coordinate representation of color #9D8D5E: hue angle of 44.76º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9D8D5E is Cyan = 0, Magento = 0.10, Yellow = 0.40 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 141 | 94 | - |
| CMYK | 0 | 0.10 | 0.40 | 0.38 |
| HSL | 44.76º | 0.25% | 0.49% | - |
| HSV(B) | 44.76º | 0.4% | 0.62% | - |
| XYZ | 25.45 | 27.03 | 14.46 | - |
| YUV | 140.43 | 101.8 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 141 | 94 | 0 | 0.10 | 0.40 | 0.38 | 44.76 | 0.25 | 0.49 |
| Hex | 9D | 8D | 5E | 0 | A | 28 | 26 | 2D | 19 | 31 |
| Octal | 235 | 215 | 136 | 0 | 12 | 50 | 46 | 55 | 31 | 61 |
| Binary | 10011101 | 10001101 | 1011110 | 0 | 1010 | 101000 | 100110 | 101101 | 11001 | 110001 |
Color Harmonies of #9D8D5E
Complementary color
Monochromatic Colors of #9D8D5E
Black with #9D8D5E
Text Example
Text Example
White with #9D8D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8D5E; }
p { color: rgb(157,141,94); }
H1.HeaderClassName
{
color: #9D8D5E;
}
.AnyTagClassName
{
color: #9D8D5E;
}
</style>
background-color css
<style>
a { background-color: #9D8D5E; }
a { background-color: rgb(157,141,94); }
div.DivClassName
{
background-color: #9D8D5E;
}
.BgClassName
{
background-color: #9D8D5E;
}
</style>
border-color css
<style>
span { border-color: #9D8D5E; }
span { border-color: rgb(157,141,94); }
td.TdClassName
{
border-color: #9D8D5E;
}
.TagClassName
{
border-color: #9D8D5E;
}
</style>