Shades of Mauve Taupe #806166
Tints of Mauve Taupe #806166
RGB
CMYK
RGB Variations
Color information
#806166 (or 0x806166) is known color: Mauve Taupe. HEX triplet: 80, 61 and 66. RGB value is (128,97,102). Sum of RGB (Red+Green+Blue) = 128+97+102=327 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.14% from 327); Green value is 97 (38.28% from 255 or 29.66% from 327); Blue value is 102 (40.23% from 255 or 31.19% from 327); Max value from RGB is 128 - color contains mainly: red. Hex color #806166 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806166 is #7F9E99. Grayscale: #6A6A6A. Windows color (decimal): -8363674 or 6709632. OLE color: 6709632.
HSL color Cylindrical-coordinate representation of color #806166: hue angle of 350.32º 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 #806166 is Cyan = 0, Magento = 0.24, Yellow = 0.20 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 97 | 102 | - |
| CMYK | 0 | 0.24 | 0.20 | 0.50 |
| HSL | 350.32º | 0.14% | 0.44% | - |
| HSV(B) | 350.32º | 0.24% | 0.5% | - |
| XYZ | 15.58 | 14.1 | 14.47 | - |
| YUV | 106.84 | 125.27 | 143.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 97 | 102 | 0 | 0.24 | 0.20 | 0.50 | 350.32 | 0.14 | 0.44 |
| Hex | 80 | 61 | 66 | 0 | 18 | 14 | 32 | 15E | E | 2C |
| Octal | 200 | 141 | 146 | 0 | 30 | 24 | 62 | 536 | 16 | 54 |
| Binary | 10000000 | 1100001 | 1100110 | 0 | 11000 | 10100 | 110010 | 101011110 | 1110 | 101100 |
Color Harmonies of #806166
Complementary color
Monochromatic Colors of #806166
Black with #806166
Text Example
Text Example
White with #806166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806166; }
p { color: rgb(128,97,102); }
H1.HeaderClassName
{
color: #806166;
}
.AnyTagClassName
{
color: #806166;
}
</style>
background-color css
<style>
a { background-color: #806166; }
a { background-color: rgb(128,97,102); }
div.DivClassName
{
background-color: #806166;
}
.BgClassName
{
background-color: #806166;
}
</style>
border-color css
<style>
span { border-color: #806166; }
span { border-color: rgb(128,97,102); }
td.TdClassName
{
border-color: #806166;
}
.TagClassName
{
border-color: #806166;
}
</style>