Shades of Mongoose #9F896E
Tints of Mongoose #9F896E
RGB
CMYK
RGB Variations
Color information
#9F896E (or 0x9F896E) is known color: Mongoose. HEX triplet: 9F, 89 and 6E. RGB value is (159,137,110). Sum of RGB (Red+Green+Blue) = 159+137+110=406 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.16% from 406); Green value is 137 (53.91% from 255 or 33.74% from 406); Blue value is 110 (43.36% from 255 or 27.09% from 406); Max value from RGB is 159 - color contains mainly: red. Hex color #9F896E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F896E is #607691. Grayscale: #8C8C8C. Windows color (decimal): -6321810 or 7244191. OLE color: 7244191.
HSL color Cylindrical-coordinate representation of color #9F896E: hue angle of 33.06º 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 #9F896E is Cyan = 0, Magento = 0.14, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 137 | 110 | - |
| CMYK | 0 | 0.14 | 0.31 | 0.38 |
| HSL | 33.06º | 0.2% | 0.53% | - |
| HSV(B) | 33.06º | 0.31% | 0.62% | - |
| XYZ | 26.06 | 26.39 | 18.47 | - |
| YUV | 140.5 | 110.79 | 141.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 137 | 110 | 0 | 0.14 | 0.31 | 0.38 | 33.06 | 0.2 | 0.53 |
| Hex | 9F | 89 | 6E | 0 | E | 1F | 26 | 21 | 14 | 35 |
| Octal | 237 | 211 | 156 | 0 | 16 | 37 | 46 | 41 | 24 | 65 |
| Binary | 10011111 | 10001001 | 1101110 | 0 | 1110 | 11111 | 100110 | 100001 | 10100 | 110101 |
Color Harmonies of #9F896E
Complementary color
Monochromatic Colors of #9F896E
Black with #9F896E
Text Example
Text Example
White with #9F896E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F896E; }
p { color: rgb(159,137,110); }
H1.HeaderClassName
{
color: #9F896E;
}
.AnyTagClassName
{
color: #9F896E;
}
</style>
background-color css
<style>
a { background-color: #9F896E; }
a { background-color: rgb(159,137,110); }
div.DivClassName
{
background-color: #9F896E;
}
.BgClassName
{
background-color: #9F896E;
}
</style>
border-color css
<style>
span { border-color: #9F896E; }
span { border-color: rgb(159,137,110); }
td.TdClassName
{
border-color: #9F896E;
}
.TagClassName
{
border-color: #9F896E;
}
</style>