Shades of Mauve Taupe #956B73
Tints of Mauve Taupe #956B73
RGB
CMYK
RGB Variations
Color information
#956B73 (or 0x956B73) is known color: Mauve Taupe. HEX triplet: 95, 6B and 73. RGB value is (149,107,115). Sum of RGB (Red+Green+Blue) = 149+107+115=371 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.16% from 371); Green value is 107 (42.19% from 255 or 28.84% from 371); Blue value is 115 (45.31% from 255 or 31.00% from 371); Max value from RGB is 149 - color contains mainly: red. Hex color #956B73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956B73 is #6A948C. Grayscale: #787878. Windows color (decimal): -6984845 or 7564181. OLE color: 7564181.
HSL color Cylindrical-coordinate representation of color #956B73: hue angle of 348.57º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #956B73 is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 107 | 115 | - |
| CMYK | 0 | 0.28 | 0.23 | 0.42 |
| HSL | 348.57º | 0.17% | 0.5% | - |
| HSV(B) | 348.57º | 0.28% | 0.58% | - |
| XYZ | 20.75 | 18.14 | 18.63 | - |
| YUV | 120.47 | 124.91 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 107 | 115 | 0 | 0.28 | 0.23 | 0.42 | 348.57 | 0.17 | 0.5 |
| Hex | 95 | 6B | 73 | 0 | 1C | 17 | 2A | 15D | 11 | 32 |
| Octal | 225 | 153 | 163 | 0 | 34 | 27 | 52 | 535 | 21 | 62 |
| Binary | 10010101 | 1101011 | 1110011 | 0 | 11100 | 10111 | 101010 | 101011101 | 10001 | 110010 |
Color Harmonies of #956B73
Complementary color
Monochromatic Colors of #956B73
Black with #956B73
Text Example
Text Example
White with #956B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956B73; }
p { color: rgb(149,107,115); }
H1.HeaderClassName
{
color: #956B73;
}
.AnyTagClassName
{
color: #956B73;
}
</style>
background-color css
<style>
a { background-color: #956B73; }
a { background-color: rgb(149,107,115); }
div.DivClassName
{
background-color: #956B73;
}
.BgClassName
{
background-color: #956B73;
}
</style>
border-color css
<style>
span { border-color: #956B73; }
span { border-color: rgb(149,107,115); }
td.TdClassName
{
border-color: #956B73;
}
.TagClassName
{
border-color: #956B73;
}
</style>