Shades of Mongoose #9E8871
Tints of Mongoose #9E8871
RGB
CMYK
RGB Variations
Color information
#9E8871 (or 0x9E8871) is known color: Mongoose. HEX triplet: 9E, 88 and 71. RGB value is (158,136,113). Sum of RGB (Red+Green+Blue) = 158+136+113=407 (53% of max value = 765). Red value is 158 (62.11% from 255 or 38.82% from 407); Green value is 136 (53.52% from 255 or 33.42% from 407); Blue value is 113 (44.53% from 255 or 27.76% from 407); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8871 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E8871 is #61778E. Grayscale: #8C8C8C. Windows color (decimal): -6387599 or 7440542. OLE color: 7440542.
HSL color Cylindrical-coordinate representation of color #9E8871: hue angle of 30.67º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9E8871 is Cyan = 0, Magento = 0.14, Yellow = 0.28 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 136 | 113 | - |
| CMYK | 0 | 0.14 | 0.28 | 0.38 |
| HSL | 30.67º | 0.19% | 0.53% | - |
| HSV(B) | 30.67º | 0.28% | 0.62% | - |
| XYZ | 25.89 | 26.07 | 19.29 | - |
| YUV | 139.96 | 112.79 | 140.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 136 | 113 | 0 | 0.14 | 0.28 | 0.38 | 30.67 | 0.19 | 0.53 |
| Hex | 9E | 88 | 71 | 0 | E | 1C | 26 | 1F | 13 | 35 |
| Octal | 236 | 210 | 161 | 0 | 16 | 34 | 46 | 37 | 23 | 65 |
| Binary | 10011110 | 10001000 | 1110001 | 0 | 1110 | 11100 | 100110 | 11111 | 10011 | 110101 |
Color Harmonies of #9E8871
Complementary color
Monochromatic Colors of #9E8871
Black with #9E8871
Text Example
Text Example
White with #9E8871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E8871; }
p { color: rgb(158,136,113); }
H1.HeaderClassName
{
color: #9E8871;
}
.AnyTagClassName
{
color: #9E8871;
}
</style>
background-color css
<style>
a { background-color: #9E8871; }
a { background-color: rgb(158,136,113); }
div.DivClassName
{
background-color: #9E8871;
}
.BgClassName
{
background-color: #9E8871;
}
</style>
border-color css
<style>
span { border-color: #9E8871; }
span { border-color: rgb(158,136,113); }
td.TdClassName
{
border-color: #9E8871;
}
.TagClassName
{
border-color: #9E8871;
}
</style>