Shades of Mauve Taupe #846373
Tints of Mauve Taupe #846373
RGB
CMYK
RGB Variations
Color information
#846373 (or 0x846373) is known color: Mauve Taupe. HEX triplet: 84, 63 and 73. RGB value is (132,99,115). Sum of RGB (Red+Green+Blue) = 132+99+115=346 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.15% from 346); Green value is 99 (39.06% from 255 or 28.61% from 346); Blue value is 115 (45.31% from 255 or 33.24% from 346); Max value from RGB is 132 - color contains mainly: red. Hex color #846373 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846373 is #7B9C8C. Grayscale: #6E6E6E. Windows color (decimal): -8101005 or 7562116. OLE color: 7562116.
HSL color Cylindrical-coordinate representation of color #846373: hue angle of 330.91º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #846373 is Cyan = 0, Magento = 0.25, Yellow = 0.13 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 99 | 115 | - |
| CMYK | 0 | 0.25 | 0.13 | 0.48 |
| HSL | 330.91º | 0.14% | 0.45% | - |
| HSV(B) | 330.91º | 0.25% | 0.52% | - |
| XYZ | 17.07 | 15.07 | 18.23 | - |
| YUV | 110.69 | 130.43 | 143.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 99 | 115 | 0 | 0.25 | 0.13 | 0.48 | 330.91 | 0.14 | 0.45 |
| Hex | 84 | 63 | 73 | 0 | 19 | D | 30 | 14B | E | 2D |
| Octal | 204 | 143 | 163 | 0 | 31 | 15 | 60 | 513 | 16 | 55 |
| Binary | 10000100 | 1100011 | 1110011 | 0 | 11001 | 1101 | 110000 | 101001011 | 1110 | 101101 |
Color Harmonies of #846373
Complementary color
Monochromatic Colors of #846373
Black with #846373
Text Example
Text Example
White with #846373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846373; }
p { color: rgb(132,99,115); }
H1.HeaderClassName
{
color: #846373;
}
.AnyTagClassName
{
color: #846373;
}
</style>
background-color css
<style>
a { background-color: #846373; }
a { background-color: rgb(132,99,115); }
div.DivClassName
{
background-color: #846373;
}
.BgClassName
{
background-color: #846373;
}
</style>
border-color css
<style>
span { border-color: #846373; }
span { border-color: rgb(132,99,115); }
td.TdClassName
{
border-color: #846373;
}
.TagClassName
{
border-color: #846373;
}
</style>