Shades of Mauve Taupe #845C69
Tints of Mauve Taupe #845C69
RGB
CMYK
RGB Variations
Color information
#845C69 (or 0x845C69) is known color: Mauve Taupe. HEX triplet: 84, 5C and 69. RGB value is (132,92,105). Sum of RGB (Red+Green+Blue) = 132+92+105=329 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.12% from 329); Green value is 92 (36.33% from 255 or 27.96% from 329); Blue value is 105 (41.41% from 255 or 31.91% from 329); Max value from RGB is 132 - color contains mainly: red. Hex color #845C69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845C69 is #7BA396. Grayscale: #696969. Windows color (decimal): -8102807 or 6904964. OLE color: 6904964.
HSL color Cylindrical-coordinate representation of color #845C69: hue angle of 340.5º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #845C69 is Cyan = 0, Magento = 0.30, Yellow = 0.20 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 92 | 105 | - |
| CMYK | 0 | 0.30 | 0.20 | 0.48 |
| HSL | 340.5º | 0.18% | 0.44% | - |
| HSV(B) | 340.5º | 0.3% | 0.52% | - |
| XYZ | 15.89 | 13.58 | 15.15 | - |
| YUV | 105.44 | 127.75 | 146.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 92 | 105 | 0 | 0.30 | 0.20 | 0.48 | 340.5 | 0.18 | 0.44 |
| Hex | 84 | 5C | 69 | 0 | 1E | 14 | 30 | 154 | 12 | 2C |
| Octal | 204 | 134 | 151 | 0 | 36 | 24 | 60 | 524 | 22 | 54 |
| Binary | 10000100 | 1011100 | 1101001 | 0 | 11110 | 10100 | 110000 | 101010100 | 10010 | 101100 |
Color Harmonies of #845C69
Complementary color
Monochromatic Colors of #845C69
Black with #845C69
Text Example
Text Example
White with #845C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845C69; }
p { color: rgb(132,92,105); }
H1.HeaderClassName
{
color: #845C69;
}
.AnyTagClassName
{
color: #845C69;
}
</style>
background-color css
<style>
a { background-color: #845C69; }
a { background-color: rgb(132,92,105); }
div.DivClassName
{
background-color: #845C69;
}
.BgClassName
{
background-color: #845C69;
}
</style>
border-color css
<style>
span { border-color: #845C69; }
span { border-color: rgb(132,92,105); }
td.TdClassName
{
border-color: #845C69;
}
.TagClassName
{
border-color: #845C69;
}
</style>