Shades of Gurkha #9F936F
Tints of Gurkha #9F936F
RGB
CMYK
RGB Variations
Color information
#9F936F (or 0x9F936F) is known color: Gurkha. HEX triplet: 9F, 93 and 6F. RGB value is (159,147,111). Sum of RGB (Red+Green+Blue) = 159+147+111=417 (55% of max value = 765). Red value is 159 (62.5% from 255 or 38.13% from 417); Green value is 147 (57.81% from 255 or 35.25% from 417); Blue value is 111 (43.75% from 255 or 26.62% from 417); Max value from RGB is 159 - color contains mainly: red. Hex color #9F936F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F936F is #606C90. Grayscale: #929292. Windows color (decimal): -6319249 or 7312287. OLE color: 7312287.
HSL color Cylindrical-coordinate representation of color #9F936F: hue angle of 45º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9F936F is Cyan = 0, Magento = 0.08, Yellow = 0.30 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 147 | 111 | - |
| CMYK | 0 | 0.08 | 0.30 | 0.38 |
| HSL | 45º | 0.2% | 0.53% | - |
| HSV(B) | 45º | 0.3% | 0.62% | - |
| XYZ | 27.6 | 29.39 | 19.26 | - |
| YUV | 146.48 | 107.98 | 136.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 147 | 111 | 0 | 0.08 | 0.30 | 0.38 | 45 | 0.2 | 0.53 |
| Hex | 9F | 93 | 6F | 0 | 8 | 1E | 26 | 2D | 14 | 35 |
| Octal | 237 | 223 | 157 | 0 | 10 | 36 | 46 | 55 | 24 | 65 |
| Binary | 10011111 | 10010011 | 1101111 | 0 | 1000 | 11110 | 100110 | 101101 | 10100 | 110101 |
Color Harmonies of #9F936F
Complementary color
Monochromatic Colors of #9F936F
Black with #9F936F
Text Example
Text Example
White with #9F936F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F936F; }
p { color: rgb(159,147,111); }
H1.HeaderClassName
{
color: #9F936F;
}
.AnyTagClassName
{
color: #9F936F;
}
</style>
background-color css
<style>
a { background-color: #9F936F; }
a { background-color: rgb(159,147,111); }
div.DivClassName
{
background-color: #9F936F;
}
.BgClassName
{
background-color: #9F936F;
}
</style>
border-color css
<style>
span { border-color: #9F936F; }
span { border-color: rgb(159,147,111); }
td.TdClassName
{
border-color: #9F936F;
}
.TagClassName
{
border-color: #9F936F;
}
</style>