Shades of Mauve Taupe #945670
Tints of Mauve Taupe #945670
RGB
CMYK
RGB Variations
Color information
#945670 (or 0x945670) is known color: Mauve Taupe. HEX triplet: 94, 56 and 70. RGB value is (148,86,112). Sum of RGB (Red+Green+Blue) = 148+86+112=346 (45% of max value = 765). Red value is 148 (58.20% from 255 or 42.77% from 346); Green value is 86 (33.98% from 255 or 24.86% from 346); Blue value is 112 (44.14% from 255 or 32.37% from 346); Max value from RGB is 148 - color contains mainly: red. Hex color #945670 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945670 is #6BA98F. Grayscale: #6B6B6B. Windows color (decimal): -7055760 or 7362196. OLE color: 7362196.
HSL color Cylindrical-coordinate representation of color #945670: hue angle of 334.84º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #945670 is Cyan = 0, Magento = 0.42, Yellow = 0.24 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 86 | 112 | - |
| CMYK | 0 | 0.42 | 0.24 | 0.42 |
| HSL | 334.84º | 0.26% | 0.46% | - |
| HSV(B) | 334.84º | 0.42% | 0.58% | - |
| XYZ | 18.47 | 14.12 | 17.08 | - |
| YUV | 107.5 | 130.54 | 156.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 86 | 112 | 0 | 0.42 | 0.24 | 0.42 | 334.84 | 0.26 | 0.46 |
| Hex | 94 | 56 | 70 | 0 | 2A | 18 | 2A | 14F | 1A | 2E |
| Octal | 224 | 126 | 160 | 0 | 52 | 30 | 52 | 517 | 32 | 56 |
| Binary | 10010100 | 1010110 | 1110000 | 0 | 101010 | 11000 | 101010 | 101001111 | 11010 | 101110 |
Color Harmonies of #945670
Complementary color
Monochromatic Colors of #945670
Black with #945670
Text Example
Text Example
White with #945670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945670; }
p { color: rgb(148,86,112); }
H1.HeaderClassName
{
color: #945670;
}
.AnyTagClassName
{
color: #945670;
}
</style>
background-color css
<style>
a { background-color: #945670; }
a { background-color: rgb(148,86,112); }
div.DivClassName
{
background-color: #945670;
}
.BgClassName
{
background-color: #945670;
}
</style>
border-color css
<style>
span { border-color: #945670; }
span { border-color: rgb(148,86,112); }
td.TdClassName
{
border-color: #945670;
}
.TagClassName
{
border-color: #945670;
}
</style>