Shades of Mongoose #9D8973
Tints of Mongoose #9D8973
RGB
CMYK
RGB Variations
Color information
#9D8973 (or 0x9D8973) is known color: Mongoose. HEX triplet: 9D, 89 and 73. RGB value is (157,137,115). Sum of RGB (Red+Green+Blue) = 157+137+115=409 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.39% from 409); Green value is 137 (53.91% from 255 or 33.50% from 409); Blue value is 115 (45.31% from 255 or 28.12% from 409); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8973 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D8973 is #62768C. Grayscale: #8C8C8C. Windows color (decimal): -6452877 or 7571869. OLE color: 7571869.
HSL color Cylindrical-coordinate representation of color #9D8973: hue angle of 31.43º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9D8973 is Cyan = 0, Magento = 0.13, Yellow = 0.27 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 137 | 115 | - |
| CMYK | 0 | 0.13 | 0.27 | 0.38 |
| HSL | 31.43º | 0.18% | 0.53% | - |
| HSV(B) | 31.43º | 0.27% | 0.62% | - |
| XYZ | 25.94 | 26.3 | 19.93 | - |
| YUV | 140.47 | 113.63 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 137 | 115 | 0 | 0.13 | 0.27 | 0.38 | 31.43 | 0.18 | 0.53 |
| Hex | 9D | 89 | 73 | 0 | D | 1B | 26 | 1F | 12 | 35 |
| Octal | 235 | 211 | 163 | 0 | 15 | 33 | 46 | 37 | 22 | 65 |
| Binary | 10011101 | 10001001 | 1110011 | 0 | 1101 | 11011 | 100110 | 11111 | 10010 | 110101 |
Color Harmonies of #9D8973
Complementary color
Monochromatic Colors of #9D8973
Black with #9D8973
Text Example
Text Example
White with #9D8973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8973; }
p { color: rgb(157,137,115); }
H1.HeaderClassName
{
color: #9D8973;
}
.AnyTagClassName
{
color: #9D8973;
}
</style>
background-color css
<style>
a { background-color: #9D8973; }
a { background-color: rgb(157,137,115); }
div.DivClassName
{
background-color: #9D8973;
}
.BgClassName
{
background-color: #9D8973;
}
</style>
border-color css
<style>
span { border-color: #9D8973; }
span { border-color: rgb(157,137,115); }
td.TdClassName
{
border-color: #9D8973;
}
.TagClassName
{
border-color: #9D8973;
}
</style>