Shades of Gurkha #9F9866
Tints of Gurkha #9F9866
RGB
CMYK
RGB Variations
Color information
#9F9866 (or 0x9F9866) is known color: Gurkha. HEX triplet: 9F, 98 and 66. RGB value is (159,152,102). Sum of RGB (Red+Green+Blue) = 159+152+102=413 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.50% from 413); Green value is 152 (59.77% from 255 or 36.80% from 413); Blue value is 102 (40.23% from 255 or 24.70% from 413); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9866 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F9866 is #606799. Grayscale: #949494. Windows color (decimal): -6317978 or 6723743. OLE color: 6723743.
HSL color Cylindrical-coordinate representation of color #9F9866: hue angle of 52.63º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9F9866 is Cyan = 0, Magento = 0.04, Yellow = 0.36 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 152 | 102 | - |
| CMYK | 0 | 0.04 | 0.36 | 0.38 |
| HSL | 52.63º | 0.23% | 0.51% | - |
| HSV(B) | 52.63º | 0.36% | 0.62% | - |
| XYZ | 27.92 | 30.79 | 17.04 | - |
| YUV | 148.39 | 101.82 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 152 | 102 | 0 | 0.04 | 0.36 | 0.38 | 52.63 | 0.23 | 0.51 |
| Hex | 9F | 98 | 66 | 0 | 4 | 24 | 26 | 35 | 17 | 33 |
| Octal | 237 | 230 | 146 | 0 | 4 | 44 | 46 | 65 | 27 | 63 |
| Binary | 10011111 | 10011000 | 1100110 | 0 | 100 | 100100 | 100110 | 110101 | 10111 | 110011 |
Color Harmonies of #9F9866
Complementary color
Monochromatic Colors of #9F9866
Black with #9F9866
Text Example
Text Example
White with #9F9866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9866; }
p { color: rgb(159,152,102); }
H1.HeaderClassName
{
color: #9F9866;
}
.AnyTagClassName
{
color: #9F9866;
}
</style>
background-color css
<style>
a { background-color: #9F9866; }
a { background-color: rgb(159,152,102); }
div.DivClassName
{
background-color: #9F9866;
}
.BgClassName
{
background-color: #9F9866;
}
</style>
border-color css
<style>
span { border-color: #9F9866; }
span { border-color: rgb(159,152,102); }
td.TdClassName
{
border-color: #9F9866;
}
.TagClassName
{
border-color: #9F9866;
}
</style>