Shades of Mauve Taupe #80646E
Tints of Mauve Taupe #80646E
RGB
CMYK
RGB Variations
Color information
#80646E (or 0x80646E) is known color: Mauve Taupe. HEX triplet: 80, 64 and 6E. RGB value is (128,100,110). Sum of RGB (Red+Green+Blue) = 128+100+110=338 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.87% from 338); Green value is 100 (39.45% from 255 or 29.59% from 338); Blue value is 110 (43.36% from 255 or 32.54% from 338); Max value from RGB is 128 - color contains mainly: red. Hex color #80646E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80646E is #7F9B91. Grayscale: #6D6D6D. Windows color (decimal): -8362898 or 7234688. OLE color: 7234688.
HSL color Cylindrical-coordinate representation of color #80646E: hue angle of 338.57º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #80646E is Cyan = 0, Magento = 0.22, Yellow = 0.14 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 100 | 110 | - |
| CMYK | 0 | 0.22 | 0.14 | 0.50 |
| HSL | 338.57º | 0.12% | 0.45% | - |
| HSV(B) | 338.57º | 0.22% | 0.5% | - |
| XYZ | 16.27 | 14.83 | 16.76 | - |
| YUV | 109.51 | 128.28 | 141.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 100 | 110 | 0 | 0.22 | 0.14 | 0.50 | 338.57 | 0.12 | 0.45 |
| Hex | 80 | 64 | 6E | 0 | 16 | E | 32 | 153 | C | 2D |
| Octal | 200 | 144 | 156 | 0 | 26 | 16 | 62 | 523 | 14 | 55 |
| Binary | 10000000 | 1100100 | 1101110 | 0 | 10110 | 1110 | 110010 | 101010011 | 1100 | 101101 |
Color Harmonies of #80646E
Complementary color
Monochromatic Colors of #80646E
Black with #80646E
Text Example
Text Example
White with #80646E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80646E; }
p { color: rgb(128,100,110); }
H1.HeaderClassName
{
color: #80646E;
}
.AnyTagClassName
{
color: #80646E;
}
</style>
background-color css
<style>
a { background-color: #80646E; }
a { background-color: rgb(128,100,110); }
div.DivClassName
{
background-color: #80646E;
}
.BgClassName
{
background-color: #80646E;
}
</style>
border-color css
<style>
span { border-color: #80646E; }
span { border-color: rgb(128,100,110); }
td.TdClassName
{
border-color: #80646E;
}
.TagClassName
{
border-color: #80646E;
}
</style>