Shades of Mauve Taupe #89626D
Tints of Mauve Taupe #89626D
RGB
CMYK
RGB Variations
Color information
#89626D (or 0x89626D) is known color: Mauve Taupe. HEX triplet: 89, 62 and 6D. RGB value is (137,98,109). Sum of RGB (Red+Green+Blue) = 137+98+109=344 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.83% from 344); Green value is 98 (38.67% from 255 or 28.49% from 344); Blue value is 109 (42.97% from 255 or 31.69% from 344); Max value from RGB is 137 - color contains mainly: red. Hex color #89626D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89626D is #769D92. Grayscale: #6E6E6E. Windows color (decimal): -7773587 or 7168649. OLE color: 7168649.
HSL color Cylindrical-coordinate representation of color #89626D: hue angle of 343.08º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #89626D is Cyan = 0, Magento = 0.28, Yellow = 0.20 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 98 | 109 | - |
| CMYK | 0 | 0.28 | 0.20 | 0.46 |
| HSL | 343.08º | 0.17% | 0.46% | - |
| HSV(B) | 343.08º | 0.28% | 0.54% | - |
| XYZ | 17.44 | 15.16 | 16.47 | - |
| YUV | 110.92 | 126.92 | 146.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 98 | 109 | 0 | 0.28 | 0.20 | 0.46 | 343.08 | 0.17 | 0.46 |
| Hex | 89 | 62 | 6D | 0 | 1C | 14 | 2E | 157 | 11 | 2E |
| Octal | 211 | 142 | 155 | 0 | 34 | 24 | 56 | 527 | 21 | 56 |
| Binary | 10001001 | 1100010 | 1101101 | 0 | 11100 | 10100 | 101110 | 101010111 | 10001 | 101110 |
Color Harmonies of #89626D
Complementary color
Monochromatic Colors of #89626D
Black with #89626D
Text Example
Text Example
White with #89626D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89626D; }
p { color: rgb(137,98,109); }
H1.HeaderClassName
{
color: #89626D;
}
.AnyTagClassName
{
color: #89626D;
}
</style>
background-color css
<style>
a { background-color: #89626D; }
a { background-color: rgb(137,98,109); }
div.DivClassName
{
background-color: #89626D;
}
.BgClassName
{
background-color: #89626D;
}
</style>
border-color css
<style>
span { border-color: #89626D; }
span { border-color: rgb(137,98,109); }
td.TdClassName
{
border-color: #89626D;
}
.TagClassName
{
border-color: #89626D;
}
</style>