Shades of Gurkha #9F9364
Tints of Gurkha #9F9364
RGB
CMYK
RGB Variations
Color information
#9F9364 (or 0x9F9364) is known color: Gurkha. HEX triplet: 9F, 93 and 64. RGB value is (159,147,100). Sum of RGB (Red+Green+Blue) = 159+147+100=406 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.16% from 406); Green value is 147 (57.81% from 255 or 36.21% from 406); Blue value is 100 (39.45% from 255 or 24.63% from 406); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9364 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F9364 is #606C9B. Grayscale: #919191. Windows color (decimal): -6319260 or 6591391. OLE color: 6591391.
HSL color Cylindrical-coordinate representation of color #9F9364: hue angle of 47.8º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9F9364 is Cyan = 0, Magento = 0.08, Yellow = 0.37 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 147 | 100 | - |
| CMYK | 0 | 0.08 | 0.37 | 0.38 |
| HSL | 47.8º | 0.24% | 0.51% | - |
| HSV(B) | 47.8º | 0.37% | 0.62% | - |
| XYZ | 27.03 | 29.16 | 16.26 | - |
| YUV | 145.23 | 102.48 | 137.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 147 | 100 | 0 | 0.08 | 0.37 | 0.38 | 47.8 | 0.24 | 0.51 |
| Hex | 9F | 93 | 64 | 0 | 8 | 25 | 26 | 30 | 18 | 33 |
| Octal | 237 | 223 | 144 | 0 | 10 | 45 | 46 | 60 | 30 | 63 |
| Binary | 10011111 | 10010011 | 1100100 | 0 | 1000 | 100101 | 100110 | 110000 | 11000 | 110011 |
Color Harmonies of #9F9364
Complementary color
Monochromatic Colors of #9F9364
Black with #9F9364
Text Example
Text Example
White with #9F9364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9364; }
p { color: rgb(159,147,100); }
H1.HeaderClassName
{
color: #9F9364;
}
.AnyTagClassName
{
color: #9F9364;
}
</style>
background-color css
<style>
a { background-color: #9F9364; }
a { background-color: rgb(159,147,100); }
div.DivClassName
{
background-color: #9F9364;
}
.BgClassName
{
background-color: #9F9364;
}
</style>
border-color css
<style>
span { border-color: #9F9364; }
span { border-color: rgb(159,147,100); }
td.TdClassName
{
border-color: #9F9364;
}
.TagClassName
{
border-color: #9F9364;
}
</style>