Shades of Mauve Taupe #955B73
Tints of Mauve Taupe #955B73
RGB
CMYK
RGB Variations
Color information
#955B73 (or 0x955B73) is known color: Mauve Taupe. HEX triplet: 95, 5B and 73. RGB value is (149,91,115). Sum of RGB (Red+Green+Blue) = 149+91+115=355 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.97% from 355); Green value is 91 (35.94% from 255 or 25.63% from 355); Blue value is 115 (45.31% from 255 or 32.39% from 355); Max value from RGB is 149 - color contains mainly: red. Hex color #955B73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955B73 is #6AA48C. Grayscale: #6F6F6F. Windows color (decimal): -6988941 or 7560085. OLE color: 7560085.
HSL color Cylindrical-coordinate representation of color #955B73: hue angle of 335.17º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #955B73 is Cyan = 0, Magento = 0.39, Yellow = 0.23 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 91 | 115 | - |
| CMYK | 0 | 0.39 | 0.23 | 0.42 |
| HSL | 335.17º | 0.24% | 0.47% | - |
| HSV(B) | 335.17º | 0.39% | 0.58% | - |
| XYZ | 19.23 | 15.11 | 18.12 | - |
| YUV | 111.08 | 130.22 | 155.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 91 | 115 | 0 | 0.39 | 0.23 | 0.42 | 335.17 | 0.24 | 0.47 |
| Hex | 95 | 5B | 73 | 0 | 27 | 17 | 2A | 14F | 18 | 2F |
| Octal | 225 | 133 | 163 | 0 | 47 | 27 | 52 | 517 | 30 | 57 |
| Binary | 10010101 | 1011011 | 1110011 | 0 | 100111 | 10111 | 101010 | 101001111 | 11000 | 101111 |
Color Harmonies of #955B73
Complementary color
Monochromatic Colors of #955B73
Black with #955B73
Text Example
Text Example
White with #955B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955B73; }
p { color: rgb(149,91,115); }
H1.HeaderClassName
{
color: #955B73;
}
.AnyTagClassName
{
color: #955B73;
}
</style>
background-color css
<style>
a { background-color: #955B73; }
a { background-color: rgb(149,91,115); }
div.DivClassName
{
background-color: #955B73;
}
.BgClassName
{
background-color: #955B73;
}
</style>
border-color css
<style>
span { border-color: #955B73; }
span { border-color: rgb(149,91,115); }
td.TdClassName
{
border-color: #955B73;
}
.TagClassName
{
border-color: #955B73;
}
</style>