Shades of Mauve Taupe #956874
Tints of Mauve Taupe #956874
RGB
CMYK
RGB Variations
Color information
#956874 (or 0x956874) is known color: Mauve Taupe. HEX triplet: 95, 68 and 74. RGB value is (149,104,116). Sum of RGB (Red+Green+Blue) = 149+104+116=369 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.38% from 369); Green value is 104 (41.02% from 255 or 28.18% from 369); Blue value is 116 (45.70% from 255 or 31.44% from 369); Max value from RGB is 149 - color contains mainly: red. Hex color #956874 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956874 is #6A978B. Grayscale: #767676. Windows color (decimal): -6985612 or 7628949. OLE color: 7628949.
HSL color Cylindrical-coordinate representation of color #956874: hue angle of 344º 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 #956874 is Cyan = 0, Magento = 0.30, Yellow = 0.22 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 104 | 116 | - |
| CMYK | 0 | 0.30 | 0.22 | 0.42 |
| HSL | 344º | 0.18% | 0.5% | - |
| HSV(B) | 344º | 0.3% | 0.58% | - |
| XYZ | 20.5 | 17.55 | 18.83 | - |
| YUV | 118.82 | 126.41 | 149.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 104 | 116 | 0 | 0.30 | 0.22 | 0.42 | 344 | 0.18 | 0.5 |
| Hex | 95 | 68 | 74 | 0 | 1E | 16 | 2A | 158 | 12 | 32 |
| Octal | 225 | 150 | 164 | 0 | 36 | 26 | 52 | 530 | 22 | 62 |
| Binary | 10010101 | 1101000 | 1110100 | 0 | 11110 | 10110 | 101010 | 101011000 | 10010 | 110010 |
Color Harmonies of #956874
Complementary color
Monochromatic Colors of #956874
Black with #956874
Text Example
Text Example
White with #956874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956874; }
p { color: rgb(149,104,116); }
H1.HeaderClassName
{
color: #956874;
}
.AnyTagClassName
{
color: #956874;
}
</style>
background-color css
<style>
a { background-color: #956874; }
a { background-color: rgb(149,104,116); }
div.DivClassName
{
background-color: #956874;
}
.BgClassName
{
background-color: #956874;
}
</style>
border-color css
<style>
span { border-color: #956874; }
span { border-color: rgb(149,104,116); }
td.TdClassName
{
border-color: #956874;
}
.TagClassName
{
border-color: #956874;
}
</style>