Shades of Mauve Taupe #89636C
Tints of Mauve Taupe #89636C
RGB
CMYK
RGB Variations
Color information
#89636C (or 0x89636C) is known color: Mauve Taupe. HEX triplet: 89, 63 and 6C. RGB value is (137,99,108). Sum of RGB (Red+Green+Blue) = 137+99+108=344 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.83% from 344); Green value is 99 (39.06% from 255 or 28.78% from 344); Blue value is 108 (42.58% from 255 or 31.40% from 344); Max value from RGB is 137 - color contains mainly: red. Hex color #89636C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89636C is #769C93. Grayscale: #6F6F6F. Windows color (decimal): -7773332 or 7103369. OLE color: 7103369.
HSL color Cylindrical-coordinate representation of color #89636C: hue angle of 345.79º degrees, saturation: 0.16, 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 #89636C is Cyan = 0, Magento = 0.28, Yellow = 0.21 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 99 | 108 | - |
| CMYK | 0 | 0.28 | 0.21 | 0.46 |
| HSL | 345.79º | 0.16% | 0.46% | - |
| HSV(B) | 345.79º | 0.28% | 0.54% | - |
| XYZ | 17.49 | 15.32 | 16.22 | - |
| YUV | 111.39 | 126.09 | 146.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 99 | 108 | 0 | 0.28 | 0.21 | 0.46 | 345.79 | 0.16 | 0.46 |
| Hex | 89 | 63 | 6C | 0 | 1C | 15 | 2E | 15A | 10 | 2E |
| Octal | 211 | 143 | 154 | 0 | 34 | 25 | 56 | 532 | 20 | 56 |
| Binary | 10001001 | 1100011 | 1101100 | 0 | 11100 | 10101 | 101110 | 101011010 | 10000 | 101110 |
Color Harmonies of #89636C
Complementary color
Monochromatic Colors of #89636C
Black with #89636C
Text Example
Text Example
White with #89636C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89636C; }
p { color: rgb(137,99,108); }
H1.HeaderClassName
{
color: #89636C;
}
.AnyTagClassName
{
color: #89636C;
}
</style>
background-color css
<style>
a { background-color: #89636C; }
a { background-color: rgb(137,99,108); }
div.DivClassName
{
background-color: #89636C;
}
.BgClassName
{
background-color: #89636C;
}
</style>
border-color css
<style>
span { border-color: #89636C; }
span { border-color: rgb(137,99,108); }
td.TdClassName
{
border-color: #89636C;
}
.TagClassName
{
border-color: #89636C;
}
</style>