Shades of Mauve Taupe #986268
Tints of Mauve Taupe #986268
RGB
CMYK
RGB Variations
Color information
#986268 (or 0x986268) is known color: Mauve Taupe. HEX triplet: 98, 62 and 68. RGB value is (152,98,104). Sum of RGB (Red+Green+Blue) = 152+98+104=354 (46% of max value = 765). Red value is 152 (59.77% from 255 or 42.94% from 354); Green value is 98 (38.67% from 255 or 27.68% from 354); Blue value is 104 (41.02% from 255 or 29.38% from 354); Max value from RGB is 152 - color contains mainly: red. Hex color #986268 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986268 is #679D97. Grayscale: #727272. Windows color (decimal): -6790552 or 6840984. OLE color: 6840984.
HSL color Cylindrical-coordinate representation of color #986268: hue angle of 353.33º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #986268 is Cyan = 0, Magento = 0.36, Yellow = 0.32 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 98 | 104 | - |
| CMYK | 0 | 0.36 | 0.32 | 0.40 |
| HSL | 353.33º | 0.22% | 0.49% | - |
| HSV(B) | 353.33º | 0.36% | 0.6% | - |
| XYZ | 19.82 | 16.41 | 15.22 | - |
| YUV | 114.83 | 121.89 | 154.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 98 | 104 | 0 | 0.36 | 0.32 | 0.40 | 353.33 | 0.22 | 0.49 |
| Hex | 98 | 62 | 68 | 0 | 24 | 20 | 28 | 161 | 16 | 31 |
| Octal | 230 | 142 | 150 | 0 | 44 | 40 | 50 | 541 | 26 | 61 |
| Binary | 10011000 | 1100010 | 1101000 | 0 | 100100 | 100000 | 101000 | 101100001 | 10110 | 110001 |
Color Harmonies of #986268
Complementary color
Monochromatic Colors of #986268
Black with #986268
Text Example
Text Example
White with #986268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986268; }
p { color: rgb(152,98,104); }
H1.HeaderClassName
{
color: #986268;
}
.AnyTagClassName
{
color: #986268;
}
</style>
background-color css
<style>
a { background-color: #986268; }
a { background-color: rgb(152,98,104); }
div.DivClassName
{
background-color: #986268;
}
.BgClassName
{
background-color: #986268;
}
</style>
border-color css
<style>
span { border-color: #986268; }
span { border-color: rgb(152,98,104); }
td.TdClassName
{
border-color: #986268;
}
.TagClassName
{
border-color: #986268;
}
</style>