Shades of Gurkha #9F925E
Tints of Gurkha #9F925E
RGB
CMYK
RGB Variations
Color information
#9F925E (or 0x9F925E) is known color: Gurkha. HEX triplet: 9F, 92 and 5E. RGB value is (159,146,94). Sum of RGB (Red+Green+Blue) = 159+146+94=399 (52% of max value = 765). Red value is 159 (62.5% from 255 or 39.85% from 399); Green value is 146 (57.42% from 255 or 36.59% from 399); Blue value is 94 (37.11% from 255 or 23.56% from 399); Max value from RGB is 159 - color contains mainly: red. Hex color #9F925E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F925E is #606DA1. Grayscale: #909090. Windows color (decimal): -6319522 or 6197919. OLE color: 6197919.
HSL color Cylindrical-coordinate representation of color #9F925E: hue angle of 48º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9F925E is Cyan = 0, Magento = 0.08, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 146 | 94 | - |
| CMYK | 0 | 0.08 | 0.41 | 0.38 |
| HSL | 48º | 0.26% | 0.5% | - |
| HSV(B) | 48º | 0.41% | 0.62% | - |
| XYZ | 26.6 | 28.74 | 14.73 | - |
| YUV | 143.96 | 99.81 | 138.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 146 | 94 | 0 | 0.08 | 0.41 | 0.38 | 48 | 0.26 | 0.5 |
| Hex | 9F | 92 | 5E | 0 | 8 | 29 | 26 | 30 | 1A | 32 |
| Octal | 237 | 222 | 136 | 0 | 10 | 51 | 46 | 60 | 32 | 62 |
| Binary | 10011111 | 10010010 | 1011110 | 0 | 1000 | 101001 | 100110 | 110000 | 11010 | 110010 |
Color Harmonies of #9F925E
Complementary color
Monochromatic Colors of #9F925E
Black with #9F925E
Text Example
Text Example
White with #9F925E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F925E; }
p { color: rgb(159,146,94); }
H1.HeaderClassName
{
color: #9F925E;
}
.AnyTagClassName
{
color: #9F925E;
}
</style>
background-color css
<style>
a { background-color: #9F925E; }
a { background-color: rgb(159,146,94); }
div.DivClassName
{
background-color: #9F925E;
}
.BgClassName
{
background-color: #9F925E;
}
</style>
border-color css
<style>
span { border-color: #9F925E; }
span { border-color: rgb(159,146,94); }
td.TdClassName
{
border-color: #9F925E;
}
.TagClassName
{
border-color: #9F925E;
}
</style>