Shades of Mauve Taupe #89626C
Tints of Mauve Taupe #89626C
RGB
CMYK
RGB Variations
Color information
#89626C (or 0x89626C) is known color: Mauve Taupe. HEX triplet: 89, 62 and 6C. RGB value is (137,98,108). Sum of RGB (Red+Green+Blue) = 137+98+108=343 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.94% from 343); Green value is 98 (38.67% from 255 or 28.57% from 343); Blue value is 108 (42.58% from 255 or 31.49% from 343); Max value from RGB is 137 - color contains mainly: red. Hex color #89626C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89626C is #769D93. Grayscale: #6E6E6E. Windows color (decimal): -7773588 or 7103113. OLE color: 7103113.
HSL color Cylindrical-coordinate representation of color #89626C: hue angle of 344.62º 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 #89626C is Cyan = 0, Magento = 0.28, Yellow = 0.21 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 98 | 108 | - |
| CMYK | 0 | 0.28 | 0.21 | 0.46 |
| HSL | 344.62º | 0.17% | 0.46% | - |
| HSV(B) | 344.62º | 0.28% | 0.54% | - |
| XYZ | 17.39 | 15.14 | 16.19 | - |
| YUV | 110.8 | 126.42 | 146.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 98 | 108 | 0 | 0.28 | 0.21 | 0.46 | 344.62 | 0.17 | 0.46 |
| Hex | 89 | 62 | 6C | 0 | 1C | 15 | 2E | 159 | 11 | 2E |
| Octal | 211 | 142 | 154 | 0 | 34 | 25 | 56 | 531 | 21 | 56 |
| Binary | 10001001 | 1100010 | 1101100 | 0 | 11100 | 10101 | 101110 | 101011001 | 10001 | 101110 |
Color Harmonies of #89626C
Complementary color
Monochromatic Colors of #89626C
Black with #89626C
Text Example
Text Example
White with #89626C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89626C; }
p { color: rgb(137,98,108); }
H1.HeaderClassName
{
color: #89626C;
}
.AnyTagClassName
{
color: #89626C;
}
</style>
background-color css
<style>
a { background-color: #89626C; }
a { background-color: rgb(137,98,108); }
div.DivClassName
{
background-color: #89626C;
}
.BgClassName
{
background-color: #89626C;
}
</style>
border-color css
<style>
span { border-color: #89626C; }
span { border-color: rgb(137,98,108); }
td.TdClassName
{
border-color: #89626C;
}
.TagClassName
{
border-color: #89626C;
}
</style>