Shades of Gurkha #9D9259
Tints of Gurkha #9D9259
RGB
CMYK
RGB Variations
Color information
#9D9259 (or 0x9D9259) is known color: Gurkha. HEX triplet: 9D, 92 and 59. RGB value is (157,146,89). Sum of RGB (Red+Green+Blue) = 157+146+89=392 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.05% from 392); Green value is 146 (57.42% from 255 or 37.24% from 392); Blue value is 89 (35.16% from 255 or 22.70% from 392); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9259 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D9259 is #626DA6. Grayscale: #8F8F8F. Windows color (decimal): -6450599 or 5870237. OLE color: 5870237.
HSL color Cylindrical-coordinate representation of color #9D9259: hue angle of 50.29º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9D9259 is Cyan = 0, Magento = 0.07, Yellow = 0.43 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 146 | 89 | - |
| CMYK | 0 | 0.07 | 0.43 | 0.38 |
| HSL | 50.29º | 0.28% | 0.48% | - |
| HSV(B) | 50.29º | 0.43% | 0.62% | - |
| XYZ | 25.99 | 28.45 | 13.57 | - |
| YUV | 142.79 | 97.64 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 146 | 89 | 0 | 0.07 | 0.43 | 0.38 | 50.29 | 0.28 | 0.48 |
| Hex | 9D | 92 | 59 | 0 | 7 | 2B | 26 | 32 | 1C | 30 |
| Octal | 235 | 222 | 131 | 0 | 7 | 53 | 46 | 62 | 34 | 60 |
| Binary | 10011101 | 10010010 | 1011001 | 0 | 111 | 101011 | 100110 | 110010 | 11100 | 110000 |
Color Harmonies of #9D9259
Complementary color
Monochromatic Colors of #9D9259
Black with #9D9259
Text Example
Text Example
White with #9D9259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9259; }
p { color: rgb(157,146,89); }
H1.HeaderClassName
{
color: #9D9259;
}
.AnyTagClassName
{
color: #9D9259;
}
</style>
background-color css
<style>
a { background-color: #9D9259; }
a { background-color: rgb(157,146,89); }
div.DivClassName
{
background-color: #9D9259;
}
.BgClassName
{
background-color: #9D9259;
}
</style>
border-color css
<style>
span { border-color: #9D9259; }
span { border-color: rgb(157,146,89); }
td.TdClassName
{
border-color: #9D9259;
}
.TagClassName
{
border-color: #9D9259;
}
</style>