Shades of Mauve Taupe #996365
Tints of Mauve Taupe #996365
RGB
CMYK
RGB Variations
Color information
#996365 (or 0x996365) is known color: Mauve Taupe. HEX triplet: 99, 63 and 65. RGB value is (153,99,101). Sum of RGB (Red+Green+Blue) = 153+99+101=353 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.34% from 353); Green value is 99 (39.06% from 255 or 28.05% from 353); Blue value is 101 (39.84% from 255 or 28.61% from 353); Max value from RGB is 153 - color contains mainly: red. Hex color #996365 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996365 is #669C9A. Grayscale: #737373. Windows color (decimal): -6724763 or 6644633. OLE color: 6644633.
HSL color Cylindrical-coordinate representation of color #996365: hue angle of 357.78º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #996365 is Cyan = 0, Magento = 0.35, Yellow = 0.34 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 99 | 101 | - |
| CMYK | 0 | 0.35 | 0.34 | 0.4 |
| HSL | 357.78º | 0.21% | 0.49% | - |
| HSV(B) | 357.78º | 0.35% | 0.6% | - |
| XYZ | 19.95 | 16.64 | 14.47 | - |
| YUV | 115.37 | 119.89 | 154.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 99 | 101 | 0 | 0.35 | 0.34 | 0.4 | 357.78 | 0.21 | 0.49 |
| Hex | 99 | 63 | 65 | 0 | 23 | 22 | 28 | 166 | 15 | 31 |
| Octal | 231 | 143 | 145 | 0 | 43 | 42 | 50 | 546 | 25 | 61 |
| Binary | 10011001 | 1100011 | 1100101 | 0 | 100011 | 100010 | 101000 | 101100110 | 10101 | 110001 |
Color Harmonies of #996365
Complementary color
Monochromatic Colors of #996365
Black with #996365
Text Example
Text Example
White with #996365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996365; }
p { color: rgb(153,99,101); }
H1.HeaderClassName
{
color: #996365;
}
.AnyTagClassName
{
color: #996365;
}
</style>
background-color css
<style>
a { background-color: #996365; }
a { background-color: rgb(153,99,101); }
div.DivClassName
{
background-color: #996365;
}
.BgClassName
{
background-color: #996365;
}
</style>
border-color css
<style>
span { border-color: #996365; }
span { border-color: rgb(153,99,101); }
td.TdClassName
{
border-color: #996365;
}
.TagClassName
{
border-color: #996365;
}
</style>