Shades of Mauve Taupe #80616A
Tints of Mauve Taupe #80616A
RGB
CMYK
RGB Variations
Color information
#80616A (or 0x80616A) is known color: Mauve Taupe. HEX triplet: 80, 61 and 6A. RGB value is (128,97,106). Sum of RGB (Red+Green+Blue) = 128+97+106=331 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.67% from 331); Green value is 97 (38.28% from 255 or 29.31% from 331); Blue value is 106 (41.80% from 255 or 32.02% from 331); Max value from RGB is 128 - color contains mainly: red. Hex color #80616A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80616A is #7F9E95. Grayscale: #6B6B6B. Windows color (decimal): -8363670 or 6971776. OLE color: 6971776.
HSL color Cylindrical-coordinate representation of color #80616A: hue angle of 342.58º 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 #80616A is Cyan = 0, Magento = 0.24, Yellow = 0.17 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 97 | 106 | - |
| CMYK | 0 | 0.24 | 0.17 | 0.50 |
| HSL | 342.58º | 0.14% | 0.44% | - |
| HSV(B) | 342.58º | 0.24% | 0.5% | - |
| XYZ | 15.78 | 14.18 | 15.54 | - |
| YUV | 107.3 | 127.27 | 142.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 97 | 106 | 0 | 0.24 | 0.17 | 0.50 | 342.58 | 0.14 | 0.44 |
| Hex | 80 | 61 | 6A | 0 | 18 | 11 | 32 | 157 | E | 2C |
| Octal | 200 | 141 | 152 | 0 | 30 | 21 | 62 | 527 | 16 | 54 |
| Binary | 10000000 | 1100001 | 1101010 | 0 | 11000 | 10001 | 110010 | 101010111 | 1110 | 101100 |
Color Harmonies of #80616A
Complementary color
Monochromatic Colors of #80616A
Black with #80616A
Text Example
Text Example
White with #80616A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80616A; }
p { color: rgb(128,97,106); }
H1.HeaderClassName
{
color: #80616A;
}
.AnyTagClassName
{
color: #80616A;
}
</style>
background-color css
<style>
a { background-color: #80616A; }
a { background-color: rgb(128,97,106); }
div.DivClassName
{
background-color: #80616A;
}
.BgClassName
{
background-color: #80616A;
}
</style>
border-color css
<style>
span { border-color: #80616A; }
span { border-color: rgb(128,97,106); }
td.TdClassName
{
border-color: #80616A;
}
.TagClassName
{
border-color: #80616A;
}
</style>