Shades of Gurkha #9F9970
Tints of Gurkha #9F9970
RGB
CMYK
RGB Variations
Color information
#9F9970 (or 0x9F9970) is known color: Gurkha. HEX triplet: 9F, 99 and 70. RGB value is (159,153,112). Sum of RGB (Red+Green+Blue) = 159+153+112=424 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.5% from 424); Green value is 153 (60.16% from 255 or 36.08% from 424); Blue value is 112 (44.14% from 255 or 26.42% from 424); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9970 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F9970 is #60668F. Grayscale: #969696. Windows color (decimal): -6317712 or 7379359. OLE color: 7379359.
HSL color Cylindrical-coordinate representation of color #9F9970: hue angle of 52.34º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9F9970 is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 153 | 112 | - |
| CMYK | 0 | 0.04 | 0.30 | 0.38 |
| HSL | 52.34º | 0.2% | 0.53% | - |
| HSV(B) | 52.34º | 0.3% | 0.62% | - |
| XYZ | 28.61 | 31.32 | 19.87 | - |
| YUV | 150.12 | 106.49 | 134.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 153 | 112 | 0 | 0.04 | 0.30 | 0.38 | 52.34 | 0.2 | 0.53 |
| Hex | 9F | 99 | 70 | 0 | 4 | 1E | 26 | 34 | 14 | 35 |
| Octal | 237 | 231 | 160 | 0 | 4 | 36 | 46 | 64 | 24 | 65 |
| Binary | 10011111 | 10011001 | 1110000 | 0 | 100 | 11110 | 100110 | 110100 | 10100 | 110101 |
Color Harmonies of #9F9970
Complementary color
Monochromatic Colors of #9F9970
Black with #9F9970
Text Example
Text Example
White with #9F9970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9970; }
p { color: rgb(159,153,112); }
H1.HeaderClassName
{
color: #9F9970;
}
.AnyTagClassName
{
color: #9F9970;
}
</style>
background-color css
<style>
a { background-color: #9F9970; }
a { background-color: rgb(159,153,112); }
div.DivClassName
{
background-color: #9F9970;
}
.BgClassName
{
background-color: #9F9970;
}
</style>
border-color css
<style>
span { border-color: #9F9970; }
span { border-color: rgb(159,153,112); }
td.TdClassName
{
border-color: #9F9970;
}
.TagClassName
{
border-color: #9F9970;
}
</style>