Shades of Gurkha #9F986E
Tints of Gurkha #9F986E
RGB
CMYK
RGB Variations
Color information
#9F986E (or 0x9F986E) is known color: Gurkha. HEX triplet: 9F, 98 and 6E. RGB value is (159,152,110). Sum of RGB (Red+Green+Blue) = 159+152+110=421 (55% of max value = 765). Red value is 159 (62.5% from 255 or 37.77% from 421); Green value is 152 (59.77% from 255 or 36.10% from 421); Blue value is 110 (43.36% from 255 or 26.13% from 421); Max value from RGB is 159 - color contains mainly: red. Hex color #9F986E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F986E is #606791. Grayscale: #959595. Windows color (decimal): -6317970 or 7248031. OLE color: 7248031.
HSL color Cylindrical-coordinate representation of color #9F986E: hue angle of 51.43º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9F986E is Cyan = 0, Magento = 0.04, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 152 | 110 | - |
| CMYK | 0 | 0.04 | 0.31 | 0.38 |
| HSL | 51.43º | 0.2% | 0.53% | - |
| HSV(B) | 51.43º | 0.31% | 0.62% | - |
| XYZ | 28.34 | 30.95 | 19.23 | - |
| YUV | 149.31 | 105.82 | 134.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 152 | 110 | 0 | 0.04 | 0.31 | 0.38 | 51.43 | 0.2 | 0.53 |
| Hex | 9F | 98 | 6E | 0 | 4 | 1F | 26 | 33 | 14 | 35 |
| Octal | 237 | 230 | 156 | 0 | 4 | 37 | 46 | 63 | 24 | 65 |
| Binary | 10011111 | 10011000 | 1101110 | 0 | 100 | 11111 | 100110 | 110011 | 10100 | 110101 |
Color Harmonies of #9F986E
Complementary color
Monochromatic Colors of #9F986E
Black with #9F986E
Text Example
Text Example
White with #9F986E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F986E; }
p { color: rgb(159,152,110); }
H1.HeaderClassName
{
color: #9F986E;
}
.AnyTagClassName
{
color: #9F986E;
}
</style>
background-color css
<style>
a { background-color: #9F986E; }
a { background-color: rgb(159,152,110); }
div.DivClassName
{
background-color: #9F986E;
}
.BgClassName
{
background-color: #9F986E;
}
</style>
border-color css
<style>
span { border-color: #9F986E; }
span { border-color: rgb(159,152,110); }
td.TdClassName
{
border-color: #9F986E;
}
.TagClassName
{
border-color: #9F986E;
}
</style>