Shades of Mauve Taupe #89646C
Tints of Mauve Taupe #89646C
RGB
CMYK
RGB Variations
Color information
#89646C (or 0x89646C) is known color: Mauve Taupe. HEX triplet: 89, 64 and 6C. RGB value is (137,100,108). Sum of RGB (Red+Green+Blue) = 137+100+108=345 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.71% from 345); Green value is 100 (39.45% from 255 or 28.99% from 345); Blue value is 108 (42.58% from 255 or 31.30% from 345); Max value from RGB is 137 - color contains mainly: red. Hex color #89646C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89646C is #769B93. Grayscale: #6F6F6F. Windows color (decimal): -7773076 or 7103625. OLE color: 7103625.
HSL color Cylindrical-coordinate representation of color #89646C: hue angle of 347.03º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #89646C is Cyan = 0, Magento = 0.27, Yellow = 0.21 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 100 | 108 | - |
| CMYK | 0 | 0.27 | 0.21 | 0.46 |
| HSL | 347.03º | 0.16% | 0.46% | - |
| HSV(B) | 347.03º | 0.27% | 0.54% | - |
| XYZ | 17.58 | 15.52 | 16.26 | - |
| YUV | 111.98 | 125.76 | 145.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 100 | 108 | 0 | 0.27 | 0.21 | 0.46 | 347.03 | 0.16 | 0.46 |
| Hex | 89 | 64 | 6C | 0 | 1B | 15 | 2E | 15B | 10 | 2E |
| Octal | 211 | 144 | 154 | 0 | 33 | 25 | 56 | 533 | 20 | 56 |
| Binary | 10001001 | 1100100 | 1101100 | 0 | 11011 | 10101 | 101110 | 101011011 | 10000 | 101110 |
Color Harmonies of #89646C
Complementary color
Monochromatic Colors of #89646C
Black with #89646C
Text Example
Text Example
White with #89646C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89646C; }
p { color: rgb(137,100,108); }
H1.HeaderClassName
{
color: #89646C;
}
.AnyTagClassName
{
color: #89646C;
}
</style>
background-color css
<style>
a { background-color: #89646C; }
a { background-color: rgb(137,100,108); }
div.DivClassName
{
background-color: #89646C;
}
.BgClassName
{
background-color: #89646C;
}
</style>
border-color css
<style>
span { border-color: #89646C; }
span { border-color: rgb(137,100,108); }
td.TdClassName
{
border-color: #89646C;
}
.TagClassName
{
border-color: #89646C;
}
</style>