Shades of Mauve Taupe #89606D
Tints of Mauve Taupe #89606D
RGB
CMYK
RGB Variations
Color information
#89606D (or 0x89606D) is known color: Mauve Taupe. HEX triplet: 89, 60 and 6D. RGB value is (137,96,109). Sum of RGB (Red+Green+Blue) = 137+96+109=342 (45% of max value = 765). Red value is 137 (53.91% from 255 or 40.06% from 342); Green value is 96 (37.89% from 255 or 28.07% from 342); Blue value is 109 (42.97% from 255 or 31.87% from 342); Max value from RGB is 137 - color contains mainly: red. Hex color #89606D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89606D is #769F92. Grayscale: #6D6D6D. Windows color (decimal): -7774099 or 7168137. OLE color: 7168137.
HSL color Cylindrical-coordinate representation of color #89606D: hue angle of 340.98º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #89606D is Cyan = 0, Magento = 0.30, Yellow = 0.20 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 96 | 109 | - |
| CMYK | 0 | 0.30 | 0.20 | 0.46 |
| HSL | 340.98º | 0.18% | 0.46% | - |
| HSV(B) | 340.98º | 0.3% | 0.54% | - |
| XYZ | 17.26 | 14.79 | 16.41 | - |
| YUV | 109.74 | 127.58 | 147.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 96 | 109 | 0 | 0.30 | 0.20 | 0.46 | 340.98 | 0.18 | 0.46 |
| Hex | 89 | 60 | 6D | 0 | 1E | 14 | 2E | 155 | 12 | 2E |
| Octal | 211 | 140 | 155 | 0 | 36 | 24 | 56 | 525 | 22 | 56 |
| Binary | 10001001 | 1100000 | 1101101 | 0 | 11110 | 10100 | 101110 | 101010101 | 10010 | 101110 |
Color Harmonies of #89606D
Complementary color
Monochromatic Colors of #89606D
Black with #89606D
Text Example
Text Example
White with #89606D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89606D; }
p { color: rgb(137,96,109); }
H1.HeaderClassName
{
color: #89606D;
}
.AnyTagClassName
{
color: #89606D;
}
</style>
background-color css
<style>
a { background-color: #89606D; }
a { background-color: rgb(137,96,109); }
div.DivClassName
{
background-color: #89606D;
}
.BgClassName
{
background-color: #89606D;
}
</style>
border-color css
<style>
span { border-color: #89606D; }
span { border-color: rgb(137,96,109); }
td.TdClassName
{
border-color: #89606D;
}
.TagClassName
{
border-color: #89606D;
}
</style>