Shades of Mauve Taupe #89606F
Tints of Mauve Taupe #89606F
RGB
CMYK
RGB Variations
Color information
#89606F (or 0x89606F) is known color: Mauve Taupe. HEX triplet: 89, 60 and 6F. RGB value is (137,96,111). Sum of RGB (Red+Green+Blue) = 137+96+111=344 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.83% from 344); Green value is 96 (37.89% from 255 or 27.91% from 344); Blue value is 111 (43.75% from 255 or 32.27% from 344); Max value from RGB is 137 - color contains mainly: red. Hex color #89606F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89606F is #769F90. Grayscale: #6D6D6D. Windows color (decimal): -7774097 or 7299209. OLE color: 7299209.
HSL color Cylindrical-coordinate representation of color #89606F: hue angle of 338.05º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #89606F is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 96 | 111 | - |
| CMYK | 0 | 0.30 | 0.19 | 0.46 |
| HSL | 338.05º | 0.18% | 0.46% | - |
| HSV(B) | 338.05º | 0.3% | 0.54% | - |
| XYZ | 17.37 | 14.83 | 16.99 | - |
| YUV | 109.97 | 128.58 | 147.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 96 | 111 | 0 | 0.30 | 0.19 | 0.46 | 338.05 | 0.18 | 0.46 |
| Hex | 89 | 60 | 6F | 0 | 1E | 13 | 2E | 152 | 12 | 2E |
| Octal | 211 | 140 | 157 | 0 | 36 | 23 | 56 | 522 | 22 | 56 |
| Binary | 10001001 | 1100000 | 1101111 | 0 | 11110 | 10011 | 101110 | 101010010 | 10010 | 101110 |
Color Harmonies of #89606F
Complementary color
Monochromatic Colors of #89606F
Black with #89606F
Text Example
Text Example
White with #89606F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89606F; }
p { color: rgb(137,96,111); }
H1.HeaderClassName
{
color: #89606F;
}
.AnyTagClassName
{
color: #89606F;
}
</style>
background-color css
<style>
a { background-color: #89606F; }
a { background-color: rgb(137,96,111); }
div.DivClassName
{
background-color: #89606F;
}
.BgClassName
{
background-color: #89606F;
}
</style>
border-color css
<style>
span { border-color: #89606F; }
span { border-color: rgb(137,96,111); }
td.TdClassName
{
border-color: #89606F;
}
.TagClassName
{
border-color: #89606F;
}
</style>