Shades of Mauve Taupe #89646A
Tints of Mauve Taupe #89646A
RGB
CMYK
RGB Variations
Color information
#89646A (or 0x89646A) is known color: Mauve Taupe. HEX triplet: 89, 64 and 6A. RGB value is (137,100,106). Sum of RGB (Red+Green+Blue) = 137+100+106=343 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.94% from 343); Green value is 100 (39.45% from 255 or 29.15% from 343); Blue value is 106 (41.80% from 255 or 30.90% from 343); Max value from RGB is 137 - color contains mainly: red. Hex color #89646A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89646A is #769B95. Grayscale: #6F6F6F. Windows color (decimal): -7773078 or 6972553. OLE color: 6972553.
HSL color Cylindrical-coordinate representation of color #89646A: hue angle of 350.27º 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 #89646A is Cyan = 0, Magento = 0.27, Yellow = 0.23 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 100 | 106 | - |
| CMYK | 0 | 0.27 | 0.23 | 0.46 |
| HSL | 350.27º | 0.16% | 0.46% | - |
| HSV(B) | 350.27º | 0.27% | 0.54% | - |
| XYZ | 17.48 | 15.47 | 15.7 | - |
| YUV | 111.75 | 124.76 | 146.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 100 | 106 | 0 | 0.27 | 0.23 | 0.46 | 350.27 | 0.16 | 0.46 |
| Hex | 89 | 64 | 6A | 0 | 1B | 17 | 2E | 15E | 10 | 2E |
| Octal | 211 | 144 | 152 | 0 | 33 | 27 | 56 | 536 | 20 | 56 |
| Binary | 10001001 | 1100100 | 1101010 | 0 | 11011 | 10111 | 101110 | 101011110 | 10000 | 101110 |
Color Harmonies of #89646A
Complementary color
Monochromatic Colors of #89646A
Black with #89646A
Text Example
Text Example
White with #89646A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89646A; }
p { color: rgb(137,100,106); }
H1.HeaderClassName
{
color: #89646A;
}
.AnyTagClassName
{
color: #89646A;
}
</style>
background-color css
<style>
a { background-color: #89646A; }
a { background-color: rgb(137,100,106); }
div.DivClassName
{
background-color: #89646A;
}
.BgClassName
{
background-color: #89646A;
}
</style>
border-color css
<style>
span { border-color: #89646A; }
span { border-color: rgb(137,100,106); }
td.TdClassName
{
border-color: #89646A;
}
.TagClassName
{
border-color: #89646A;
}
</style>