Shades of Gurkha #9F9566
Tints of Gurkha #9F9566
RGB
CMYK
RGB Variations
Color information
#9F9566 (or 0x9F9566) is known color: Gurkha. HEX triplet: 9F, 95 and 66. RGB value is (159,149,102). Sum of RGB (Red+Green+Blue) = 159+149+102=410 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.78% from 410); Green value is 149 (58.59% from 255 or 36.34% from 410); Blue value is 102 (40.23% from 255 or 24.88% from 410); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9566 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F9566 is #606A99. Grayscale: #929292. Windows color (decimal): -6318746 or 6722975. OLE color: 6722975.
HSL color Cylindrical-coordinate representation of color #9F9566: hue angle of 49.47º 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 #9F9566 is Cyan = 0, Magento = 0.06, Yellow = 0.36 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 149 | 102 | - |
| CMYK | 0 | 0.06 | 0.36 | 0.38 |
| HSL | 49.47º | 0.23% | 0.51% | - |
| HSV(B) | 49.47º | 0.36% | 0.62% | - |
| XYZ | 27.44 | 29.83 | 16.88 | - |
| YUV | 146.63 | 102.81 | 136.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 149 | 102 | 0 | 0.06 | 0.36 | 0.38 | 49.47 | 0.23 | 0.51 |
| Hex | 9F | 95 | 66 | 0 | 6 | 24 | 26 | 31 | 17 | 33 |
| Octal | 237 | 225 | 146 | 0 | 6 | 44 | 46 | 61 | 27 | 63 |
| Binary | 10011111 | 10010101 | 1100110 | 0 | 110 | 100100 | 100110 | 110001 | 10111 | 110011 |
Color Harmonies of #9F9566
Complementary color
Monochromatic Colors of #9F9566
Black with #9F9566
Text Example
Text Example
White with #9F9566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9566; }
p { color: rgb(159,149,102); }
H1.HeaderClassName
{
color: #9F9566;
}
.AnyTagClassName
{
color: #9F9566;
}
</style>
background-color css
<style>
a { background-color: #9F9566; }
a { background-color: rgb(159,149,102); }
div.DivClassName
{
background-color: #9F9566;
}
.BgClassName
{
background-color: #9F9566;
}
</style>
border-color css
<style>
span { border-color: #9F9566; }
span { border-color: rgb(159,149,102); }
td.TdClassName
{
border-color: #9F9566;
}
.TagClassName
{
border-color: #9F9566;
}
</style>