Shades of Mauve Taupe #89606C
Tints of Mauve Taupe #89606C
RGB
CMYK
RGB Variations
Color information
#89606C (or 0x89606C) is known color: Mauve Taupe. HEX triplet: 89, 60 and 6C. RGB value is (137,96,108). Sum of RGB (Red+Green+Blue) = 137+96+108=341 (45% of max value = 765). Red value is 137 (53.91% from 255 or 40.18% from 341); Green value is 96 (37.89% from 255 or 28.15% from 341); Blue value is 108 (42.58% from 255 or 31.67% from 341); Max value from RGB is 137 - color contains mainly: red. Hex color #89606C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89606C is #769F93. Grayscale: #6D6D6D. Windows color (decimal): -7774100 or 7102601. OLE color: 7102601.
HSL color Cylindrical-coordinate representation of color #89606C: hue angle of 342.44º 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 #89606C is Cyan = 0, Magento = 0.30, Yellow = 0.21 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 96 | 108 | - |
| CMYK | 0 | 0.30 | 0.21 | 0.46 |
| HSL | 342.44º | 0.18% | 0.46% | - |
| HSV(B) | 342.44º | 0.3% | 0.54% | - |
| XYZ | 17.21 | 14.77 | 16.13 | - |
| YUV | 109.63 | 127.08 | 147.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 96 | 108 | 0 | 0.30 | 0.21 | 0.46 | 342.44 | 0.18 | 0.46 |
| Hex | 89 | 60 | 6C | 0 | 1E | 15 | 2E | 156 | 12 | 2E |
| Octal | 211 | 140 | 154 | 0 | 36 | 25 | 56 | 526 | 22 | 56 |
| Binary | 10001001 | 1100000 | 1101100 | 0 | 11110 | 10101 | 101110 | 101010110 | 10010 | 101110 |
Color Harmonies of #89606C
Complementary color
Monochromatic Colors of #89606C
Black with #89606C
Text Example
Text Example
White with #89606C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89606C; }
p { color: rgb(137,96,108); }
H1.HeaderClassName
{
color: #89606C;
}
.AnyTagClassName
{
color: #89606C;
}
</style>
background-color css
<style>
a { background-color: #89606C; }
a { background-color: rgb(137,96,108); }
div.DivClassName
{
background-color: #89606C;
}
.BgClassName
{
background-color: #89606C;
}
</style>
border-color css
<style>
span { border-color: #89606C; }
span { border-color: rgb(137,96,108); }
td.TdClassName
{
border-color: #89606C;
}
.TagClassName
{
border-color: #89606C;
}
</style>