Shades of Mauve Taupe #89626F
Tints of Mauve Taupe #89626F
RGB
CMYK
RGB Variations
Color information
#89626F (or 0x89626F) is known color: Mauve Taupe. HEX triplet: 89, 62 and 6F. RGB value is (137,98,111). Sum of RGB (Red+Green+Blue) = 137+98+111=346 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.60% from 346); Green value is 98 (38.67% from 255 or 28.32% from 346); Blue value is 111 (43.75% from 255 or 32.08% from 346); Max value from RGB is 137 - color contains mainly: red. Hex color #89626F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89626F is #769D90. Grayscale: #6F6F6F. Windows color (decimal): -7773585 or 7299721. OLE color: 7299721.
HSL color Cylindrical-coordinate representation of color #89626F: hue angle of 340º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #89626F is Cyan = 0, Magento = 0.28, Yellow = 0.19 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 98 | 111 | - |
| CMYK | 0 | 0.28 | 0.19 | 0.46 |
| HSL | 340º | 0.17% | 0.46% | - |
| HSV(B) | 340º | 0.28% | 0.54% | - |
| XYZ | 17.55 | 15.2 | 17.05 | - |
| YUV | 111.14 | 127.92 | 146.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 98 | 111 | 0 | 0.28 | 0.19 | 0.46 | 340 | 0.17 | 0.46 |
| Hex | 89 | 62 | 6F | 0 | 1C | 13 | 2E | 154 | 11 | 2E |
| Octal | 211 | 142 | 157 | 0 | 34 | 23 | 56 | 524 | 21 | 56 |
| Binary | 10001001 | 1100010 | 1101111 | 0 | 11100 | 10011 | 101110 | 101010100 | 10001 | 101110 |
Color Harmonies of #89626F
Complementary color
Monochromatic Colors of #89626F
Black with #89626F
Text Example
Text Example
White with #89626F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89626F; }
p { color: rgb(137,98,111); }
H1.HeaderClassName
{
color: #89626F;
}
.AnyTagClassName
{
color: #89626F;
}
</style>
background-color css
<style>
a { background-color: #89626F; }
a { background-color: rgb(137,98,111); }
div.DivClassName
{
background-color: #89626F;
}
.BgClassName
{
background-color: #89626F;
}
</style>
border-color css
<style>
span { border-color: #89626F; }
span { border-color: rgb(137,98,111); }
td.TdClassName
{
border-color: #89626F;
}
.TagClassName
{
border-color: #89626F;
}
</style>