Shades of Mongoose #9F8A6D
Tints of Mongoose #9F8A6D
RGB
CMYK
RGB Variations
Color information
#9F8A6D (or 0x9F8A6D) is known color: Mongoose. HEX triplet: 9F, 8A and 6D. RGB value is (159,138,109). Sum of RGB (Red+Green+Blue) = 159+138+109=406 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.16% from 406); Green value is 138 (54.30% from 255 or 33.99% from 406); Blue value is 109 (42.97% from 255 or 26.85% from 406); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8A6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8A6D is #607592. Grayscale: #8D8D8D. Windows color (decimal): -6321555 or 7178911. OLE color: 7178911.
HSL color Cylindrical-coordinate representation of color #9F8A6D: hue angle of 34.8º degrees, saturation: 0.21, 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 #9F8A6D is Cyan = 0, Magento = 0.13, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 138 | 109 | - |
| CMYK | 0 | 0.13 | 0.31 | 0.38 |
| HSL | 34.8º | 0.21% | 0.53% | - |
| HSV(B) | 34.8º | 0.31% | 0.62% | - |
| XYZ | 26.15 | 26.65 | 18.23 | - |
| YUV | 140.97 | 109.96 | 140.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 138 | 109 | 0 | 0.13 | 0.31 | 0.38 | 34.8 | 0.21 | 0.53 |
| Hex | 9F | 8A | 6D | 0 | D | 1F | 26 | 23 | 15 | 35 |
| Octal | 237 | 212 | 155 | 0 | 15 | 37 | 46 | 43 | 25 | 65 |
| Binary | 10011111 | 10001010 | 1101101 | 0 | 1101 | 11111 | 100110 | 100011 | 10101 | 110101 |
Color Harmonies of #9F8A6D
Complementary color
Monochromatic Colors of #9F8A6D
Black with #9F8A6D
Text Example
Text Example
White with #9F8A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8A6D; }
p { color: rgb(159,138,109); }
H1.HeaderClassName
{
color: #9F8A6D;
}
.AnyTagClassName
{
color: #9F8A6D;
}
</style>
background-color css
<style>
a { background-color: #9F8A6D; }
a { background-color: rgb(159,138,109); }
div.DivClassName
{
background-color: #9F8A6D;
}
.BgClassName
{
background-color: #9F8A6D;
}
</style>
border-color css
<style>
span { border-color: #9F8A6D; }
span { border-color: rgb(159,138,109); }
td.TdClassName
{
border-color: #9F8A6D;
}
.TagClassName
{
border-color: #9F8A6D;
}
</style>