Shades of Mauve Taupe #965E6B
Tints of Mauve Taupe #965E6B
RGB
CMYK
RGB Variations
Color information
#965E6B (or 0x965E6B) is known color: Mauve Taupe. HEX triplet: 96, 5E and 6B. RGB value is (150,94,107). Sum of RGB (Red+Green+Blue) = 150+94+107=351 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.74% from 351); Green value is 94 (37.11% from 255 or 26.78% from 351); Blue value is 107 (42.19% from 255 or 30.48% from 351); Max value from RGB is 150 - color contains mainly: red. Hex color #965E6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965E6B is #69A194. Grayscale: #707070. Windows color (decimal): -6922645 or 7036566. OLE color: 7036566.
HSL color Cylindrical-coordinate representation of color #965E6B: hue angle of 346.07º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #965E6B is Cyan = 0, Magento = 0.37, Yellow = 0.29 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 94 | 107 | - |
| CMYK | 0 | 0.37 | 0.29 | 0.41 |
| HSL | 346.07º | 0.23% | 0.48% | - |
| HSV(B) | 346.07º | 0.37% | 0.59% | - |
| XYZ | 19.23 | 15.55 | 15.9 | - |
| YUV | 112.23 | 125.05 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 94 | 107 | 0 | 0.37 | 0.29 | 0.41 | 346.07 | 0.23 | 0.48 |
| Hex | 96 | 5E | 6B | 0 | 25 | 1D | 29 | 15A | 17 | 30 |
| Octal | 226 | 136 | 153 | 0 | 45 | 35 | 51 | 532 | 27 | 60 |
| Binary | 10010110 | 1011110 | 1101011 | 0 | 100101 | 11101 | 101001 | 101011010 | 10111 | 110000 |
Color Harmonies of #965E6B
Complementary color
Monochromatic Colors of #965E6B
Black with #965E6B
Text Example
Text Example
White with #965E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965E6B; }
p { color: rgb(150,94,107); }
H1.HeaderClassName
{
color: #965E6B;
}
.AnyTagClassName
{
color: #965E6B;
}
</style>
background-color css
<style>
a { background-color: #965E6B; }
a { background-color: rgb(150,94,107); }
div.DivClassName
{
background-color: #965E6B;
}
.BgClassName
{
background-color: #965E6B;
}
</style>
border-color css
<style>
span { border-color: #965E6B; }
span { border-color: rgb(150,94,107); }
td.TdClassName
{
border-color: #965E6B;
}
.TagClassName
{
border-color: #965E6B;
}
</style>