Shades of Mauve Taupe #89626B
Tints of Mauve Taupe #89626B
RGB
CMYK
RGB Variations
Color information
#89626B (or 0x89626B) is known color: Mauve Taupe. HEX triplet: 89, 62 and 6B. RGB value is (137,98,107). Sum of RGB (Red+Green+Blue) = 137+98+107=342 (45% of max value = 765). Red value is 137 (53.91% from 255 or 40.06% from 342); Green value is 98 (38.67% from 255 or 28.65% from 342); Blue value is 107 (42.19% from 255 or 31.29% from 342); Max value from RGB is 137 - color contains mainly: red. Hex color #89626B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89626B is #769D94. Grayscale: #6E6E6E. Windows color (decimal): -7773589 or 7037577. OLE color: 7037577.
HSL color Cylindrical-coordinate representation of color #89626B: hue angle of 346.15º 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 #89626B is Cyan = 0, Magento = 0.28, Yellow = 0.22 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 98 | 107 | - |
| CMYK | 0 | 0.28 | 0.22 | 0.46 |
| HSL | 346.15º | 0.17% | 0.46% | - |
| HSV(B) | 346.15º | 0.28% | 0.54% | - |
| XYZ | 17.34 | 15.12 | 15.91 | - |
| YUV | 110.69 | 125.92 | 146.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 98 | 107 | 0 | 0.28 | 0.22 | 0.46 | 346.15 | 0.17 | 0.46 |
| Hex | 89 | 62 | 6B | 0 | 1C | 16 | 2E | 15A | 11 | 2E |
| Octal | 211 | 142 | 153 | 0 | 34 | 26 | 56 | 532 | 21 | 56 |
| Binary | 10001001 | 1100010 | 1101011 | 0 | 11100 | 10110 | 101110 | 101011010 | 10001 | 101110 |
Color Harmonies of #89626B
Complementary color
Monochromatic Colors of #89626B
Black with #89626B
Text Example
Text Example
White with #89626B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89626B; }
p { color: rgb(137,98,107); }
H1.HeaderClassName
{
color: #89626B;
}
.AnyTagClassName
{
color: #89626B;
}
</style>
background-color css
<style>
a { background-color: #89626B; }
a { background-color: rgb(137,98,107); }
div.DivClassName
{
background-color: #89626B;
}
.BgClassName
{
background-color: #89626B;
}
</style>
border-color css
<style>
span { border-color: #89626B; }
span { border-color: rgb(137,98,107); }
td.TdClassName
{
border-color: #89626B;
}
.TagClassName
{
border-color: #89626B;
}
</style>