Shades of Mauve Taupe #89676D
Tints of Mauve Taupe #89676D
RGB
CMYK
RGB Variations
Color information
#89676D (or 0x89676D) is known color: Mauve Taupe. HEX triplet: 89, 67 and 6D. RGB value is (137,103,109). Sum of RGB (Red+Green+Blue) = 137+103+109=349 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.26% from 349); Green value is 103 (40.62% from 255 or 29.51% from 349); Blue value is 109 (42.97% from 255 or 31.23% from 349); Max value from RGB is 137 - color contains mainly: red. Hex color #89676D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89676D is #769892. Grayscale: #717171. Windows color (decimal): -7772307 or 7169929. OLE color: 7169929.
HSL color Cylindrical-coordinate representation of color #89676D: hue angle of 349.41º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #89676D is Cyan = 0, Magento = 0.25, Yellow = 0.20 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 103 | 109 | - |
| CMYK | 0 | 0.25 | 0.20 | 0.46 |
| HSL | 349.41º | 0.14% | 0.47% | - |
| HSV(B) | 349.41º | 0.25% | 0.54% | - |
| XYZ | 17.93 | 16.12 | 16.64 | - |
| YUV | 113.85 | 125.26 | 144.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 103 | 109 | 0 | 0.25 | 0.20 | 0.46 | 349.41 | 0.14 | 0.47 |
| Hex | 89 | 67 | 6D | 0 | 19 | 14 | 2E | 15D | E | 2F |
| Octal | 211 | 147 | 155 | 0 | 31 | 24 | 56 | 535 | 16 | 57 |
| Binary | 10001001 | 1100111 | 1101101 | 0 | 11001 | 10100 | 101110 | 101011101 | 1110 | 101111 |
Color Harmonies of #89676D
Complementary color
Monochromatic Colors of #89676D
Black with #89676D
Text Example
Text Example
White with #89676D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89676D; }
p { color: rgb(137,103,109); }
H1.HeaderClassName
{
color: #89676D;
}
.AnyTagClassName
{
color: #89676D;
}
</style>
background-color css
<style>
a { background-color: #89676D; }
a { background-color: rgb(137,103,109); }
div.DivClassName
{
background-color: #89676D;
}
.BgClassName
{
background-color: #89676D;
}
</style>
border-color css
<style>
span { border-color: #89676D; }
span { border-color: rgb(137,103,109); }
td.TdClassName
{
border-color: #89676D;
}
.TagClassName
{
border-color: #89676D;
}
</style>