Shades of Mongoose #9E8B75
Tints of Mongoose #9E8B75
RGB
CMYK
RGB Variations
Color information
#9E8B75 (or 0x9E8B75) is known color: Mongoose. HEX triplet: 9E, 8B and 75. RGB value is (158,139,117). Sum of RGB (Red+Green+Blue) = 158+139+117=414 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.16% from 414); Green value is 139 (54.69% from 255 or 33.57% from 414); Blue value is 117 (46.09% from 255 or 28.26% from 414); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8B75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E8B75 is #61748A. Grayscale: #8E8E8E. Windows color (decimal): -6386827 or 7703454. OLE color: 7703454.
HSL color Cylindrical-coordinate representation of color #9E8B75: hue angle of 32.2º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9E8B75 is Cyan = 0, Magento = 0.12, Yellow = 0.26 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 139 | 117 | - |
| CMYK | 0 | 0.12 | 0.26 | 0.38 |
| HSL | 32.2º | 0.17% | 0.54% | - |
| HSV(B) | 32.2º | 0.26% | 0.62% | - |
| XYZ | 26.54 | 27.02 | 20.65 | - |
| YUV | 142.17 | 113.79 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 139 | 117 | 0 | 0.12 | 0.26 | 0.38 | 32.2 | 0.17 | 0.54 |
| Hex | 9E | 8B | 75 | 0 | C | 1A | 26 | 20 | 11 | 36 |
| Octal | 236 | 213 | 165 | 0 | 14 | 32 | 46 | 40 | 21 | 66 |
| Binary | 10011110 | 10001011 | 1110101 | 0 | 1100 | 11010 | 100110 | 100000 | 10001 | 110110 |
Color Harmonies of #9E8B75
Complementary color
Monochromatic Colors of #9E8B75
Black with #9E8B75
Text Example
Text Example
White with #9E8B75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E8B75; }
p { color: rgb(158,139,117); }
H1.HeaderClassName
{
color: #9E8B75;
}
.AnyTagClassName
{
color: #9E8B75;
}
</style>
background-color css
<style>
a { background-color: #9E8B75; }
a { background-color: rgb(158,139,117); }
div.DivClassName
{
background-color: #9E8B75;
}
.BgClassName
{
background-color: #9E8B75;
}
</style>
border-color css
<style>
span { border-color: #9E8B75; }
span { border-color: rgb(158,139,117); }
td.TdClassName
{
border-color: #9E8B75;
}
.TagClassName
{
border-color: #9E8B75;
}
</style>