Shades of Mauve Taupe #956872
Tints of Mauve Taupe #956872
RGB
CMYK
RGB Variations
Color information
#956872 (or 0x956872) is known color: Mauve Taupe. HEX triplet: 95, 68 and 72. RGB value is (149,104,114). Sum of RGB (Red+Green+Blue) = 149+104+114=367 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.60% from 367); Green value is 104 (41.02% from 255 or 28.34% from 367); Blue value is 114 (44.92% from 255 or 31.06% from 367); Max value from RGB is 149 - color contains mainly: red. Hex color #956872 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956872 is #6A978D. Grayscale: #767676. Windows color (decimal): -6985614 or 7497877. OLE color: 7497877.
HSL color Cylindrical-coordinate representation of color #956872: hue angle of 346.67º 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 #956872 is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 104 | 114 | - |
| CMYK | 0 | 0.30 | 0.23 | 0.42 |
| HSL | 346.67º | 0.18% | 0.5% | - |
| HSV(B) | 346.67º | 0.3% | 0.58% | - |
| XYZ | 20.38 | 17.51 | 18.22 | - |
| YUV | 118.6 | 125.41 | 149.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 104 | 114 | 0 | 0.30 | 0.23 | 0.42 | 346.67 | 0.18 | 0.5 |
| Hex | 95 | 68 | 72 | 0 | 1E | 17 | 2A | 15B | 12 | 32 |
| Octal | 225 | 150 | 162 | 0 | 36 | 27 | 52 | 533 | 22 | 62 |
| Binary | 10010101 | 1101000 | 1110010 | 0 | 11110 | 10111 | 101010 | 101011011 | 10010 | 110010 |
Color Harmonies of #956872
Complementary color
Monochromatic Colors of #956872
Black with #956872
Text Example
Text Example
White with #956872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956872; }
p { color: rgb(149,104,114); }
H1.HeaderClassName
{
color: #956872;
}
.AnyTagClassName
{
color: #956872;
}
</style>
background-color css
<style>
a { background-color: #956872; }
a { background-color: rgb(149,104,114); }
div.DivClassName
{
background-color: #956872;
}
.BgClassName
{
background-color: #956872;
}
</style>
border-color css
<style>
span { border-color: #956872; }
span { border-color: rgb(149,104,114); }
td.TdClassName
{
border-color: #956872;
}
.TagClassName
{
border-color: #956872;
}
</style>