Shades of Mauve Taupe #996068
Tints of Mauve Taupe #996068
RGB
CMYK
RGB Variations
Color information
#996068 (or 0x996068) is known color: Mauve Taupe. HEX triplet: 99, 60 and 68. RGB value is (153,96,104). Sum of RGB (Red+Green+Blue) = 153+96+104=353 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.34% from 353); Green value is 96 (37.89% from 255 or 27.20% from 353); Blue value is 104 (41.02% from 255 or 29.46% from 353); Max value from RGB is 153 - color contains mainly: red. Hex color #996068 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996068 is #669F97. Grayscale: #717171. Windows color (decimal): -6725528 or 6840473. OLE color: 6840473.
HSL color Cylindrical-coordinate representation of color #996068: hue angle of 351.58º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #996068 is Cyan = 0, Magento = 0.37, Yellow = 0.32 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 96 | 104 | - |
| CMYK | 0 | 0.37 | 0.32 | 0.4 |
| HSL | 351.58º | 0.23% | 0.49% | - |
| HSV(B) | 351.58º | 0.37% | 0.6% | - |
| XYZ | 19.82 | 16.14 | 15.17 | - |
| YUV | 113.96 | 122.38 | 155.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 96 | 104 | 0 | 0.37 | 0.32 | 0.4 | 351.58 | 0.23 | 0.49 |
| Hex | 99 | 60 | 68 | 0 | 25 | 20 | 28 | 160 | 17 | 31 |
| Octal | 231 | 140 | 150 | 0 | 45 | 40 | 50 | 540 | 27 | 61 |
| Binary | 10011001 | 1100000 | 1101000 | 0 | 100101 | 100000 | 101000 | 101100000 | 10111 | 110001 |
Color Harmonies of #996068
Complementary color
Monochromatic Colors of #996068
Black with #996068
Text Example
Text Example
White with #996068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996068; }
p { color: rgb(153,96,104); }
H1.HeaderClassName
{
color: #996068;
}
.AnyTagClassName
{
color: #996068;
}
</style>
background-color css
<style>
a { background-color: #996068; }
a { background-color: rgb(153,96,104); }
div.DivClassName
{
background-color: #996068;
}
.BgClassName
{
background-color: #996068;
}
</style>
border-color css
<style>
span { border-color: #996068; }
span { border-color: rgb(153,96,104); }
td.TdClassName
{
border-color: #996068;
}
.TagClassName
{
border-color: #996068;
}
</style>