Shades of Mauve Taupe #845F6D
Tints of Mauve Taupe #845F6D
RGB
CMYK
RGB Variations
Color information
#845F6D (or 0x845F6D) is known color: Mauve Taupe. HEX triplet: 84, 5F and 6D. RGB value is (132,95,109). Sum of RGB (Red+Green+Blue) = 132+95+109=336 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.29% from 336); Green value is 95 (37.5% from 255 or 28.27% from 336); Blue value is 109 (42.97% from 255 or 32.44% from 336); Max value from RGB is 132 - color contains mainly: red. Hex color #845F6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845F6D is #7BA092. Grayscale: #6B6B6B. Windows color (decimal): -8102035 or 7167876. OLE color: 7167876.
HSL color Cylindrical-coordinate representation of color #845F6D: hue angle of 337.3º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #845F6D is Cyan = 0, Magento = 0.28, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 95 | 109 | - |
| CMYK | 0 | 0.28 | 0.17 | 0.48 |
| HSL | 337.3º | 0.16% | 0.45% | - |
| HSV(B) | 337.3º | 0.28% | 0.52% | - |
| XYZ | 16.37 | 14.19 | 16.35 | - |
| YUV | 107.66 | 128.76 | 145.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 95 | 109 | 0 | 0.28 | 0.17 | 0.48 | 337.3 | 0.16 | 0.45 |
| Hex | 84 | 5F | 6D | 0 | 1C | 11 | 30 | 151 | 10 | 2D |
| Octal | 204 | 137 | 155 | 0 | 34 | 21 | 60 | 521 | 20 | 55 |
| Binary | 10000100 | 1011111 | 1101101 | 0 | 11100 | 10001 | 110000 | 101010001 | 10000 | 101101 |
Color Harmonies of #845F6D
Complementary color
Monochromatic Colors of #845F6D
Black with #845F6D
Text Example
Text Example
White with #845F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845F6D; }
p { color: rgb(132,95,109); }
H1.HeaderClassName
{
color: #845F6D;
}
.AnyTagClassName
{
color: #845F6D;
}
</style>
background-color css
<style>
a { background-color: #845F6D; }
a { background-color: rgb(132,95,109); }
div.DivClassName
{
background-color: #845F6D;
}
.BgClassName
{
background-color: #845F6D;
}
</style>
border-color css
<style>
span { border-color: #845F6D; }
span { border-color: rgb(132,95,109); }
td.TdClassName
{
border-color: #845F6D;
}
.TagClassName
{
border-color: #845F6D;
}
</style>