Shades of Gurkha #9F9365
Tints of Gurkha #9F9365
RGB
CMYK
RGB Variations
Color information
#9F9365 (or 0x9F9365) is known color: Gurkha. HEX triplet: 9F, 93 and 65. RGB value is (159,147,101). Sum of RGB (Red+Green+Blue) = 159+147+101=407 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.07% from 407); Green value is 147 (57.81% from 255 or 36.12% from 407); Blue value is 101 (39.84% from 255 or 24.82% from 407); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9365 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F9365 is #606C9A. Grayscale: #919191. Windows color (decimal): -6319259 or 6656927. OLE color: 6656927.
HSL color Cylindrical-coordinate representation of color #9F9365: hue angle of 47.59º 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 #9F9365 is Cyan = 0, Magento = 0.08, Yellow = 0.36 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 147 | 101 | - |
| CMYK | 0 | 0.08 | 0.36 | 0.38 |
| HSL | 47.59º | 0.23% | 0.51% | - |
| HSV(B) | 47.59º | 0.36% | 0.62% | - |
| XYZ | 27.08 | 29.18 | 16.52 | - |
| YUV | 145.34 | 102.98 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 147 | 101 | 0 | 0.08 | 0.36 | 0.38 | 47.59 | 0.23 | 0.51 |
| Hex | 9F | 93 | 65 | 0 | 8 | 24 | 26 | 30 | 17 | 33 |
| Octal | 237 | 223 | 145 | 0 | 10 | 44 | 46 | 60 | 27 | 63 |
| Binary | 10011111 | 10010011 | 1100101 | 0 | 1000 | 100100 | 100110 | 110000 | 10111 | 110011 |
Color Harmonies of #9F9365
Complementary color
Monochromatic Colors of #9F9365
Black with #9F9365
Text Example
Text Example
White with #9F9365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9365; }
p { color: rgb(159,147,101); }
H1.HeaderClassName
{
color: #9F9365;
}
.AnyTagClassName
{
color: #9F9365;
}
</style>
background-color css
<style>
a { background-color: #9F9365; }
a { background-color: rgb(159,147,101); }
div.DivClassName
{
background-color: #9F9365;
}
.BgClassName
{
background-color: #9F9365;
}
</style>
border-color css
<style>
span { border-color: #9F9365; }
span { border-color: rgb(159,147,101); }
td.TdClassName
{
border-color: #9F9365;
}
.TagClassName
{
border-color: #9F9365;
}
</style>