Shades of Mauve Taupe #84626F
Tints of Mauve Taupe #84626F
RGB
CMYK
RGB Variations
Color information
#84626F (or 0x84626F) is known color: Mauve Taupe. HEX triplet: 84, 62 and 6F. RGB value is (132,98,111). Sum of RGB (Red+Green+Blue) = 132+98+111=341 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.71% from 341); Green value is 98 (38.67% from 255 or 28.74% from 341); Blue value is 111 (43.75% from 255 or 32.55% from 341); Max value from RGB is 132 - color contains mainly: red. Hex color #84626F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84626F is #7B9D90. Grayscale: #6D6D6D. Windows color (decimal): -8101265 or 7299716. OLE color: 7299716.
HSL color Cylindrical-coordinate representation of color #84626F: hue angle of 337.06º 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 #84626F is Cyan = 0, Magento = 0.26, Yellow = 0.16 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 98 | 111 | - |
| CMYK | 0 | 0.26 | 0.16 | 0.48 |
| HSL | 337.06º | 0.15% | 0.45% | - |
| HSV(B) | 337.06º | 0.26% | 0.52% | - |
| XYZ | 16.75 | 14.79 | 17.01 | - |
| YUV | 109.65 | 128.76 | 143.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 98 | 111 | 0 | 0.26 | 0.16 | 0.48 | 337.06 | 0.15 | 0.45 |
| Hex | 84 | 62 | 6F | 0 | 1A | 10 | 30 | 151 | F | 2D |
| Octal | 204 | 142 | 157 | 0 | 32 | 20 | 60 | 521 | 17 | 55 |
| Binary | 10000100 | 1100010 | 1101111 | 0 | 11010 | 10000 | 110000 | 101010001 | 1111 | 101101 |
Color Harmonies of #84626F
Complementary color
Monochromatic Colors of #84626F
Black with #84626F
Text Example
Text Example
White with #84626F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84626F; }
p { color: rgb(132,98,111); }
H1.HeaderClassName
{
color: #84626F;
}
.AnyTagClassName
{
color: #84626F;
}
</style>
background-color css
<style>
a { background-color: #84626F; }
a { background-color: rgb(132,98,111); }
div.DivClassName
{
background-color: #84626F;
}
.BgClassName
{
background-color: #84626F;
}
</style>
border-color css
<style>
span { border-color: #84626F; }
span { border-color: rgb(132,98,111); }
td.TdClassName
{
border-color: #84626F;
}
.TagClassName
{
border-color: #84626F;
}
</style>