Shades of Mauve Taupe #846266
Tints of Mauve Taupe #846266
RGB
CMYK
RGB Variations
Color information
#846266 (or 0x846266) is known color: Mauve Taupe. HEX triplet: 84, 62 and 66. RGB value is (132,98,102). Sum of RGB (Red+Green+Blue) = 132+98+102=332 (43% of max value = 765). Red value is 132 (51.95% from 255 or 39.76% from 332); Green value is 98 (38.67% from 255 or 29.52% from 332); Blue value is 102 (40.23% from 255 or 30.72% from 332); Max value from RGB is 132 - color contains mainly: red. Hex color #846266 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846266 is #7B9D99. Grayscale: #6C6C6C. Windows color (decimal): -8101274 or 6709892. OLE color: 6709892.
HSL color Cylindrical-coordinate representation of color #846266: hue angle of 352.94º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #846266 is Cyan = 0, Magento = 0.26, Yellow = 0.23 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 98 | 102 | - |
| CMYK | 0 | 0.26 | 0.23 | 0.48 |
| HSL | 352.94º | 0.15% | 0.45% | - |
| HSV(B) | 352.94º | 0.26% | 0.52% | - |
| XYZ | 16.28 | 14.6 | 14.53 | - |
| YUV | 108.62 | 124.26 | 144.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 98 | 102 | 0 | 0.26 | 0.23 | 0.48 | 352.94 | 0.15 | 0.45 |
| Hex | 84 | 62 | 66 | 0 | 1A | 17 | 30 | 161 | F | 2D |
| Octal | 204 | 142 | 146 | 0 | 32 | 27 | 60 | 541 | 17 | 55 |
| Binary | 10000100 | 1100010 | 1100110 | 0 | 11010 | 10111 | 110000 | 101100001 | 1111 | 101101 |
Color Harmonies of #846266
Complementary color
Monochromatic Colors of #846266
Black with #846266
Text Example
Text Example
White with #846266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846266; }
p { color: rgb(132,98,102); }
H1.HeaderClassName
{
color: #846266;
}
.AnyTagClassName
{
color: #846266;
}
</style>
background-color css
<style>
a { background-color: #846266; }
a { background-color: rgb(132,98,102); }
div.DivClassName
{
background-color: #846266;
}
.BgClassName
{
background-color: #846266;
}
</style>
border-color css
<style>
span { border-color: #846266; }
span { border-color: rgb(132,98,102); }
td.TdClassName
{
border-color: #846266;
}
.TagClassName
{
border-color: #846266;
}
</style>