Shades of Gurkha #9D925E
Tints of Gurkha #9D925E
RGB
CMYK
RGB Variations
Color information
#9D925E (or 0x9D925E) is known color: Gurkha. HEX triplet: 9D, 92 and 5E. RGB value is (157,146,94). Sum of RGB (Red+Green+Blue) = 157+146+94=397 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.55% from 397); Green value is 146 (57.42% from 255 or 36.78% from 397); Blue value is 94 (37.11% from 255 or 23.68% from 397); Max value from RGB is 157 - color contains mainly: red. Hex color #9D925E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D925E is #626DA1. Grayscale: #8F8F8F. Windows color (decimal): -6450594 or 6197917. OLE color: 6197917.
HSL color Cylindrical-coordinate representation of color #9D925E: hue angle of 49.52º 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 #9D925E is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 146 | 94 | - |
| CMYK | 0 | 0.07 | 0.40 | 0.38 |
| HSL | 49.52º | 0.25% | 0.49% | - |
| HSV(B) | 49.52º | 0.4% | 0.62% | - |
| XYZ | 26.2 | 28.53 | 14.72 | - |
| YUV | 143.36 | 100.14 | 137.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 146 | 94 | 0 | 0.07 | 0.40 | 0.38 | 49.52 | 0.25 | 0.49 |
| Hex | 9D | 92 | 5E | 0 | 7 | 28 | 26 | 32 | 19 | 31 |
| Octal | 235 | 222 | 136 | 0 | 7 | 50 | 46 | 62 | 31 | 61 |
| Binary | 10011101 | 10010010 | 1011110 | 0 | 111 | 101000 | 100110 | 110010 | 11001 | 110001 |
Color Harmonies of #9D925E
Complementary color
Monochromatic Colors of #9D925E
Black with #9D925E
Text Example
Text Example
White with #9D925E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D925E; }
p { color: rgb(157,146,94); }
H1.HeaderClassName
{
color: #9D925E;
}
.AnyTagClassName
{
color: #9D925E;
}
</style>
background-color css
<style>
a { background-color: #9D925E; }
a { background-color: rgb(157,146,94); }
div.DivClassName
{
background-color: #9D925E;
}
.BgClassName
{
background-color: #9D925E;
}
</style>
border-color css
<style>
span { border-color: #9D925E; }
span { border-color: rgb(157,146,94); }
td.TdClassName
{
border-color: #9D925E;
}
.TagClassName
{
border-color: #9D925E;
}
</style>