Shades of Mauve Taupe #966074
Tints of Mauve Taupe #966074
RGB
CMYK
RGB Variations
Color information
#966074 (or 0x966074) is known color: Mauve Taupe. HEX triplet: 96, 60 and 74. RGB value is (150,96,116). Sum of RGB (Red+Green+Blue) = 150+96+116=362 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.44% from 362); Green value is 96 (37.89% from 255 or 26.52% from 362); Blue value is 116 (45.70% from 255 or 32.04% from 362); Max value from RGB is 150 - color contains mainly: red. Hex color #966074 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966074 is #699F8B. Grayscale: #727272. Windows color (decimal): -6922124 or 7626902. OLE color: 7626902.
HSL color Cylindrical-coordinate representation of color #966074: hue angle of 337.78º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #966074 is Cyan = 0, Magento = 0.36, Yellow = 0.23 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 96 | 116 | - |
| CMYK | 0 | 0.36 | 0.23 | 0.41 |
| HSL | 337.78º | 0.22% | 0.48% | - |
| HSV(B) | 337.78º | 0.36% | 0.59% | - |
| XYZ | 19.91 | 16.11 | 18.58 | - |
| YUV | 114.43 | 128.89 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 96 | 116 | 0 | 0.36 | 0.23 | 0.41 | 337.78 | 0.22 | 0.48 |
| Hex | 96 | 60 | 74 | 0 | 24 | 17 | 29 | 152 | 16 | 30 |
| Octal | 226 | 140 | 164 | 0 | 44 | 27 | 51 | 522 | 26 | 60 |
| Binary | 10010110 | 1100000 | 1110100 | 0 | 100100 | 10111 | 101001 | 101010010 | 10110 | 110000 |
Color Harmonies of #966074
Complementary color
Monochromatic Colors of #966074
Black with #966074
Text Example
Text Example
White with #966074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966074; }
p { color: rgb(150,96,116); }
H1.HeaderClassName
{
color: #966074;
}
.AnyTagClassName
{
color: #966074;
}
</style>
background-color css
<style>
a { background-color: #966074; }
a { background-color: rgb(150,96,116); }
div.DivClassName
{
background-color: #966074;
}
.BgClassName
{
background-color: #966074;
}
</style>
border-color css
<style>
span { border-color: #966074; }
span { border-color: rgb(150,96,116); }
td.TdClassName
{
border-color: #966074;
}
.TagClassName
{
border-color: #966074;
}
</style>