Shades of Mauve Taupe #89686D
Tints of Mauve Taupe #89686D
RGB
CMYK
RGB Variations
Color information
#89686D (or 0x89686D) is known color: Mauve Taupe. HEX triplet: 89, 68 and 6D. RGB value is (137,104,109). Sum of RGB (Red+Green+Blue) = 137+104+109=350 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.14% from 350); Green value is 104 (41.02% from 255 or 29.71% from 350); Blue value is 109 (42.97% from 255 or 31.14% from 350); Max value from RGB is 137 - color contains mainly: red. Hex color #89686D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89686D is #769792. Grayscale: #727272. Windows color (decimal): -7772051 or 7170185. OLE color: 7170185.
HSL color Cylindrical-coordinate representation of color #89686D: hue angle of 350.91º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #89686D is Cyan = 0, Magento = 0.24, Yellow = 0.20 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 104 | 109 | - |
| CMYK | 0 | 0.24 | 0.20 | 0.46 |
| HSL | 350.91º | 0.14% | 0.47% | - |
| HSV(B) | 350.91º | 0.24% | 0.54% | - |
| XYZ | 18.03 | 16.32 | 16.67 | - |
| YUV | 114.44 | 124.93 | 144.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 104 | 109 | 0 | 0.24 | 0.20 | 0.46 | 350.91 | 0.14 | 0.47 |
| Hex | 89 | 68 | 6D | 0 | 18 | 14 | 2E | 15F | E | 2F |
| Octal | 211 | 150 | 155 | 0 | 30 | 24 | 56 | 537 | 16 | 57 |
| Binary | 10001001 | 1101000 | 1101101 | 0 | 11000 | 10100 | 101110 | 101011111 | 1110 | 101111 |
Color Harmonies of #89686D
Complementary color
Monochromatic Colors of #89686D
Black with #89686D
Text Example
Text Example
White with #89686D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89686D; }
p { color: rgb(137,104,109); }
H1.HeaderClassName
{
color: #89686D;
}
.AnyTagClassName
{
color: #89686D;
}
</style>
background-color css
<style>
a { background-color: #89686D; }
a { background-color: rgb(137,104,109); }
div.DivClassName
{
background-color: #89686D;
}
.BgClassName
{
background-color: #89686D;
}
</style>
border-color css
<style>
span { border-color: #89686D; }
span { border-color: rgb(137,104,109); }
td.TdClassName
{
border-color: #89686D;
}
.TagClassName
{
border-color: #89686D;
}
</style>