Shades of Mauve Taupe #80616C
Tints of Mauve Taupe #80616C
RGB
CMYK
RGB Variations
Color information
#80616C (or 0x80616C) is known color: Mauve Taupe. HEX triplet: 80, 61 and 6C. RGB value is (128,97,108). Sum of RGB (Red+Green+Blue) = 128+97+108=333 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.44% from 333); Green value is 97 (38.28% from 255 or 29.13% from 333); Blue value is 108 (42.58% from 255 or 32.43% from 333); Max value from RGB is 128 - color contains mainly: red. Hex color #80616C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80616C is #7F9E93. Grayscale: #6B6B6B. Windows color (decimal): -8363668 or 7102848. OLE color: 7102848.
HSL color Cylindrical-coordinate representation of color #80616C: hue angle of 338.71º 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 #80616C is Cyan = 0, Magento = 0.24, Yellow = 0.16 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 97 | 108 | - |
| CMYK | 0 | 0.24 | 0.16 | 0.50 |
| HSL | 338.71º | 0.14% | 0.44% | - |
| HSV(B) | 338.71º | 0.24% | 0.5% | - |
| XYZ | 15.88 | 14.22 | 16.1 | - |
| YUV | 107.52 | 128.27 | 142.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 97 | 108 | 0 | 0.24 | 0.16 | 0.50 | 338.71 | 0.14 | 0.44 |
| Hex | 80 | 61 | 6C | 0 | 18 | 10 | 32 | 153 | E | 2C |
| Octal | 200 | 141 | 154 | 0 | 30 | 20 | 62 | 523 | 16 | 54 |
| Binary | 10000000 | 1100001 | 1101100 | 0 | 11000 | 10000 | 110010 | 101010011 | 1110 | 101100 |
Color Harmonies of #80616C
Complementary color
Monochromatic Colors of #80616C
Black with #80616C
Text Example
Text Example
White with #80616C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80616C; }
p { color: rgb(128,97,108); }
H1.HeaderClassName
{
color: #80616C;
}
.AnyTagClassName
{
color: #80616C;
}
</style>
background-color css
<style>
a { background-color: #80616C; }
a { background-color: rgb(128,97,108); }
div.DivClassName
{
background-color: #80616C;
}
.BgClassName
{
background-color: #80616C;
}
</style>
border-color css
<style>
span { border-color: #80616C; }
span { border-color: rgb(128,97,108); }
td.TdClassName
{
border-color: #80616C;
}
.TagClassName
{
border-color: #80616C;
}
</style>