Shades of Mauve Taupe #80656E
Tints of Mauve Taupe #80656E
RGB
CMYK
RGB Variations
Color information
#80656E (or 0x80656E) is known color: Mauve Taupe. HEX triplet: 80, 65 and 6E. RGB value is (128,101,110). Sum of RGB (Red+Green+Blue) = 128+101+110=339 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.76% from 339); Green value is 101 (39.84% from 255 or 29.79% from 339); Blue value is 110 (43.36% from 255 or 32.45% from 339); Max value from RGB is 128 - color contains mainly: red. Hex color #80656E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80656E is #7F9A91. Grayscale: #6E6E6E. Windows color (decimal): -8362642 or 7234944. OLE color: 7234944.
HSL color Cylindrical-coordinate representation of color #80656E: hue angle of 340º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #80656E is Cyan = 0, Magento = 0.21, Yellow = 0.14 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 101 | 110 | - |
| CMYK | 0 | 0.21 | 0.14 | 0.50 |
| HSL | 340º | 0.12% | 0.45% | - |
| HSV(B) | 340º | 0.21% | 0.5% | - |
| XYZ | 16.37 | 15.02 | 16.79 | - |
| YUV | 110.1 | 127.95 | 140.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 101 | 110 | 0 | 0.21 | 0.14 | 0.50 | 340 | 0.12 | 0.45 |
| Hex | 80 | 65 | 6E | 0 | 15 | E | 32 | 154 | C | 2D |
| Octal | 200 | 145 | 156 | 0 | 25 | 16 | 62 | 524 | 14 | 55 |
| Binary | 10000000 | 1100101 | 1101110 | 0 | 10101 | 1110 | 110010 | 101010100 | 1100 | 101101 |
Color Harmonies of #80656E
Complementary color
Monochromatic Colors of #80656E
Black with #80656E
Text Example
Text Example
White with #80656E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80656E; }
p { color: rgb(128,101,110); }
H1.HeaderClassName
{
color: #80656E;
}
.AnyTagClassName
{
color: #80656E;
}
</style>
background-color css
<style>
a { background-color: #80656E; }
a { background-color: rgb(128,101,110); }
div.DivClassName
{
background-color: #80656E;
}
.BgClassName
{
background-color: #80656E;
}
</style>
border-color css
<style>
span { border-color: #80656E; }
span { border-color: rgb(128,101,110); }
td.TdClassName
{
border-color: #80656E;
}
.TagClassName
{
border-color: #80656E;
}
</style>