Shades of Mauve Taupe #966265
Tints of Mauve Taupe #966265
RGB
CMYK
RGB Variations
Color information
#966265 (or 0x966265) is known color: Mauve Taupe. HEX triplet: 96, 62 and 65. RGB value is (150,98,101). Sum of RGB (Red+Green+Blue) = 150+98+101=349 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.98% from 349); Green value is 98 (38.67% from 255 or 28.08% from 349); Blue value is 101 (39.84% from 255 or 28.94% from 349); Max value from RGB is 150 - color contains mainly: red. Hex color #966265 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966265 is #699D9A. Grayscale: #717171. Windows color (decimal): -6921627 or 6644374. OLE color: 6644374.
HSL color Cylindrical-coordinate representation of color #966265: hue angle of 356.54º 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 #966265 is Cyan = 0, Magento = 0.35, Yellow = 0.33 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 98 | 101 | - |
| CMYK | 0 | 0.35 | 0.33 | 0.41 |
| HSL | 356.54º | 0.21% | 0.49% | - |
| HSV(B) | 356.54º | 0.35% | 0.59% | - |
| XYZ | 19.29 | 16.16 | 14.41 | - |
| YUV | 113.89 | 120.73 | 153.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 98 | 101 | 0 | 0.35 | 0.33 | 0.41 | 356.54 | 0.21 | 0.49 |
| Hex | 96 | 62 | 65 | 0 | 23 | 21 | 29 | 165 | 15 | 31 |
| Octal | 226 | 142 | 145 | 0 | 43 | 41 | 51 | 545 | 25 | 61 |
| Binary | 10010110 | 1100010 | 1100101 | 0 | 100011 | 100001 | 101001 | 101100101 | 10101 | 110001 |
Color Harmonies of #966265
Complementary color
Monochromatic Colors of #966265
Black with #966265
Text Example
Text Example
White with #966265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966265; }
p { color: rgb(150,98,101); }
H1.HeaderClassName
{
color: #966265;
}
.AnyTagClassName
{
color: #966265;
}
</style>
background-color css
<style>
a { background-color: #966265; }
a { background-color: rgb(150,98,101); }
div.DivClassName
{
background-color: #966265;
}
.BgClassName
{
background-color: #966265;
}
</style>
border-color css
<style>
span { border-color: #966265; }
span { border-color: rgb(150,98,101); }
td.TdClassName
{
border-color: #966265;
}
.TagClassName
{
border-color: #966265;
}
</style>