Shades of Mauve Taupe #89666F
Tints of Mauve Taupe #89666F
RGB
CMYK
RGB Variations
Color information
#89666F (or 0x89666F) is known color: Mauve Taupe. HEX triplet: 89, 66 and 6F. RGB value is (137,102,111). Sum of RGB (Red+Green+Blue) = 137+102+111=350 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.14% from 350); Green value is 102 (40.23% from 255 or 29.14% from 350); Blue value is 111 (43.75% from 255 or 31.71% from 350); Max value from RGB is 137 - color contains mainly: red. Hex color #89666F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89666F is #769990. Grayscale: #717171. Windows color (decimal): -7772561 or 7300745. OLE color: 7300745.
HSL color Cylindrical-coordinate representation of color #89666F: hue angle of 344.57º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #89666F is Cyan = 0, Magento = 0.26, Yellow = 0.19 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 102 | 111 | - |
| CMYK | 0 | 0.26 | 0.19 | 0.46 |
| HSL | 344.57º | 0.15% | 0.47% | - |
| HSV(B) | 344.57º | 0.26% | 0.54% | - |
| XYZ | 17.94 | 15.97 | 17.18 | - |
| YUV | 113.49 | 126.6 | 144.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 102 | 111 | 0 | 0.26 | 0.19 | 0.46 | 344.57 | 0.15 | 0.47 |
| Hex | 89 | 66 | 6F | 0 | 1A | 13 | 2E | 159 | F | 2F |
| Octal | 211 | 146 | 157 | 0 | 32 | 23 | 56 | 531 | 17 | 57 |
| Binary | 10001001 | 1100110 | 1101111 | 0 | 11010 | 10011 | 101110 | 101011001 | 1111 | 101111 |
Color Harmonies of #89666F
Complementary color
Monochromatic Colors of #89666F
Black with #89666F
Text Example
Text Example
White with #89666F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89666F; }
p { color: rgb(137,102,111); }
H1.HeaderClassName
{
color: #89666F;
}
.AnyTagClassName
{
color: #89666F;
}
</style>
background-color css
<style>
a { background-color: #89666F; }
a { background-color: rgb(137,102,111); }
div.DivClassName
{
background-color: #89666F;
}
.BgClassName
{
background-color: #89666F;
}
</style>
border-color css
<style>
span { border-color: #89666F; }
span { border-color: rgb(137,102,111); }
td.TdClassName
{
border-color: #89666F;
}
.TagClassName
{
border-color: #89666F;
}
</style>