Shades of Mauve Taupe #84676F
Tints of Mauve Taupe #84676F
RGB
CMYK
RGB Variations
Color information
#84676F (or 0x84676F) is known color: Mauve Taupe. HEX triplet: 84, 67 and 6F. RGB value is (132,103,111). Sum of RGB (Red+Green+Blue) = 132+103+111=346 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.15% from 346); Green value is 103 (40.62% from 255 or 29.77% from 346); Blue value is 111 (43.75% from 255 or 32.08% from 346); Max value from RGB is 132 - color contains mainly: red. Hex color #84676F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84676F is #7B9890. Grayscale: #707070. Windows color (decimal): -8099985 or 7300996. OLE color: 7300996.
HSL color Cylindrical-coordinate representation of color #84676F: hue angle of 343.45º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #84676F is Cyan = 0, Magento = 0.22, Yellow = 0.16 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 103 | 111 | - |
| CMYK | 0 | 0.22 | 0.16 | 0.48 |
| HSL | 343.45º | 0.12% | 0.46% | - |
| HSV(B) | 343.45º | 0.22% | 0.52% | - |
| XYZ | 17.24 | 15.75 | 17.17 | - |
| YUV | 112.58 | 127.11 | 141.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 103 | 111 | 0 | 0.22 | 0.16 | 0.48 | 343.45 | 0.12 | 0.46 |
| Hex | 84 | 67 | 6F | 0 | 16 | 10 | 30 | 157 | C | 2E |
| Octal | 204 | 147 | 157 | 0 | 26 | 20 | 60 | 527 | 14 | 56 |
| Binary | 10000100 | 1100111 | 1101111 | 0 | 10110 | 10000 | 110000 | 101010111 | 1100 | 101110 |
Color Harmonies of #84676F
Complementary color
Monochromatic Colors of #84676F
Black with #84676F
Text Example
Text Example
White with #84676F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84676F; }
p { color: rgb(132,103,111); }
H1.HeaderClassName
{
color: #84676F;
}
.AnyTagClassName
{
color: #84676F;
}
</style>
background-color css
<style>
a { background-color: #84676F; }
a { background-color: rgb(132,103,111); }
div.DivClassName
{
background-color: #84676F;
}
.BgClassName
{
background-color: #84676F;
}
</style>
border-color css
<style>
span { border-color: #84676F; }
span { border-color: rgb(132,103,111); }
td.TdClassName
{
border-color: #84676F;
}
.TagClassName
{
border-color: #84676F;
}
</style>