Shades of Mauve Taupe #966567
Tints of Mauve Taupe #966567
RGB
CMYK
RGB Variations
Color information
#966567 (or 0x966567) is known color: Mauve Taupe. HEX triplet: 96, 65 and 67. RGB value is (150,101,103). Sum of RGB (Red+Green+Blue) = 150+101+103=354 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.37% from 354); Green value is 101 (39.84% from 255 or 28.53% from 354); Blue value is 103 (40.62% from 255 or 29.10% from 354); Max value from RGB is 150 - color contains mainly: red. Hex color #966567 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966567 is #699A98. Grayscale: #737373. Windows color (decimal): -6920857 or 6776214. OLE color: 6776214.
HSL color Cylindrical-coordinate representation of color #966567: hue angle of 357.55º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #966567 is Cyan = 0, Magento = 0.33, Yellow = 0.31 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 101 | 103 | - |
| CMYK | 0 | 0.33 | 0.31 | 0.41 |
| HSL | 357.55º | 0.2% | 0.49% | - |
| HSV(B) | 357.55º | 0.33% | 0.59% | - |
| XYZ | 19.68 | 16.77 | 15.03 | - |
| YUV | 115.88 | 120.73 | 152.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 101 | 103 | 0 | 0.33 | 0.31 | 0.41 | 357.55 | 0.2 | 0.49 |
| Hex | 96 | 65 | 67 | 0 | 21 | 1F | 29 | 166 | 14 | 31 |
| Octal | 226 | 145 | 147 | 0 | 41 | 37 | 51 | 546 | 24 | 61 |
| Binary | 10010110 | 1100101 | 1100111 | 0 | 100001 | 11111 | 101001 | 101100110 | 10100 | 110001 |
Color Harmonies of #966567
Complementary color
Monochromatic Colors of #966567
Black with #966567
Text Example
Text Example
White with #966567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966567; }
p { color: rgb(150,101,103); }
H1.HeaderClassName
{
color: #966567;
}
.AnyTagClassName
{
color: #966567;
}
</style>
background-color css
<style>
a { background-color: #966567; }
a { background-color: rgb(150,101,103); }
div.DivClassName
{
background-color: #966567;
}
.BgClassName
{
background-color: #966567;
}
</style>
border-color css
<style>
span { border-color: #966567; }
span { border-color: rgb(150,101,103); }
td.TdClassName
{
border-color: #966567;
}
.TagClassName
{
border-color: #966567;
}
</style>