Shades of Mongoose #9F8A6E
Tints of Mongoose #9F8A6E
RGB
CMYK
RGB Variations
Color information
#9F8A6E (or 0x9F8A6E) is known color: Mongoose. HEX triplet: 9F, 8A and 6E. RGB value is (159,138,110). Sum of RGB (Red+Green+Blue) = 159+138+110=407 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.07% from 407); Green value is 138 (54.30% from 255 or 33.91% from 407); Blue value is 110 (43.36% from 255 or 27.03% from 407); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8A6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8A6E is #607591. Grayscale: #8D8D8D. Windows color (decimal): -6321554 or 7244447. OLE color: 7244447.
HSL color Cylindrical-coordinate representation of color #9F8A6E: hue angle of 34.29º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9F8A6E is Cyan = 0, Magento = 0.13, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 138 | 110 | - |
| CMYK | 0 | 0.13 | 0.31 | 0.38 |
| HSL | 34.29º | 0.2% | 0.53% | - |
| HSV(B) | 34.29º | 0.31% | 0.62% | - |
| XYZ | 26.2 | 26.67 | 18.52 | - |
| YUV | 141.09 | 110.46 | 140.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 138 | 110 | 0 | 0.13 | 0.31 | 0.38 | 34.29 | 0.2 | 0.53 |
| Hex | 9F | 8A | 6E | 0 | D | 1F | 26 | 22 | 14 | 35 |
| Octal | 237 | 212 | 156 | 0 | 15 | 37 | 46 | 42 | 24 | 65 |
| Binary | 10011111 | 10001010 | 1101110 | 0 | 1101 | 11111 | 100110 | 100010 | 10100 | 110101 |
Color Harmonies of #9F8A6E
Complementary color
Monochromatic Colors of #9F8A6E
Black with #9F8A6E
Text Example
Text Example
White with #9F8A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8A6E; }
p { color: rgb(159,138,110); }
H1.HeaderClassName
{
color: #9F8A6E;
}
.AnyTagClassName
{
color: #9F8A6E;
}
</style>
background-color css
<style>
a { background-color: #9F8A6E; }
a { background-color: rgb(159,138,110); }
div.DivClassName
{
background-color: #9F8A6E;
}
.BgClassName
{
background-color: #9F8A6E;
}
</style>
border-color css
<style>
span { border-color: #9F8A6E; }
span { border-color: rgb(159,138,110); }
td.TdClassName
{
border-color: #9F8A6E;
}
.TagClassName
{
border-color: #9F8A6E;
}
</style>