Shades of Mauve Taupe #896973
Tints of Mauve Taupe #896973
RGB
CMYK
RGB Variations
Color information
#896973 (or 0x896973) is known color: Mauve Taupe. HEX triplet: 89, 69 and 73. RGB value is (137,105,115). Sum of RGB (Red+Green+Blue) = 137+105+115=357 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.38% from 357); Green value is 105 (41.41% from 255 or 29.41% from 357); Blue value is 115 (45.31% from 255 or 32.21% from 357); Max value from RGB is 137 - color contains mainly: red. Hex color #896973 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896973 is #76968C. Grayscale: #737373. Windows color (decimal): -7771789 or 7563657. OLE color: 7563657.
HSL color Cylindrical-coordinate representation of color #896973: hue angle of 341.25º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #896973 is Cyan = 0, Magento = 0.23, Yellow = 0.16 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 105 | 115 | - |
| CMYK | 0 | 0.23 | 0.16 | 0.46 |
| HSL | 341.25º | 0.13% | 0.47% | - |
| HSV(B) | 341.25º | 0.23% | 0.54% | - |
| XYZ | 18.46 | 16.66 | 18.46 | - |
| YUV | 115.71 | 127.6 | 143.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 105 | 115 | 0 | 0.23 | 0.16 | 0.46 | 341.25 | 0.13 | 0.47 |
| Hex | 89 | 69 | 73 | 0 | 17 | 10 | 2E | 155 | D | 2F |
| Octal | 211 | 151 | 163 | 0 | 27 | 20 | 56 | 525 | 15 | 57 |
| Binary | 10001001 | 1101001 | 1110011 | 0 | 10111 | 10000 | 101110 | 101010101 | 1101 | 101111 |
Color Harmonies of #896973
Complementary color
Monochromatic Colors of #896973
Black with #896973
Text Example
Text Example
White with #896973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896973; }
p { color: rgb(137,105,115); }
H1.HeaderClassName
{
color: #896973;
}
.AnyTagClassName
{
color: #896973;
}
</style>
background-color css
<style>
a { background-color: #896973; }
a { background-color: rgb(137,105,115); }
div.DivClassName
{
background-color: #896973;
}
.BgClassName
{
background-color: #896973;
}
</style>
border-color css
<style>
span { border-color: #896973; }
span { border-color: rgb(137,105,115); }
td.TdClassName
{
border-color: #896973;
}
.TagClassName
{
border-color: #896973;
}
</style>