Shades of Mauve Taupe #89616D
Tints of Mauve Taupe #89616D
RGB
CMYK
RGB Variations
Color information
#89616D (or 0x89616D) is known color: Mauve Taupe. HEX triplet: 89, 61 and 6D. RGB value is (137,97,109). Sum of RGB (Red+Green+Blue) = 137+97+109=343 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.94% from 343); Green value is 97 (38.28% from 255 or 28.28% from 343); Blue value is 109 (42.97% from 255 or 31.78% from 343); Max value from RGB is 137 - color contains mainly: red. Hex color #89616D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89616D is #769E92. Grayscale: #6E6E6E. Windows color (decimal): -7773843 or 7168393. OLE color: 7168393.
HSL color Cylindrical-coordinate representation of color #89616D: hue angle of 342º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #89616D is Cyan = 0, Magento = 0.29, Yellow = 0.20 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 97 | 109 | - |
| CMYK | 0 | 0.29 | 0.20 | 0.46 |
| HSL | 342º | 0.17% | 0.46% | - |
| HSV(B) | 342º | 0.29% | 0.54% | - |
| XYZ | 17.35 | 14.97 | 16.44 | - |
| YUV | 110.33 | 127.25 | 147.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 97 | 109 | 0 | 0.29 | 0.20 | 0.46 | 342 | 0.17 | 0.46 |
| Hex | 89 | 61 | 6D | 0 | 1D | 14 | 2E | 156 | 11 | 2E |
| Octal | 211 | 141 | 155 | 0 | 35 | 24 | 56 | 526 | 21 | 56 |
| Binary | 10001001 | 1100001 | 1101101 | 0 | 11101 | 10100 | 101110 | 101010110 | 10001 | 101110 |
Color Harmonies of #89616D
Complementary color
Monochromatic Colors of #89616D
Black with #89616D
Text Example
Text Example
White with #89616D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89616D; }
p { color: rgb(137,97,109); }
H1.HeaderClassName
{
color: #89616D;
}
.AnyTagClassName
{
color: #89616D;
}
</style>
background-color css
<style>
a { background-color: #89616D; }
a { background-color: rgb(137,97,109); }
div.DivClassName
{
background-color: #89616D;
}
.BgClassName
{
background-color: #89616D;
}
</style>
border-color css
<style>
span { border-color: #89616D; }
span { border-color: rgb(137,97,109); }
td.TdClassName
{
border-color: #89616D;
}
.TagClassName
{
border-color: #89616D;
}
</style>