Shades of Mauve Taupe #976067
Tints of Mauve Taupe #976067
RGB
CMYK
RGB Variations
Color information
#976067 (or 0x976067) is known color: Mauve Taupe. HEX triplet: 97, 60 and 67. RGB value is (151,96,103). Sum of RGB (Red+Green+Blue) = 151+96+103=350 (46% of max value = 765). Red value is 151 (59.38% from 255 or 43.14% from 350); Green value is 96 (37.89% from 255 or 27.43% from 350); Blue value is 103 (40.62% from 255 or 29.43% from 350); Max value from RGB is 151 - color contains mainly: red. Hex color #976067 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976067 is #689F98. Grayscale: #717171. Windows color (decimal): -6856601 or 6774935. OLE color: 6774935.
HSL color Cylindrical-coordinate representation of color #976067: hue angle of 352.36º 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 #976067 is Cyan = 0, Magento = 0.36, Yellow = 0.32 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 96 | 103 | - |
| CMYK | 0 | 0.36 | 0.32 | 0.41 |
| HSL | 352.36º | 0.22% | 0.48% | - |
| HSV(B) | 352.36º | 0.36% | 0.59% | - |
| XYZ | 19.39 | 15.92 | 14.88 | - |
| YUV | 113.24 | 122.22 | 154.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 96 | 103 | 0 | 0.36 | 0.32 | 0.41 | 352.36 | 0.22 | 0.48 |
| Hex | 97 | 60 | 67 | 0 | 24 | 20 | 29 | 160 | 16 | 30 |
| Octal | 227 | 140 | 147 | 0 | 44 | 40 | 51 | 540 | 26 | 60 |
| Binary | 10010111 | 1100000 | 1100111 | 0 | 100100 | 100000 | 101001 | 101100000 | 10110 | 110000 |
Color Harmonies of #976067
Complementary color
Monochromatic Colors of #976067
Black with #976067
Text Example
Text Example
White with #976067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976067; }
p { color: rgb(151,96,103); }
H1.HeaderClassName
{
color: #976067;
}
.AnyTagClassName
{
color: #976067;
}
</style>
background-color css
<style>
a { background-color: #976067; }
a { background-color: rgb(151,96,103); }
div.DivClassName
{
background-color: #976067;
}
.BgClassName
{
background-color: #976067;
}
</style>
border-color css
<style>
span { border-color: #976067; }
span { border-color: rgb(151,96,103); }
td.TdClassName
{
border-color: #976067;
}
.TagClassName
{
border-color: #976067;
}
</style>