Shades of Gurkha #9F975F
Tints of Gurkha #9F975F
RGB
CMYK
RGB Variations
Color information
#9F975F (or 0x9F975F) is known color: Gurkha. HEX triplet: 9F, 97 and 5F. RGB value is (159,151,95). Sum of RGB (Red+Green+Blue) = 159+151+95=405 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.26% from 405); Green value is 151 (59.38% from 255 or 37.28% from 405); Blue value is 95 (37.5% from 255 or 23.46% from 405); Max value from RGB is 159 - color contains mainly: red. Hex color #9F975F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F975F is #6068A0. Grayscale: #939393. Windows color (decimal): -6318241 or 6264735. OLE color: 6264735.
HSL color Cylindrical-coordinate representation of color #9F975F: hue angle of 52.5º 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 #9F975F is Cyan = 0, Magento = 0.05, Yellow = 0.40 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 151 | 95 | - |
| CMYK | 0 | 0.05 | 0.40 | 0.38 |
| HSL | 52.5º | 0.25% | 0.5% | - |
| HSV(B) | 52.5º | 0.4% | 0.62% | - |
| XYZ | 27.43 | 30.33 | 15.24 | - |
| YUV | 147.01 | 98.65 | 136.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 151 | 95 | 0 | 0.05 | 0.40 | 0.38 | 52.5 | 0.25 | 0.5 |
| Hex | 9F | 97 | 5F | 0 | 5 | 28 | 26 | 34 | 19 | 32 |
| Octal | 237 | 227 | 137 | 0 | 5 | 50 | 46 | 64 | 31 | 62 |
| Binary | 10011111 | 10010111 | 1011111 | 0 | 101 | 101000 | 100110 | 110100 | 11001 | 110010 |
Color Harmonies of #9F975F
Complementary color
Monochromatic Colors of #9F975F
Black with #9F975F
Text Example
Text Example
White with #9F975F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F975F; }
p { color: rgb(159,151,95); }
H1.HeaderClassName
{
color: #9F975F;
}
.AnyTagClassName
{
color: #9F975F;
}
</style>
background-color css
<style>
a { background-color: #9F975F; }
a { background-color: rgb(159,151,95); }
div.DivClassName
{
background-color: #9F975F;
}
.BgClassName
{
background-color: #9F975F;
}
</style>
border-color css
<style>
span { border-color: #9F975F; }
span { border-color: rgb(159,151,95); }
td.TdClassName
{
border-color: #9F975F;
}
.TagClassName
{
border-color: #9F975F;
}
</style>