Shades of Gurkha #9F905F
Tints of Gurkha #9F905F
RGB
CMYK
RGB Variations
Color information
#9F905F (or 0x9F905F) is known color: Gurkha. HEX triplet: 9F, 90 and 5F. RGB value is (159,144,95). Sum of RGB (Red+Green+Blue) = 159+144+95=398 (52% of max value = 765). Red value is 159 (62.5% from 255 or 39.95% from 398); Green value is 144 (56.64% from 255 or 36.18% from 398); Blue value is 95 (37.5% from 255 or 23.87% from 398); Max value from RGB is 159 - color contains mainly: red. Hex color #9F905F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F905F is #606FA0. Grayscale: #8F8F8F. Windows color (decimal): -6320033 or 6262943. OLE color: 6262943.
HSL color Cylindrical-coordinate representation of color #9F905F: hue angle of 45.94º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9F905F is Cyan = 0, Magento = 0.09, Yellow = 0.40 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 144 | 95 | - |
| CMYK | 0 | 0.09 | 0.40 | 0.38 |
| HSL | 45.94º | 0.25% | 0.5% | - |
| HSV(B) | 45.94º | 0.4% | 0.62% | - |
| XYZ | 26.34 | 28.14 | 14.87 | - |
| YUV | 142.9 | 100.97 | 139.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 144 | 95 | 0 | 0.09 | 0.40 | 0.38 | 45.94 | 0.25 | 0.5 |
| Hex | 9F | 90 | 5F | 0 | 9 | 28 | 26 | 2E | 19 | 32 |
| Octal | 237 | 220 | 137 | 0 | 11 | 50 | 46 | 56 | 31 | 62 |
| Binary | 10011111 | 10010000 | 1011111 | 0 | 1001 | 101000 | 100110 | 101110 | 11001 | 110010 |
Color Harmonies of #9F905F
Complementary color
Monochromatic Colors of #9F905F
Black with #9F905F
Text Example
Text Example
White with #9F905F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F905F; }
p { color: rgb(159,144,95); }
H1.HeaderClassName
{
color: #9F905F;
}
.AnyTagClassName
{
color: #9F905F;
}
</style>
background-color css
<style>
a { background-color: #9F905F; }
a { background-color: rgb(159,144,95); }
div.DivClassName
{
background-color: #9F905F;
}
.BgClassName
{
background-color: #9F905F;
}
</style>
border-color css
<style>
span { border-color: #9F905F; }
span { border-color: rgb(159,144,95); }
td.TdClassName
{
border-color: #9F905F;
}
.TagClassName
{
border-color: #9F905F;
}
</style>