Shades of Mauve Taupe #80616D
Tints of Mauve Taupe #80616D
RGB
CMYK
RGB Variations
Color information
#80616D (or 0x80616D) is known color: Mauve Taupe. HEX triplet: 80, 61 and 6D. RGB value is (128,97,109). Sum of RGB (Red+Green+Blue) = 128+97+109=334 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.32% from 334); Green value is 97 (38.28% from 255 or 29.04% from 334); Blue value is 109 (42.97% from 255 or 32.63% from 334); Max value from RGB is 128 - color contains mainly: red. Hex color #80616D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80616D is #7F9E92. Grayscale: #6B6B6B. Windows color (decimal): -8363667 or 7168384. OLE color: 7168384.
HSL color Cylindrical-coordinate representation of color #80616D: hue angle of 336.77º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #80616D is Cyan = 0, Magento = 0.24, Yellow = 0.15 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 97 | 109 | - |
| CMYK | 0 | 0.24 | 0.15 | 0.50 |
| HSL | 336.77º | 0.14% | 0.44% | - |
| HSV(B) | 336.77º | 0.24% | 0.5% | - |
| XYZ | 15.94 | 14.24 | 16.38 | - |
| YUV | 107.64 | 128.77 | 142.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 97 | 109 | 0 | 0.24 | 0.15 | 0.50 | 336.77 | 0.14 | 0.44 |
| Hex | 80 | 61 | 6D | 0 | 18 | F | 32 | 151 | E | 2C |
| Octal | 200 | 141 | 155 | 0 | 30 | 17 | 62 | 521 | 16 | 54 |
| Binary | 10000000 | 1100001 | 1101101 | 0 | 11000 | 1111 | 110010 | 101010001 | 1110 | 101100 |
Color Harmonies of #80616D
Complementary color
Monochromatic Colors of #80616D
Black with #80616D
Text Example
Text Example
White with #80616D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80616D; }
p { color: rgb(128,97,109); }
H1.HeaderClassName
{
color: #80616D;
}
.AnyTagClassName
{
color: #80616D;
}
</style>
background-color css
<style>
a { background-color: #80616D; }
a { background-color: rgb(128,97,109); }
div.DivClassName
{
background-color: #80616D;
}
.BgClassName
{
background-color: #80616D;
}
</style>
border-color css
<style>
span { border-color: #80616D; }
span { border-color: rgb(128,97,109); }
td.TdClassName
{
border-color: #80616D;
}
.TagClassName
{
border-color: #80616D;
}
</style>