Shades of Mongoose #9F8D79
Tints of Mongoose #9F8D79
RGB
CMYK
RGB Variations
Color information
#9F8D79 (or 0x9F8D79) is known color: Mongoose. HEX triplet: 9F, 8D and 79. RGB value is (159,141,121). Sum of RGB (Red+Green+Blue) = 159+141+121=421 (55% of max value = 765). Red value is 159 (62.5% from 255 or 37.77% from 421); Green value is 141 (55.47% from 255 or 33.49% from 421); Blue value is 121 (47.66% from 255 or 28.74% from 421); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8D79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8D79 is #607286. Grayscale: #909090. Windows color (decimal): -6320775 or 7966111. OLE color: 7966111.
HSL color Cylindrical-coordinate representation of color #9F8D79: hue angle of 31.58º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9F8D79 is Cyan = 0, Magento = 0.11, Yellow = 0.24 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 141 | 121 | - |
| CMYK | 0 | 0.11 | 0.24 | 0.38 |
| HSL | 31.58º | 0.17% | 0.55% | - |
| HSV(B) | 31.58º | 0.24% | 0.62% | - |
| XYZ | 27.27 | 27.8 | 22.02 | - |
| YUV | 144.1 | 114.96 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 141 | 121 | 0 | 0.11 | 0.24 | 0.38 | 31.58 | 0.17 | 0.55 |
| Hex | 9F | 8D | 79 | 0 | B | 18 | 26 | 20 | 11 | 37 |
| Octal | 237 | 215 | 171 | 0 | 13 | 30 | 46 | 40 | 21 | 67 |
| Binary | 10011111 | 10001101 | 1111001 | 0 | 1011 | 11000 | 100110 | 100000 | 10001 | 110111 |
Color Harmonies of #9F8D79
Complementary color
Monochromatic Colors of #9F8D79
Black with #9F8D79
Text Example
Text Example
White with #9F8D79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8D79; }
p { color: rgb(159,141,121); }
H1.HeaderClassName
{
color: #9F8D79;
}
.AnyTagClassName
{
color: #9F8D79;
}
</style>
background-color css
<style>
a { background-color: #9F8D79; }
a { background-color: rgb(159,141,121); }
div.DivClassName
{
background-color: #9F8D79;
}
.BgClassName
{
background-color: #9F8D79;
}
</style>
border-color css
<style>
span { border-color: #9F8D79; }
span { border-color: rgb(159,141,121); }
td.TdClassName
{
border-color: #9F8D79;
}
.TagClassName
{
border-color: #9F8D79;
}
</style>