Shades of Mauve Taupe #956875
Tints of Mauve Taupe #956875
RGB
CMYK
RGB Variations
Color information
#956875 (or 0x956875) is known color: Mauve Taupe. HEX triplet: 95, 68 and 75. RGB value is (149,104,117). Sum of RGB (Red+Green+Blue) = 149+104+117=370 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.27% from 370); Green value is 104 (41.02% from 255 or 28.11% from 370); Blue value is 117 (46.09% from 255 or 31.62% from 370); Max value from RGB is 149 - color contains mainly: red. Hex color #956875 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956875 is #6A978A. Grayscale: #767676. Windows color (decimal): -6985611 or 7694485. OLE color: 7694485.
HSL color Cylindrical-coordinate representation of color #956875: hue angle of 342.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 #956875 is Cyan = 0, Magento = 0.30, Yellow = 0.21 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 104 | 117 | - |
| CMYK | 0 | 0.30 | 0.21 | 0.42 |
| HSL | 342.67º | 0.18% | 0.5% | - |
| HSV(B) | 342.67º | 0.3% | 0.58% | - |
| XYZ | 20.56 | 17.57 | 19.14 | - |
| YUV | 118.94 | 126.91 | 149.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 104 | 117 | 0 | 0.30 | 0.21 | 0.42 | 342.67 | 0.18 | 0.5 |
| Hex | 95 | 68 | 75 | 0 | 1E | 15 | 2A | 157 | 12 | 32 |
| Octal | 225 | 150 | 165 | 0 | 36 | 25 | 52 | 527 | 22 | 62 |
| Binary | 10010101 | 1101000 | 1110101 | 0 | 11110 | 10101 | 101010 | 101010111 | 10010 | 110010 |
Color Harmonies of #956875
Complementary color
Monochromatic Colors of #956875
Black with #956875
Text Example
Text Example
White with #956875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956875; }
p { color: rgb(149,104,117); }
H1.HeaderClassName
{
color: #956875;
}
.AnyTagClassName
{
color: #956875;
}
</style>
background-color css
<style>
a { background-color: #956875; }
a { background-color: rgb(149,104,117); }
div.DivClassName
{
background-color: #956875;
}
.BgClassName
{
background-color: #956875;
}
</style>
border-color css
<style>
span { border-color: #956875; }
span { border-color: rgb(149,104,117); }
td.TdClassName
{
border-color: #956875;
}
.TagClassName
{
border-color: #956875;
}
</style>