Shades of Gurkha #9D915E
Tints of Gurkha #9D915E
RGB
CMYK
RGB Variations
Color information
#9D915E (or 0x9D915E) is known color: Gurkha. HEX triplet: 9D, 91 and 5E. RGB value is (157,145,94). Sum of RGB (Red+Green+Blue) = 157+145+94=396 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.65% from 396); Green value is 145 (57.03% from 255 or 36.62% from 396); Blue value is 94 (37.11% from 255 or 23.74% from 396); Max value from RGB is 157 - color contains mainly: red. Hex color #9D915E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D915E is #626EA1. Grayscale: #8E8E8E. Windows color (decimal): -6450850 or 6197661. OLE color: 6197661.
HSL color Cylindrical-coordinate representation of color #9D915E: hue angle of 48.57º 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 #9D915E is Cyan = 0, Magento = 0.08, Yellow = 0.40 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 145 | 94 | - |
| CMYK | 0 | 0.08 | 0.40 | 0.38 |
| HSL | 48.57º | 0.25% | 0.49% | - |
| HSV(B) | 48.57º | 0.4% | 0.62% | - |
| XYZ | 26.05 | 28.23 | 14.67 | - |
| YUV | 142.77 | 100.48 | 138.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 145 | 94 | 0 | 0.08 | 0.40 | 0.38 | 48.57 | 0.25 | 0.49 |
| Hex | 9D | 91 | 5E | 0 | 8 | 28 | 26 | 31 | 19 | 31 |
| Octal | 235 | 221 | 136 | 0 | 10 | 50 | 46 | 61 | 31 | 61 |
| Binary | 10011101 | 10010001 | 1011110 | 0 | 1000 | 101000 | 100110 | 110001 | 11001 | 110001 |
Color Harmonies of #9D915E
Complementary color
Monochromatic Colors of #9D915E
Black with #9D915E
Text Example
Text Example
White with #9D915E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D915E; }
p { color: rgb(157,145,94); }
H1.HeaderClassName
{
color: #9D915E;
}
.AnyTagClassName
{
color: #9D915E;
}
</style>
background-color css
<style>
a { background-color: #9D915E; }
a { background-color: rgb(157,145,94); }
div.DivClassName
{
background-color: #9D915E;
}
.BgClassName
{
background-color: #9D915E;
}
</style>
border-color css
<style>
span { border-color: #9D915E; }
span { border-color: rgb(157,145,94); }
td.TdClassName
{
border-color: #9D915E;
}
.TagClassName
{
border-color: #9D915E;
}
</style>