Shades of Mauve Taupe #966875
Tints of Mauve Taupe #966875
RGB
CMYK
RGB Variations
Color information
#966875 (or 0x966875) is known color: Mauve Taupe. HEX triplet: 96, 68 and 75. RGB value is (150,104,117). Sum of RGB (Red+Green+Blue) = 150+104+117=371 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.43% from 371); Green value is 104 (41.02% from 255 or 28.03% from 371); Blue value is 117 (46.09% from 255 or 31.54% from 371); Max value from RGB is 150 - color contains mainly: red. Hex color #966875 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966875 is #69978A. Grayscale: #777777. Windows color (decimal): -6920075 or 7694486. OLE color: 7694486.
HSL color Cylindrical-coordinate representation of color #966875: hue angle of 343.04º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #966875 is Cyan = 0, Magento = 0.31, Yellow = 0.22 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 104 | 117 | - |
| CMYK | 0 | 0.31 | 0.22 | 0.41 |
| HSL | 343.04º | 0.18% | 0.5% | - |
| HSV(B) | 343.04º | 0.31% | 0.59% | - |
| XYZ | 20.74 | 17.67 | 19.15 | - |
| YUV | 119.24 | 126.74 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 104 | 117 | 0 | 0.31 | 0.22 | 0.41 | 343.04 | 0.18 | 0.5 |
| Hex | 96 | 68 | 75 | 0 | 1F | 16 | 29 | 157 | 12 | 32 |
| Octal | 226 | 150 | 165 | 0 | 37 | 26 | 51 | 527 | 22 | 62 |
| Binary | 10010110 | 1101000 | 1110101 | 0 | 11111 | 10110 | 101001 | 101010111 | 10010 | 110010 |
Color Harmonies of #966875
Complementary color
Monochromatic Colors of #966875
Black with #966875
Text Example
Text Example
White with #966875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966875; }
p { color: rgb(150,104,117); }
H1.HeaderClassName
{
color: #966875;
}
.AnyTagClassName
{
color: #966875;
}
</style>
background-color css
<style>
a { background-color: #966875; }
a { background-color: rgb(150,104,117); }
div.DivClassName
{
background-color: #966875;
}
.BgClassName
{
background-color: #966875;
}
</style>
border-color css
<style>
span { border-color: #966875; }
span { border-color: rgb(150,104,117); }
td.TdClassName
{
border-color: #966875;
}
.TagClassName
{
border-color: #966875;
}
</style>