Shades of Mauve Taupe #96616B
Tints of Mauve Taupe #96616B
RGB
CMYK
RGB Variations
Color information
#96616B (or 0x96616B) is known color: Mauve Taupe. HEX triplet: 96, 61 and 6B. RGB value is (150,97,107). Sum of RGB (Red+Green+Blue) = 150+97+107=354 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.37% from 354); Green value is 97 (38.28% from 255 or 27.40% from 354); Blue value is 107 (42.19% from 255 or 30.23% from 354); Max value from RGB is 150 - color contains mainly: red. Hex color #96616B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96616B is #699E94. Grayscale: #717171. Windows color (decimal): -6921877 or 7037334. OLE color: 7037334.
HSL color Cylindrical-coordinate representation of color #96616B: hue angle of 348.68º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #96616B is Cyan = 0, Magento = 0.35, Yellow = 0.29 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 97 | 107 | - |
| CMYK | 0 | 0.35 | 0.29 | 0.41 |
| HSL | 348.68º | 0.21% | 0.48% | - |
| HSV(B) | 348.68º | 0.35% | 0.59% | - |
| XYZ | 19.51 | 16.09 | 15.99 | - |
| YUV | 113.99 | 124.06 | 153.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 97 | 107 | 0 | 0.35 | 0.29 | 0.41 | 348.68 | 0.21 | 0.48 |
| Hex | 96 | 61 | 6B | 0 | 23 | 1D | 29 | 15D | 15 | 30 |
| Octal | 226 | 141 | 153 | 0 | 43 | 35 | 51 | 535 | 25 | 60 |
| Binary | 10010110 | 1100001 | 1101011 | 0 | 100011 | 11101 | 101001 | 101011101 | 10101 | 110000 |
Color Harmonies of #96616B
Complementary color
Monochromatic Colors of #96616B
Black with #96616B
Text Example
Text Example
White with #96616B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96616B; }
p { color: rgb(150,97,107); }
H1.HeaderClassName
{
color: #96616B;
}
.AnyTagClassName
{
color: #96616B;
}
</style>
background-color css
<style>
a { background-color: #96616B; }
a { background-color: rgb(150,97,107); }
div.DivClassName
{
background-color: #96616B;
}
.BgClassName
{
background-color: #96616B;
}
</style>
border-color css
<style>
span { border-color: #96616B; }
span { border-color: rgb(150,97,107); }
td.TdClassName
{
border-color: #96616B;
}
.TagClassName
{
border-color: #96616B;
}
</style>