Shades of Mauve Taupe #965E67
Tints of Mauve Taupe #965E67
RGB
CMYK
RGB Variations
Color information
#965E67 (or 0x965E67) is known color: Mauve Taupe. HEX triplet: 96, 5E and 67. RGB value is (150,94,103). Sum of RGB (Red+Green+Blue) = 150+94+103=347 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.23% from 347); Green value is 94 (37.11% from 255 or 27.09% from 347); Blue value is 103 (40.62% from 255 or 29.68% from 347); Max value from RGB is 150 - color contains mainly: red. Hex color #965E67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965E67 is #69A198. Grayscale: #6F6F6F. Windows color (decimal): -6922649 or 6774422. OLE color: 6774422.
HSL color Cylindrical-coordinate representation of color #965E67: hue angle of 350.36º 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 #965E67 is Cyan = 0, Magento = 0.37, Yellow = 0.31 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 94 | 103 | - |
| CMYK | 0 | 0.37 | 0.31 | 0.41 |
| HSL | 350.36º | 0.23% | 0.48% | - |
| HSV(B) | 350.36º | 0.37% | 0.59% | - |
| XYZ | 19.03 | 15.47 | 14.81 | - |
| YUV | 111.77 | 123.05 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 94 | 103 | 0 | 0.37 | 0.31 | 0.41 | 350.36 | 0.23 | 0.48 |
| Hex | 96 | 5E | 67 | 0 | 25 | 1F | 29 | 15E | 17 | 30 |
| Octal | 226 | 136 | 147 | 0 | 45 | 37 | 51 | 536 | 27 | 60 |
| Binary | 10010110 | 1011110 | 1100111 | 0 | 100101 | 11111 | 101001 | 101011110 | 10111 | 110000 |
Color Harmonies of #965E67
Complementary color
Monochromatic Colors of #965E67
Black with #965E67
Text Example
Text Example
White with #965E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965E67; }
p { color: rgb(150,94,103); }
H1.HeaderClassName
{
color: #965E67;
}
.AnyTagClassName
{
color: #965E67;
}
</style>
background-color css
<style>
a { background-color: #965E67; }
a { background-color: rgb(150,94,103); }
div.DivClassName
{
background-color: #965E67;
}
.BgClassName
{
background-color: #965E67;
}
</style>
border-color css
<style>
span { border-color: #965E67; }
span { border-color: rgb(150,94,103); }
td.TdClassName
{
border-color: #965E67;
}
.TagClassName
{
border-color: #965E67;
}
</style>