Shades of Mongoose #9F8A73
Tints of Mongoose #9F8A73
RGB
CMYK
RGB Variations
Color information
#9F8A73 (or 0x9F8A73) is known color: Mongoose. HEX triplet: 9F, 8A and 73. RGB value is (159,138,115). Sum of RGB (Red+Green+Blue) = 159+138+115=412 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.59% from 412); Green value is 138 (54.30% from 255 or 33.50% from 412); Blue value is 115 (45.31% from 255 or 27.91% from 412); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8A73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8A73 is #60758C. Grayscale: #8D8D8D. Windows color (decimal): -6321549 or 7572127. OLE color: 7572127.
HSL color Cylindrical-coordinate representation of color #9F8A73: hue angle of 31.36º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9F8A73 is Cyan = 0, Magento = 0.13, Yellow = 0.28 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 138 | 115 | - |
| CMYK | 0 | 0.13 | 0.28 | 0.38 |
| HSL | 31.36º | 0.19% | 0.54% | - |
| HSV(B) | 31.36º | 0.28% | 0.62% | - |
| XYZ | 26.48 | 26.79 | 19.99 | - |
| YUV | 141.66 | 112.96 | 140.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 138 | 115 | 0 | 0.13 | 0.28 | 0.38 | 31.36 | 0.19 | 0.54 |
| Hex | 9F | 8A | 73 | 0 | D | 1C | 26 | 1F | 13 | 36 |
| Octal | 237 | 212 | 163 | 0 | 15 | 34 | 46 | 37 | 23 | 66 |
| Binary | 10011111 | 10001010 | 1110011 | 0 | 1101 | 11100 | 100110 | 11111 | 10011 | 110110 |
Color Harmonies of #9F8A73
Complementary color
Monochromatic Colors of #9F8A73
Black with #9F8A73
Text Example
Text Example
White with #9F8A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8A73; }
p { color: rgb(159,138,115); }
H1.HeaderClassName
{
color: #9F8A73;
}
.AnyTagClassName
{
color: #9F8A73;
}
</style>
background-color css
<style>
a { background-color: #9F8A73; }
a { background-color: rgb(159,138,115); }
div.DivClassName
{
background-color: #9F8A73;
}
.BgClassName
{
background-color: #9F8A73;
}
</style>
border-color css
<style>
span { border-color: #9F8A73; }
span { border-color: rgb(159,138,115); }
td.TdClassName
{
border-color: #9F8A73;
}
.TagClassName
{
border-color: #9F8A73;
}
</style>