Shades of Mauve Taupe #976265
Tints of Mauve Taupe #976265
RGB
CMYK
RGB Variations
Color information
#976265 (or 0x976265) is known color: Mauve Taupe. HEX triplet: 97, 62 and 65. RGB value is (151,98,101). Sum of RGB (Red+Green+Blue) = 151+98+101=350 (46% of max value = 765). Red value is 151 (59.38% from 255 or 43.14% from 350); Green value is 98 (38.67% from 255 or 28% from 350); Blue value is 101 (39.84% from 255 or 28.86% from 350); Max value from RGB is 151 - color contains mainly: red. Hex color #976265 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976265 is #689D9A. Grayscale: #727272. Windows color (decimal): -6856091 or 6644375. OLE color: 6644375.
HSL color Cylindrical-coordinate representation of color #976265: hue angle of 356.6º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #976265 is Cyan = 0, Magento = 0.35, Yellow = 0.33 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 98 | 101 | - |
| CMYK | 0 | 0.35 | 0.33 | 0.41 |
| HSL | 356.6º | 0.21% | 0.49% | - |
| HSV(B) | 356.6º | 0.35% | 0.59% | - |
| XYZ | 19.48 | 16.25 | 14.42 | - |
| YUV | 114.19 | 120.56 | 154.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 98 | 101 | 0 | 0.35 | 0.33 | 0.41 | 356.6 | 0.21 | 0.49 |
| Hex | 97 | 62 | 65 | 0 | 23 | 21 | 29 | 165 | 15 | 31 |
| Octal | 227 | 142 | 145 | 0 | 43 | 41 | 51 | 545 | 25 | 61 |
| Binary | 10010111 | 1100010 | 1100101 | 0 | 100011 | 100001 | 101001 | 101100101 | 10101 | 110001 |
Color Harmonies of #976265
Complementary color
Monochromatic Colors of #976265
Black with #976265
Text Example
Text Example
White with #976265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976265; }
p { color: rgb(151,98,101); }
H1.HeaderClassName
{
color: #976265;
}
.AnyTagClassName
{
color: #976265;
}
</style>
background-color css
<style>
a { background-color: #976265; }
a { background-color: rgb(151,98,101); }
div.DivClassName
{
background-color: #976265;
}
.BgClassName
{
background-color: #976265;
}
</style>
border-color css
<style>
span { border-color: #976265; }
span { border-color: rgb(151,98,101); }
td.TdClassName
{
border-color: #976265;
}
.TagClassName
{
border-color: #976265;
}
</style>