Shades of Mauve Taupe #955B6C
Tints of Mauve Taupe #955B6C
RGB
CMYK
RGB Variations
Color information
#955B6C (or 0x955B6C) is known color: Mauve Taupe. HEX triplet: 95, 5B and 6C. RGB value is (149,91,108). Sum of RGB (Red+Green+Blue) = 149+91+108=348 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.82% from 348); Green value is 91 (35.94% from 255 or 26.15% from 348); Blue value is 108 (42.58% from 255 or 31.03% from 348); Max value from RGB is 149 - color contains mainly: red. Hex color #955B6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955B6C is #6AA493. Grayscale: #6E6E6E. Windows color (decimal): -6988948 or 7101333. OLE color: 7101333.
HSL color Cylindrical-coordinate representation of color #955B6C: hue angle of 342.41º 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 #955B6C is Cyan = 0, Magento = 0.39, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 91 | 108 | - |
| CMYK | 0 | 0.39 | 0.28 | 0.42 |
| HSL | 342.41º | 0.24% | 0.47% | - |
| HSV(B) | 342.41º | 0.39% | 0.58% | - |
| XYZ | 18.84 | 14.95 | 16.08 | - |
| YUV | 110.28 | 126.72 | 155.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 91 | 108 | 0 | 0.39 | 0.28 | 0.42 | 342.41 | 0.24 | 0.47 |
| Hex | 95 | 5B | 6C | 0 | 27 | 1C | 2A | 156 | 18 | 2F |
| Octal | 225 | 133 | 154 | 0 | 47 | 34 | 52 | 526 | 30 | 57 |
| Binary | 10010101 | 1011011 | 1101100 | 0 | 100111 | 11100 | 101010 | 101010110 | 11000 | 101111 |
Color Harmonies of #955B6C
Complementary color
Monochromatic Colors of #955B6C
Black with #955B6C
Text Example
Text Example
White with #955B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955B6C; }
p { color: rgb(149,91,108); }
H1.HeaderClassName
{
color: #955B6C;
}
.AnyTagClassName
{
color: #955B6C;
}
</style>
background-color css
<style>
a { background-color: #955B6C; }
a { background-color: rgb(149,91,108); }
div.DivClassName
{
background-color: #955B6C;
}
.BgClassName
{
background-color: #955B6C;
}
</style>
border-color css
<style>
span { border-color: #955B6C; }
span { border-color: rgb(149,91,108); }
td.TdClassName
{
border-color: #955B6C;
}
.TagClassName
{
border-color: #955B6C;
}
</style>