Shades of Mongoose #9D8A75
Tints of Mongoose #9D8A75
RGB
CMYK
RGB Variations
Color information
#9D8A75 (or 0x9D8A75) is known color: Mongoose. HEX triplet: 9D, 8A and 75. RGB value is (157,138,117). Sum of RGB (Red+Green+Blue) = 157+138+117=412 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.11% from 412); Green value is 138 (54.30% from 255 or 33.50% from 412); Blue value is 117 (46.09% from 255 or 28.40% from 412); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8A75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D8A75 is #62758A. Grayscale: #8D8D8D. Windows color (decimal): -6452619 or 7703197. OLE color: 7703197.
HSL color Cylindrical-coordinate representation of color #9D8A75: hue angle of 31.5º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9D8A75 is Cyan = 0, Magento = 0.12, Yellow = 0.25 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 138 | 117 | - |
| CMYK | 0 | 0.12 | 0.25 | 0.38 |
| HSL | 31.5º | 0.17% | 0.54% | - |
| HSV(B) | 31.5º | 0.25% | 0.62% | - |
| XYZ | 26.2 | 26.63 | 20.59 | - |
| YUV | 141.29 | 114.29 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 138 | 117 | 0 | 0.12 | 0.25 | 0.38 | 31.5 | 0.17 | 0.54 |
| Hex | 9D | 8A | 75 | 0 | C | 19 | 26 | 1F | 11 | 36 |
| Octal | 235 | 212 | 165 | 0 | 14 | 31 | 46 | 37 | 21 | 66 |
| Binary | 10011101 | 10001010 | 1110101 | 0 | 1100 | 11001 | 100110 | 11111 | 10001 | 110110 |
Color Harmonies of #9D8A75
Complementary color
Monochromatic Colors of #9D8A75
Black with #9D8A75
Text Example
Text Example
White with #9D8A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8A75; }
p { color: rgb(157,138,117); }
H1.HeaderClassName
{
color: #9D8A75;
}
.AnyTagClassName
{
color: #9D8A75;
}
</style>
background-color css
<style>
a { background-color: #9D8A75; }
a { background-color: rgb(157,138,117); }
div.DivClassName
{
background-color: #9D8A75;
}
.BgClassName
{
background-color: #9D8A75;
}
</style>
border-color css
<style>
span { border-color: #9D8A75; }
span { border-color: rgb(157,138,117); }
td.TdClassName
{
border-color: #9D8A75;
}
.TagClassName
{
border-color: #9D8A75;
}
</style>