Shades of Mauve Taupe #846066
Tints of Mauve Taupe #846066
RGB
CMYK
RGB Variations
Color information
#846066 (or 0x846066) is known color: Mauve Taupe. HEX triplet: 84, 60 and 66. RGB value is (132,96,102). Sum of RGB (Red+Green+Blue) = 132+96+102=330 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40% from 330); Green value is 96 (37.89% from 255 or 29.09% from 330); Blue value is 102 (40.23% from 255 or 30.91% from 330); Max value from RGB is 132 - color contains mainly: red. Hex color #846066 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846066 is #7B9F99. Grayscale: #6B6B6B. Windows color (decimal): -8101786 or 6709380. OLE color: 6709380.
HSL color Cylindrical-coordinate representation of color #846066: hue angle of 350º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #846066 is Cyan = 0, Magento = 0.27, Yellow = 0.23 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 96 | 102 | - |
| CMYK | 0 | 0.27 | 0.23 | 0.48 |
| HSL | 350º | 0.16% | 0.45% | - |
| HSV(B) | 350º | 0.27% | 0.52% | - |
| XYZ | 16.1 | 14.23 | 14.47 | - |
| YUV | 107.45 | 124.93 | 145.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 96 | 102 | 0 | 0.27 | 0.23 | 0.48 | 350 | 0.16 | 0.45 |
| Hex | 84 | 60 | 66 | 0 | 1B | 17 | 30 | 15E | 10 | 2D |
| Octal | 204 | 140 | 146 | 0 | 33 | 27 | 60 | 536 | 20 | 55 |
| Binary | 10000100 | 1100000 | 1100110 | 0 | 11011 | 10111 | 110000 | 101011110 | 10000 | 101101 |
Color Harmonies of #846066
Complementary color
Monochromatic Colors of #846066
Black with #846066
Text Example
Text Example
White with #846066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846066; }
p { color: rgb(132,96,102); }
H1.HeaderClassName
{
color: #846066;
}
.AnyTagClassName
{
color: #846066;
}
</style>
background-color css
<style>
a { background-color: #846066; }
a { background-color: rgb(132,96,102); }
div.DivClassName
{
background-color: #846066;
}
.BgClassName
{
background-color: #846066;
}
</style>
border-color css
<style>
span { border-color: #846066; }
span { border-color: rgb(132,96,102); }
td.TdClassName
{
border-color: #846066;
}
.TagClassName
{
border-color: #846066;
}
</style>