Shades of Mauve Taupe #986273
Tints of Mauve Taupe #986273
RGB
CMYK
RGB Variations
Color information
#986273 (or 0x986273) is known color: Mauve Taupe. HEX triplet: 98, 62 and 73. RGB value is (152,98,115). Sum of RGB (Red+Green+Blue) = 152+98+115=365 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.64% from 365); Green value is 98 (38.67% from 255 or 26.85% from 365); Blue value is 115 (45.31% from 255 or 31.51% from 365); Max value from RGB is 152 - color contains mainly: red. Hex color #986273 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986273 is #679D8C. Grayscale: #747474. Windows color (decimal): -6790541 or 7561880. OLE color: 7561880.
HSL color Cylindrical-coordinate representation of color #986273: hue angle of 341.11º 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 #986273 is Cyan = 0, Magento = 0.36, Yellow = 0.24 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 98 | 115 | - |
| CMYK | 0 | 0.36 | 0.24 | 0.40 |
| HSL | 341.11º | 0.22% | 0.49% | - |
| HSV(B) | 341.11º | 0.36% | 0.6% | - |
| XYZ | 20.41 | 16.65 | 18.36 | - |
| YUV | 116.08 | 127.39 | 153.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 98 | 115 | 0 | 0.36 | 0.24 | 0.40 | 341.11 | 0.22 | 0.49 |
| Hex | 98 | 62 | 73 | 0 | 24 | 18 | 28 | 155 | 16 | 31 |
| Octal | 230 | 142 | 163 | 0 | 44 | 30 | 50 | 525 | 26 | 61 |
| Binary | 10011000 | 1100010 | 1110011 | 0 | 100100 | 11000 | 101000 | 101010101 | 10110 | 110001 |
Color Harmonies of #986273
Complementary color
Monochromatic Colors of #986273
Black with #986273
Text Example
Text Example
White with #986273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986273; }
p { color: rgb(152,98,115); }
H1.HeaderClassName
{
color: #986273;
}
.AnyTagClassName
{
color: #986273;
}
</style>
background-color css
<style>
a { background-color: #986273; }
a { background-color: rgb(152,98,115); }
div.DivClassName
{
background-color: #986273;
}
.BgClassName
{
background-color: #986273;
}
</style>
border-color css
<style>
span { border-color: #986273; }
span { border-color: rgb(152,98,115); }
td.TdClassName
{
border-color: #986273;
}
.TagClassName
{
border-color: #986273;
}
</style>