Shades of Mauve Taupe #89696F
Tints of Mauve Taupe #89696F
RGB
CMYK
RGB Variations
Color information
#89696F (or 0x89696F) is known color: Mauve Taupe. HEX triplet: 89, 69 and 6F. RGB value is (137,105,111). Sum of RGB (Red+Green+Blue) = 137+105+111=353 (46% of max value = 765). Red value is 137 (53.91% from 255 or 38.81% from 353); Green value is 105 (41.41% from 255 or 29.75% from 353); Blue value is 111 (43.75% from 255 or 31.44% from 353); Max value from RGB is 137 - color contains mainly: red. Hex color #89696F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89696F is #769690. Grayscale: #737373. Windows color (decimal): -7771793 or 7301513. OLE color: 7301513.
HSL color Cylindrical-coordinate representation of color #89696F: hue angle of 348.75º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #89696F is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 105 | 111 | - |
| CMYK | 0 | 0.23 | 0.19 | 0.46 |
| HSL | 348.75º | 0.13% | 0.47% | - |
| HSV(B) | 348.75º | 0.23% | 0.54% | - |
| XYZ | 18.24 | 16.57 | 17.28 | - |
| YUV | 115.25 | 125.6 | 143.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 105 | 111 | 0 | 0.23 | 0.19 | 0.46 | 348.75 | 0.13 | 0.47 |
| Hex | 89 | 69 | 6F | 0 | 17 | 13 | 2E | 15D | D | 2F |
| Octal | 211 | 151 | 157 | 0 | 27 | 23 | 56 | 535 | 15 | 57 |
| Binary | 10001001 | 1101001 | 1101111 | 0 | 10111 | 10011 | 101110 | 101011101 | 1101 | 101111 |
Color Harmonies of #89696F
Complementary color
Monochromatic Colors of #89696F
Black with #89696F
Text Example
Text Example
White with #89696F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89696F; }
p { color: rgb(137,105,111); }
H1.HeaderClassName
{
color: #89696F;
}
.AnyTagClassName
{
color: #89696F;
}
</style>
background-color css
<style>
a { background-color: #89696F; }
a { background-color: rgb(137,105,111); }
div.DivClassName
{
background-color: #89696F;
}
.BgClassName
{
background-color: #89696F;
}
</style>
border-color css
<style>
span { border-color: #89696F; }
span { border-color: rgb(137,105,111); }
td.TdClassName
{
border-color: #89696F;
}
.TagClassName
{
border-color: #89696F;
}
</style>