Shades of Mauve Taupe #956572
Tints of Mauve Taupe #956572
RGB
CMYK
RGB Variations
Color information
#956572 (or 0x956572) is known color: Mauve Taupe. HEX triplet: 95, 65 and 72. RGB value is (149,101,114). Sum of RGB (Red+Green+Blue) = 149+101+114=364 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.93% from 364); Green value is 101 (39.84% from 255 or 27.75% from 364); Blue value is 114 (44.92% from 255 or 31.32% from 364); Max value from RGB is 149 - color contains mainly: red. Hex color #956572 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956572 is #6A9A8D. Grayscale: #747474. Windows color (decimal): -6986382 or 7497109. OLE color: 7497109.
HSL color Cylindrical-coordinate representation of color #956572: hue angle of 343.75º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #956572 is Cyan = 0, Magento = 0.32, Yellow = 0.23 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 101 | 114 | - |
| CMYK | 0 | 0.32 | 0.23 | 0.42 |
| HSL | 343.75º | 0.19% | 0.49% | - |
| HSV(B) | 343.75º | 0.32% | 0.58% | - |
| XYZ | 20.09 | 16.91 | 18.13 | - |
| YUV | 116.83 | 126.4 | 150.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 101 | 114 | 0 | 0.32 | 0.23 | 0.42 | 343.75 | 0.19 | 0.49 |
| Hex | 95 | 65 | 72 | 0 | 20 | 17 | 2A | 158 | 13 | 31 |
| Octal | 225 | 145 | 162 | 0 | 40 | 27 | 52 | 530 | 23 | 61 |
| Binary | 10010101 | 1100101 | 1110010 | 0 | 100000 | 10111 | 101010 | 101011000 | 10011 | 110001 |
Color Harmonies of #956572
Complementary color
Monochromatic Colors of #956572
Black with #956572
Text Example
Text Example
White with #956572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956572; }
p { color: rgb(149,101,114); }
H1.HeaderClassName
{
color: #956572;
}
.AnyTagClassName
{
color: #956572;
}
</style>
background-color css
<style>
a { background-color: #956572; }
a { background-color: rgb(149,101,114); }
div.DivClassName
{
background-color: #956572;
}
.BgClassName
{
background-color: #956572;
}
</style>
border-color css
<style>
span { border-color: #956572; }
span { border-color: rgb(149,101,114); }
td.TdClassName
{
border-color: #956572;
}
.TagClassName
{
border-color: #956572;
}
</style>