Shades of Mauve Taupe #806168
Tints of Mauve Taupe #806168
RGB
CMYK
RGB Variations
Color information
#806168 (or 0x806168) is known color: Mauve Taupe. HEX triplet: 80, 61 and 68. RGB value is (128,97,104). Sum of RGB (Red+Green+Blue) = 128+97+104=329 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.91% from 329); Green value is 97 (38.28% from 255 or 29.48% from 329); Blue value is 104 (41.02% from 255 or 31.61% from 329); Max value from RGB is 128 - color contains mainly: red. Hex color #806168 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806168 is #7F9E97. Grayscale: #6B6B6B. Windows color (decimal): -8363672 or 6840704. OLE color: 6840704.
HSL color Cylindrical-coordinate representation of color #806168: hue angle of 346.45º 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 #806168 is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 97 | 104 | - |
| CMYK | 0 | 0.24 | 0.19 | 0.50 |
| HSL | 346.45º | 0.14% | 0.44% | - |
| HSV(B) | 346.45º | 0.24% | 0.5% | - |
| XYZ | 15.68 | 14.14 | 15 | - |
| YUV | 107.07 | 126.27 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 97 | 104 | 0 | 0.24 | 0.19 | 0.50 | 346.45 | 0.14 | 0.44 |
| Hex | 80 | 61 | 68 | 0 | 18 | 13 | 32 | 15A | E | 2C |
| Octal | 200 | 141 | 150 | 0 | 30 | 23 | 62 | 532 | 16 | 54 |
| Binary | 10000000 | 1100001 | 1101000 | 0 | 11000 | 10011 | 110010 | 101011010 | 1110 | 101100 |
Color Harmonies of #806168
Complementary color
Monochromatic Colors of #806168
Black with #806168
Text Example
Text Example
White with #806168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806168; }
p { color: rgb(128,97,104); }
H1.HeaderClassName
{
color: #806168;
}
.AnyTagClassName
{
color: #806168;
}
</style>
background-color css
<style>
a { background-color: #806168; }
a { background-color: rgb(128,97,104); }
div.DivClassName
{
background-color: #806168;
}
.BgClassName
{
background-color: #806168;
}
</style>
border-color css
<style>
span { border-color: #806168; }
span { border-color: rgb(128,97,104); }
td.TdClassName
{
border-color: #806168;
}
.TagClassName
{
border-color: #806168;
}
</style>