Shades of Mauve Taupe #845E69
Tints of Mauve Taupe #845E69
RGB
CMYK
RGB Variations
Color information
#845E69 (or 0x845E69) is known color: Mauve Taupe. HEX triplet: 84, 5E and 69. RGB value is (132,94,105). Sum of RGB (Red+Green+Blue) = 132+94+105=331 (43% of max value = 765). Red value is 132 (51.95% from 255 or 39.88% from 331); Green value is 94 (37.11% from 255 or 28.40% from 331); Blue value is 105 (41.41% from 255 or 31.72% from 331); Max value from RGB is 132 - color contains mainly: red. Hex color #845E69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845E69 is #7BA196. Grayscale: #6A6A6A. Windows color (decimal): -8102295 or 6905476. OLE color: 6905476.
HSL color Cylindrical-coordinate representation of color #845E69: hue angle of 342.63º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #845E69 is Cyan = 0, Magento = 0.29, Yellow = 0.20 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 94 | 105 | - |
| CMYK | 0 | 0.29 | 0.20 | 0.48 |
| HSL | 342.63º | 0.17% | 0.44% | - |
| HSV(B) | 342.63º | 0.29% | 0.52% | - |
| XYZ | 16.07 | 13.93 | 15.21 | - |
| YUV | 106.62 | 127.09 | 146.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 94 | 105 | 0 | 0.29 | 0.20 | 0.48 | 342.63 | 0.17 | 0.44 |
| Hex | 84 | 5E | 69 | 0 | 1D | 14 | 30 | 157 | 11 | 2C |
| Octal | 204 | 136 | 151 | 0 | 35 | 24 | 60 | 527 | 21 | 54 |
| Binary | 10000100 | 1011110 | 1101001 | 0 | 11101 | 10100 | 110000 | 101010111 | 10001 | 101100 |
Color Harmonies of #845E69
Complementary color
Monochromatic Colors of #845E69
Black with #845E69
Text Example
Text Example
White with #845E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845E69; }
p { color: rgb(132,94,105); }
H1.HeaderClassName
{
color: #845E69;
}
.AnyTagClassName
{
color: #845E69;
}
</style>
background-color css
<style>
a { background-color: #845E69; }
a { background-color: rgb(132,94,105); }
div.DivClassName
{
background-color: #845E69;
}
.BgClassName
{
background-color: #845E69;
}
</style>
border-color css
<style>
span { border-color: #845E69; }
span { border-color: rgb(132,94,105); }
td.TdClassName
{
border-color: #845E69;
}
.TagClassName
{
border-color: #845E69;
}
</style>