Shades of Mongoose #9F8870
Tints of Mongoose #9F8870
RGB
CMYK
RGB Variations
Color information
#9F8870 (or 0x9F8870) is known color: Mongoose. HEX triplet: 9F, 88 and 70. RGB value is (159,136,112). Sum of RGB (Red+Green+Blue) = 159+136+112=407 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.07% from 407); Green value is 136 (53.52% from 255 or 33.42% from 407); Blue value is 112 (44.14% from 255 or 27.52% from 407); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8870 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8870 is #60778F. Grayscale: #8C8C8C. Windows color (decimal): -6322064 or 7375007. OLE color: 7375007.
HSL color Cylindrical-coordinate representation of color #9F8870: hue angle of 30.64º 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 #9F8870 is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 136 | 112 | - |
| CMYK | 0 | 0.14 | 0.30 | 0.38 |
| HSL | 30.64º | 0.2% | 0.53% | - |
| HSV(B) | 30.64º | 0.3% | 0.62% | - |
| XYZ | 26.03 | 26.15 | 19 | - |
| YUV | 140.14 | 112.12 | 141.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 136 | 112 | 0 | 0.14 | 0.30 | 0.38 | 30.64 | 0.2 | 0.53 |
| Hex | 9F | 88 | 70 | 0 | E | 1E | 26 | 1F | 14 | 35 |
| Octal | 237 | 210 | 160 | 0 | 16 | 36 | 46 | 37 | 24 | 65 |
| Binary | 10011111 | 10001000 | 1110000 | 0 | 1110 | 11110 | 100110 | 11111 | 10100 | 110101 |
Color Harmonies of #9F8870
Complementary color
Monochromatic Colors of #9F8870
Black with #9F8870
Text Example
Text Example
White with #9F8870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8870; }
p { color: rgb(159,136,112); }
H1.HeaderClassName
{
color: #9F8870;
}
.AnyTagClassName
{
color: #9F8870;
}
</style>
background-color css
<style>
a { background-color: #9F8870; }
a { background-color: rgb(159,136,112); }
div.DivClassName
{
background-color: #9F8870;
}
.BgClassName
{
background-color: #9F8870;
}
</style>
border-color css
<style>
span { border-color: #9F8870; }
span { border-color: rgb(159,136,112); }
td.TdClassName
{
border-color: #9F8870;
}
.TagClassName
{
border-color: #9F8870;
}
</style>