Shades of Gurkha #9F9766
Tints of Gurkha #9F9766
RGB
CMYK
RGB Variations
Color information
#9F9766 (or 0x9F9766) is known color: Gurkha. HEX triplet: 9F, 97 and 66. RGB value is (159,151,102). Sum of RGB (Red+Green+Blue) = 159+151+102=412 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.59% from 412); Green value is 151 (59.38% from 255 or 36.65% from 412); Blue value is 102 (40.23% from 255 or 24.76% from 412); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9766 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F9766 is #606899. Grayscale: #949494. Windows color (decimal): -6318234 or 6723487. OLE color: 6723487.
HSL color Cylindrical-coordinate representation of color #9F9766: hue angle of 51.58º 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 #9F9766 is Cyan = 0, Magento = 0.05, Yellow = 0.36 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 151 | 102 | - |
| CMYK | 0 | 0.05 | 0.36 | 0.38 |
| HSL | 51.58º | 0.23% | 0.51% | - |
| HSV(B) | 51.58º | 0.36% | 0.62% | - |
| XYZ | 27.76 | 30.46 | 16.99 | - |
| YUV | 147.81 | 102.15 | 135.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 151 | 102 | 0 | 0.05 | 0.36 | 0.38 | 51.58 | 0.23 | 0.51 |
| Hex | 9F | 97 | 66 | 0 | 5 | 24 | 26 | 34 | 17 | 33 |
| Octal | 237 | 227 | 146 | 0 | 5 | 44 | 46 | 64 | 27 | 63 |
| Binary | 10011111 | 10010111 | 1100110 | 0 | 101 | 100100 | 100110 | 110100 | 10111 | 110011 |
Color Harmonies of #9F9766
Complementary color
Monochromatic Colors of #9F9766
Black with #9F9766
Text Example
Text Example
White with #9F9766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9766; }
p { color: rgb(159,151,102); }
H1.HeaderClassName
{
color: #9F9766;
}
.AnyTagClassName
{
color: #9F9766;
}
</style>
background-color css
<style>
a { background-color: #9F9766; }
a { background-color: rgb(159,151,102); }
div.DivClassName
{
background-color: #9F9766;
}
.BgClassName
{
background-color: #9F9766;
}
</style>
border-color css
<style>
span { border-color: #9F9766; }
span { border-color: rgb(159,151,102); }
td.TdClassName
{
border-color: #9F9766;
}
.TagClassName
{
border-color: #9F9766;
}
</style>