Shades of Mauve Taupe #89646D
Tints of Mauve Taupe #89646D
RGB
CMYK
RGB Variations
Color information
#89646D (or 0x89646D) is known color: Mauve Taupe. HEX triplet: 89, 64 and 6D. RGB value is (137,100,109). Sum of RGB (Red+Green+Blue) = 137+100+109=346 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.60% from 346); Green value is 100 (39.45% from 255 or 28.90% from 346); Blue value is 109 (42.97% from 255 or 31.50% from 346); Max value from RGB is 137 - color contains mainly: red. Hex color #89646D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89646D is #769B92. Grayscale: #707070. Windows color (decimal): -7773075 or 7169161. OLE color: 7169161.
HSL color Cylindrical-coordinate representation of color #89646D: hue angle of 345.41º 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 #89646D is Cyan = 0, Magento = 0.27, Yellow = 0.20 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 100 | 109 | - |
| CMYK | 0 | 0.27 | 0.20 | 0.46 |
| HSL | 345.41º | 0.16% | 0.46% | - |
| HSV(B) | 345.41º | 0.27% | 0.54% | - |
| XYZ | 17.63 | 15.54 | 16.54 | - |
| YUV | 112.09 | 126.26 | 145.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 100 | 109 | 0 | 0.27 | 0.20 | 0.46 | 345.41 | 0.16 | 0.46 |
| Hex | 89 | 64 | 6D | 0 | 1B | 14 | 2E | 159 | 10 | 2E |
| Octal | 211 | 144 | 155 | 0 | 33 | 24 | 56 | 531 | 20 | 56 |
| Binary | 10001001 | 1100100 | 1101101 | 0 | 11011 | 10100 | 101110 | 101011001 | 10000 | 101110 |
Color Harmonies of #89646D
Complementary color
Monochromatic Colors of #89646D
Black with #89646D
Text Example
Text Example
White with #89646D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89646D; }
p { color: rgb(137,100,109); }
H1.HeaderClassName
{
color: #89646D;
}
.AnyTagClassName
{
color: #89646D;
}
</style>
background-color css
<style>
a { background-color: #89646D; }
a { background-color: rgb(137,100,109); }
div.DivClassName
{
background-color: #89646D;
}
.BgClassName
{
background-color: #89646D;
}
</style>
border-color css
<style>
span { border-color: #89646D; }
span { border-color: rgb(137,100,109); }
td.TdClassName
{
border-color: #89646D;
}
.TagClassName
{
border-color: #89646D;
}
</style>