Shades of Mongoose #9F8970
Tints of Mongoose #9F8970
RGB
CMYK
RGB Variations
Color information
#9F8970 (or 0x9F8970) is known color: Mongoose. HEX triplet: 9F, 89 and 70. RGB value is (159,137,112). Sum of RGB (Red+Green+Blue) = 159+137+112=408 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.97% from 408); Green value is 137 (53.91% from 255 or 33.58% from 408); Blue value is 112 (44.14% from 255 or 27.45% from 408); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8970 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8970 is #60768F. Grayscale: #8C8C8C. Windows color (decimal): -6321808 or 7375263. OLE color: 7375263.
HSL color Cylindrical-coordinate representation of color #9F8970: hue angle of 31.91º 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 #9F8970 is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 137 | 112 | - |
| CMYK | 0 | 0.14 | 0.30 | 0.38 |
| HSL | 31.91º | 0.2% | 0.53% | - |
| HSV(B) | 31.91º | 0.3% | 0.62% | - |
| XYZ | 26.17 | 26.43 | 19.05 | - |
| YUV | 140.73 | 111.79 | 141.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 137 | 112 | 0 | 0.14 | 0.30 | 0.38 | 31.91 | 0.2 | 0.53 |
| Hex | 9F | 89 | 70 | 0 | E | 1E | 26 | 20 | 14 | 35 |
| Octal | 237 | 211 | 160 | 0 | 16 | 36 | 46 | 40 | 24 | 65 |
| Binary | 10011111 | 10001001 | 1110000 | 0 | 1110 | 11110 | 100110 | 100000 | 10100 | 110101 |
Color Harmonies of #9F8970
Complementary color
Monochromatic Colors of #9F8970
Black with #9F8970
Text Example
Text Example
White with #9F8970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8970; }
p { color: rgb(159,137,112); }
H1.HeaderClassName
{
color: #9F8970;
}
.AnyTagClassName
{
color: #9F8970;
}
</style>
background-color css
<style>
a { background-color: #9F8970; }
a { background-color: rgb(159,137,112); }
div.DivClassName
{
background-color: #9F8970;
}
.BgClassName
{
background-color: #9F8970;
}
</style>
border-color css
<style>
span { border-color: #9F8970; }
span { border-color: rgb(159,137,112); }
td.TdClassName
{
border-color: #9F8970;
}
.TagClassName
{
border-color: #9F8970;
}
</style>