Shades of Mauve Taupe #80646F
Tints of Mauve Taupe #80646F
RGB
CMYK
RGB Variations
Color information
#80646F (or 0x80646F) is known color: Mauve Taupe. HEX triplet: 80, 64 and 6F. RGB value is (128,100,111). Sum of RGB (Red+Green+Blue) = 128+100+111=339 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.76% from 339); Green value is 100 (39.45% from 255 or 29.50% from 339); Blue value is 111 (43.75% from 255 or 32.74% from 339); Max value from RGB is 128 - color contains mainly: red. Hex color #80646F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80646F is #7F9B90. Grayscale: #6D6D6D. Windows color (decimal): -8362897 or 7300224. OLE color: 7300224.
HSL color Cylindrical-coordinate representation of color #80646F: hue angle of 336.43º 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 #80646F is Cyan = 0, Magento = 0.22, Yellow = 0.13 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 100 | 111 | - |
| CMYK | 0 | 0.22 | 0.13 | 0.50 |
| HSL | 336.43º | 0.12% | 0.45% | - |
| HSV(B) | 336.43º | 0.22% | 0.5% | - |
| XYZ | 16.33 | 14.85 | 17.04 | - |
| YUV | 109.63 | 128.78 | 141.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 100 | 111 | 0 | 0.22 | 0.13 | 0.50 | 336.43 | 0.12 | 0.45 |
| Hex | 80 | 64 | 6F | 0 | 16 | D | 32 | 150 | C | 2D |
| Octal | 200 | 144 | 157 | 0 | 26 | 15 | 62 | 520 | 14 | 55 |
| Binary | 10000000 | 1100100 | 1101111 | 0 | 10110 | 1101 | 110010 | 101010000 | 1100 | 101101 |
Color Harmonies of #80646F
Complementary color
Monochromatic Colors of #80646F
Black with #80646F
Text Example
Text Example
White with #80646F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80646F; }
p { color: rgb(128,100,111); }
H1.HeaderClassName
{
color: #80646F;
}
.AnyTagClassName
{
color: #80646F;
}
</style>
background-color css
<style>
a { background-color: #80646F; }
a { background-color: rgb(128,100,111); }
div.DivClassName
{
background-color: #80646F;
}
.BgClassName
{
background-color: #80646F;
}
</style>
border-color css
<style>
span { border-color: #80646F; }
span { border-color: rgb(128,100,111); }
td.TdClassName
{
border-color: #80646F;
}
.TagClassName
{
border-color: #80646F;
}
</style>