Shades of Mauve Taupe #956370
Tints of Mauve Taupe #956370
RGB
CMYK
RGB Variations
Color information
#956370 (or 0x956370) is known color: Mauve Taupe. HEX triplet: 95, 63 and 70. RGB value is (149,99,112). Sum of RGB (Red+Green+Blue) = 149+99+112=360 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.39% from 360); Green value is 99 (39.06% from 255 or 27.5% from 360); Blue value is 112 (44.14% from 255 or 31.11% from 360); Max value from RGB is 149 - color contains mainly: red. Hex color #956370 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956370 is #6A9C8F. Grayscale: #737373. Windows color (decimal): -6986896 or 7365525. OLE color: 7365525.
HSL color Cylindrical-coordinate representation of color #956370: hue angle of 344.4º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #956370 is Cyan = 0, Magento = 0.34, Yellow = 0.25 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 99 | 112 | - |
| CMYK | 0 | 0.34 | 0.25 | 0.42 |
| HSL | 344.4º | 0.2% | 0.49% | - |
| HSV(B) | 344.4º | 0.34% | 0.58% | - |
| XYZ | 19.78 | 16.48 | 17.47 | - |
| YUV | 115.43 | 126.07 | 151.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 99 | 112 | 0 | 0.34 | 0.25 | 0.42 | 344.4 | 0.2 | 0.49 |
| Hex | 95 | 63 | 70 | 0 | 22 | 19 | 2A | 158 | 14 | 31 |
| Octal | 225 | 143 | 160 | 0 | 42 | 31 | 52 | 530 | 24 | 61 |
| Binary | 10010101 | 1100011 | 1110000 | 0 | 100010 | 11001 | 101010 | 101011000 | 10100 | 110001 |
Color Harmonies of #956370
Complementary color
Monochromatic Colors of #956370
Black with #956370
Text Example
Text Example
White with #956370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956370; }
p { color: rgb(149,99,112); }
H1.HeaderClassName
{
color: #956370;
}
.AnyTagClassName
{
color: #956370;
}
</style>
background-color css
<style>
a { background-color: #956370; }
a { background-color: rgb(149,99,112); }
div.DivClassName
{
background-color: #956370;
}
.BgClassName
{
background-color: #956370;
}
</style>
border-color css
<style>
span { border-color: #956370; }
span { border-color: rgb(149,99,112); }
td.TdClassName
{
border-color: #956370;
}
.TagClassName
{
border-color: #956370;
}
</style>