Shades of Mauve Taupe #896172
Tints of Mauve Taupe #896172
RGB
CMYK
RGB Variations
Color information
#896172 (or 0x896172) is known color: Mauve Taupe. HEX triplet: 89, 61 and 72. RGB value is (137,97,114). Sum of RGB (Red+Green+Blue) = 137+97+114=348 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.37% from 348); Green value is 97 (38.28% from 255 or 27.87% from 348); Blue value is 114 (44.92% from 255 or 32.76% from 348); Max value from RGB is 137 - color contains mainly: red. Hex color #896172 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896172 is #769E8D. Grayscale: #6E6E6E. Windows color (decimal): -7773838 or 7496073. OLE color: 7496073.
HSL color Cylindrical-coordinate representation of color #896172: hue angle of 334.5º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #896172 is Cyan = 0, Magento = 0.29, Yellow = 0.17 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 97 | 114 | - |
| CMYK | 0 | 0.29 | 0.17 | 0.46 |
| HSL | 334.5º | 0.17% | 0.46% | - |
| HSV(B) | 334.5º | 0.29% | 0.54% | - |
| XYZ | 17.63 | 15.08 | 17.9 | - |
| YUV | 110.9 | 129.75 | 146.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 97 | 114 | 0 | 0.29 | 0.17 | 0.46 | 334.5 | 0.17 | 0.46 |
| Hex | 89 | 61 | 72 | 0 | 1D | 11 | 2E | 14E | 11 | 2E |
| Octal | 211 | 141 | 162 | 0 | 35 | 21 | 56 | 516 | 21 | 56 |
| Binary | 10001001 | 1100001 | 1110010 | 0 | 11101 | 10001 | 101110 | 101001110 | 10001 | 101110 |
Color Harmonies of #896172
Complementary color
Monochromatic Colors of #896172
Black with #896172
Text Example
Text Example
White with #896172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896172; }
p { color: rgb(137,97,114); }
H1.HeaderClassName
{
color: #896172;
}
.AnyTagClassName
{
color: #896172;
}
</style>
background-color css
<style>
a { background-color: #896172; }
a { background-color: rgb(137,97,114); }
div.DivClassName
{
background-color: #896172;
}
.BgClassName
{
background-color: #896172;
}
</style>
border-color css
<style>
span { border-color: #896172; }
span { border-color: rgb(137,97,114); }
td.TdClassName
{
border-color: #896172;
}
.TagClassName
{
border-color: #896172;
}
</style>