Shades of Gurkha #9F955F
Tints of Gurkha #9F955F
RGB
CMYK
RGB Variations
Color information
#9F955F (or 0x9F955F) is known color: Gurkha. HEX triplet: 9F, 95 and 5F. RGB value is (159,149,95). Sum of RGB (Red+Green+Blue) = 159+149+95=403 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.45% from 403); Green value is 149 (58.59% from 255 or 36.97% from 403); Blue value is 95 (37.5% from 255 or 23.57% from 403); Max value from RGB is 159 - color contains mainly: red. Hex color #9F955F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F955F is #606AA0. Grayscale: #929292. Windows color (decimal): -6318753 or 6264223. OLE color: 6264223.
HSL color Cylindrical-coordinate representation of color #9F955F: hue angle of 50.62º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9F955F is Cyan = 0, Magento = 0.06, Yellow = 0.40 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 149 | 95 | - |
| CMYK | 0 | 0.06 | 0.40 | 0.38 |
| HSL | 50.63º | 0.25% | 0.5% | - |
| HSV(B) | 50.63º | 0.4% | 0.62% | - |
| XYZ | 27.11 | 29.69 | 15.13 | - |
| YUV | 145.83 | 99.31 | 137.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 149 | 95 | 0 | 0.06 | 0.40 | 0.38 | 50.63 | 0.25 | 0.5 |
| Hex | 9F | 95 | 5F | 0 | 6 | 28 | 26 | 33 | 19 | 32 |
| Octal | 237 | 225 | 137 | 0 | 6 | 50 | 46 | 63 | 31 | 62 |
| Binary | 10011111 | 10010101 | 1011111 | 0 | 110 | 101000 | 100110 | 110011 | 11001 | 110010 |
Color Harmonies of #9F955F
Complementary color
Monochromatic Colors of #9F955F
Black with #9F955F
Text Example
Text Example
White with #9F955F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F955F; }
p { color: rgb(159,149,95); }
H1.HeaderClassName
{
color: #9F955F;
}
.AnyTagClassName
{
color: #9F955F;
}
</style>
background-color css
<style>
a { background-color: #9F955F; }
a { background-color: rgb(159,149,95); }
div.DivClassName
{
background-color: #9F955F;
}
.BgClassName
{
background-color: #9F955F;
}
</style>
border-color css
<style>
span { border-color: #9F955F; }
span { border-color: rgb(159,149,95); }
td.TdClassName
{
border-color: #9F955F;
}
.TagClassName
{
border-color: #9F955F;
}
</style>