Shades of Mauve Taupe #89686F
Tints of Mauve Taupe #89686F
RGB
CMYK
RGB Variations
Color information
#89686F (or 0x89686F) is known color: Mauve Taupe. HEX triplet: 89, 68 and 6F. RGB value is (137,104,111). Sum of RGB (Red+Green+Blue) = 137+104+111=352 (46% of max value = 765). Red value is 137 (53.91% from 255 or 38.92% from 352); Green value is 104 (41.02% from 255 or 29.55% from 352); Blue value is 111 (43.75% from 255 or 31.53% from 352); Max value from RGB is 137 - color contains mainly: red. Hex color #89686F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89686F is #769790. Grayscale: #727272. Windows color (decimal): -7772049 or 7301257. OLE color: 7301257.
HSL color Cylindrical-coordinate representation of color #89686F: hue angle of 347.27º 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 #89686F is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 104 | 111 | - |
| CMYK | 0 | 0.24 | 0.19 | 0.46 |
| HSL | 347.27º | 0.14% | 0.47% | - |
| HSV(B) | 347.27º | 0.24% | 0.54% | - |
| XYZ | 18.14 | 16.37 | 17.24 | - |
| YUV | 114.67 | 125.93 | 143.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 104 | 111 | 0 | 0.24 | 0.19 | 0.46 | 347.27 | 0.14 | 0.47 |
| Hex | 89 | 68 | 6F | 0 | 18 | 13 | 2E | 15B | E | 2F |
| Octal | 211 | 150 | 157 | 0 | 30 | 23 | 56 | 533 | 16 | 57 |
| Binary | 10001001 | 1101000 | 1101111 | 0 | 11000 | 10011 | 101110 | 101011011 | 1110 | 101111 |
Color Harmonies of #89686F
Complementary color
Monochromatic Colors of #89686F
Black with #89686F
Text Example
Text Example
White with #89686F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89686F; }
p { color: rgb(137,104,111); }
H1.HeaderClassName
{
color: #89686F;
}
.AnyTagClassName
{
color: #89686F;
}
</style>
background-color css
<style>
a { background-color: #89686F; }
a { background-color: rgb(137,104,111); }
div.DivClassName
{
background-color: #89686F;
}
.BgClassName
{
background-color: #89686F;
}
</style>
border-color css
<style>
span { border-color: #89686F; }
span { border-color: rgb(137,104,111); }
td.TdClassName
{
border-color: #89686F;
}
.TagClassName
{
border-color: #89686F;
}
</style>