Shades of Mongoose #9D8871
Tints of Mongoose #9D8871
RGB
CMYK
RGB Variations
Color information
#9D8871 (or 0x9D8871) is known color: Mongoose. HEX triplet: 9D, 88 and 71. RGB value is (157,136,113). Sum of RGB (Red+Green+Blue) = 157+136+113=406 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.67% from 406); Green value is 136 (53.52% from 255 or 33.50% from 406); Blue value is 113 (44.53% from 255 or 27.83% from 406); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8871 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D8871 is #62778E. Grayscale: #8B8B8B. Windows color (decimal): -6453135 or 7440541. OLE color: 7440541.
HSL color Cylindrical-coordinate representation of color #9D8871: hue angle of 31.36º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9D8871 is Cyan = 0, Magento = 0.13, Yellow = 0.28 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 136 | 113 | - |
| CMYK | 0 | 0.13 | 0.28 | 0.38 |
| HSL | 31.36º | 0.18% | 0.53% | - |
| HSV(B) | 31.36º | 0.28% | 0.62% | - |
| XYZ | 25.69 | 25.97 | 19.28 | - |
| YUV | 139.66 | 112.96 | 140.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 136 | 113 | 0 | 0.13 | 0.28 | 0.38 | 31.36 | 0.18 | 0.53 |
| Hex | 9D | 88 | 71 | 0 | D | 1C | 26 | 1F | 12 | 35 |
| Octal | 235 | 210 | 161 | 0 | 15 | 34 | 46 | 37 | 22 | 65 |
| Binary | 10011101 | 10001000 | 1110001 | 0 | 1101 | 11100 | 100110 | 11111 | 10010 | 110101 |
Color Harmonies of #9D8871
Complementary color
Monochromatic Colors of #9D8871
Black with #9D8871
Text Example
Text Example
White with #9D8871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8871; }
p { color: rgb(157,136,113); }
H1.HeaderClassName
{
color: #9D8871;
}
.AnyTagClassName
{
color: #9D8871;
}
</style>
background-color css
<style>
a { background-color: #9D8871; }
a { background-color: rgb(157,136,113); }
div.DivClassName
{
background-color: #9D8871;
}
.BgClassName
{
background-color: #9D8871;
}
</style>
border-color css
<style>
span { border-color: #9D8871; }
span { border-color: rgb(157,136,113); }
td.TdClassName
{
border-color: #9D8871;
}
.TagClassName
{
border-color: #9D8871;
}
</style>