Shades of Mauve Taupe #896364
Tints of Mauve Taupe #896364
RGB
CMYK
RGB Variations
Color information
#896364 (or 0x896364) is known color: Mauve Taupe. HEX triplet: 89, 63 and 64. RGB value is (137,99,100). Sum of RGB (Red+Green+Blue) = 137+99+100=336 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.77% from 336); Green value is 99 (39.06% from 255 or 29.46% from 336); Blue value is 100 (39.45% from 255 or 29.76% from 336); Max value from RGB is 137 - color contains mainly: red. Hex color #896364 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896364 is #769C9B. Grayscale: #6E6E6E. Windows color (decimal): -7773340 or 6579081. OLE color: 6579081.
HSL color Cylindrical-coordinate representation of color #896364: hue angle of 358.42º 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 #896364 is Cyan = 0, Magento = 0.28, Yellow = 0.27 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 99 | 100 | - |
| CMYK | 0 | 0.28 | 0.27 | 0.46 |
| HSL | 358.42º | 0.16% | 0.46% | - |
| HSV(B) | 358.42º | 0.28% | 0.54% | - |
| XYZ | 17.08 | 15.16 | 14.08 | - |
| YUV | 110.48 | 122.09 | 146.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 99 | 100 | 0 | 0.28 | 0.27 | 0.46 | 358.42 | 0.16 | 0.46 |
| Hex | 89 | 63 | 64 | 0 | 1C | 1B | 2E | 166 | 10 | 2E |
| Octal | 211 | 143 | 144 | 0 | 34 | 33 | 56 | 546 | 20 | 56 |
| Binary | 10001001 | 1100011 | 1100100 | 0 | 11100 | 11011 | 101110 | 101100110 | 10000 | 101110 |
Color Harmonies of #896364
Complementary color
Monochromatic Colors of #896364
Black with #896364
Text Example
Text Example
White with #896364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896364; }
p { color: rgb(137,99,100); }
H1.HeaderClassName
{
color: #896364;
}
.AnyTagClassName
{
color: #896364;
}
</style>
background-color css
<style>
a { background-color: #896364; }
a { background-color: rgb(137,99,100); }
div.DivClassName
{
background-color: #896364;
}
.BgClassName
{
background-color: #896364;
}
</style>
border-color css
<style>
span { border-color: #896364; }
span { border-color: rgb(137,99,100); }
td.TdClassName
{
border-color: #896364;
}
.TagClassName
{
border-color: #896364;
}
</style>