Shades of Mauve Taupe #956870
Tints of Mauve Taupe #956870
RGB
CMYK
RGB Variations
Color information
#956870 (or 0x956870) is known color: Mauve Taupe. HEX triplet: 95, 68 and 70. RGB value is (149,104,112). Sum of RGB (Red+Green+Blue) = 149+104+112=365 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.82% from 365); Green value is 104 (41.02% from 255 or 28.49% from 365); Blue value is 112 (44.14% from 255 or 30.68% from 365); Max value from RGB is 149 - color contains mainly: red. Hex color #956870 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956870 is #6A978F. Grayscale: #767676. Windows color (decimal): -6985616 or 7366805. OLE color: 7366805.
HSL color Cylindrical-coordinate representation of color #956870: hue angle of 349.33º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #956870 is Cyan = 0, Magento = 0.30, Yellow = 0.25 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 104 | 112 | - |
| CMYK | 0 | 0.30 | 0.25 | 0.42 |
| HSL | 349.33º | 0.18% | 0.5% | - |
| HSV(B) | 349.33º | 0.3% | 0.58% | - |
| XYZ | 20.27 | 17.46 | 17.63 | - |
| YUV | 118.37 | 124.41 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 104 | 112 | 0 | 0.30 | 0.25 | 0.42 | 349.33 | 0.18 | 0.5 |
| Hex | 95 | 68 | 70 | 0 | 1E | 19 | 2A | 15D | 12 | 32 |
| Octal | 225 | 150 | 160 | 0 | 36 | 31 | 52 | 535 | 22 | 62 |
| Binary | 10010101 | 1101000 | 1110000 | 0 | 11110 | 11001 | 101010 | 101011101 | 10010 | 110010 |
Color Harmonies of #956870
Complementary color
Monochromatic Colors of #956870
Black with #956870
Text Example
Text Example
White with #956870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956870; }
p { color: rgb(149,104,112); }
H1.HeaderClassName
{
color: #956870;
}
.AnyTagClassName
{
color: #956870;
}
</style>
background-color css
<style>
a { background-color: #956870; }
a { background-color: rgb(149,104,112); }
div.DivClassName
{
background-color: #956870;
}
.BgClassName
{
background-color: #956870;
}
</style>
border-color css
<style>
span { border-color: #956870; }
span { border-color: rgb(149,104,112); }
td.TdClassName
{
border-color: #956870;
}
.TagClassName
{
border-color: #956870;
}
</style>