Shades of Mauve Taupe #98676F
Tints of Mauve Taupe #98676F
RGB
CMYK
RGB Variations
Color information
#98676F (or 0x98676F) is known color: Mauve Taupe. HEX triplet: 98, 67 and 6F. RGB value is (152,103,111). Sum of RGB (Red+Green+Blue) = 152+103+111=366 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.53% from 366); Green value is 103 (40.62% from 255 or 28.14% from 366); Blue value is 111 (43.75% from 255 or 30.33% from 366); Max value from RGB is 152 - color contains mainly: red. Hex color #98676F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98676F is #679890. Grayscale: #767676. Windows color (decimal): -6789265 or 7301016. OLE color: 7301016.
HSL color Cylindrical-coordinate representation of color #98676F: hue angle of 350.2º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #98676F is Cyan = 0, Magento = 0.32, Yellow = 0.27 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 103 | 111 | - |
| CMYK | 0 | 0.32 | 0.27 | 0.40 |
| HSL | 350.2º | 0.19% | 0.5% | - |
| HSV(B) | 350.2º | 0.32% | 0.6% | - |
| XYZ | 20.67 | 17.52 | 17.33 | - |
| YUV | 118.56 | 123.73 | 151.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 103 | 111 | 0 | 0.32 | 0.27 | 0.40 | 350.2 | 0.19 | 0.5 |
| Hex | 98 | 67 | 6F | 0 | 20 | 1B | 28 | 15E | 13 | 32 |
| Octal | 230 | 147 | 157 | 0 | 40 | 33 | 50 | 536 | 23 | 62 |
| Binary | 10011000 | 1100111 | 1101111 | 0 | 100000 | 11011 | 101000 | 101011110 | 10011 | 110010 |
Color Harmonies of #98676F
Complementary color
Monochromatic Colors of #98676F
Black with #98676F
Text Example
Text Example
White with #98676F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98676F; }
p { color: rgb(152,103,111); }
H1.HeaderClassName
{
color: #98676F;
}
.AnyTagClassName
{
color: #98676F;
}
</style>
background-color css
<style>
a { background-color: #98676F; }
a { background-color: rgb(152,103,111); }
div.DivClassName
{
background-color: #98676F;
}
.BgClassName
{
background-color: #98676F;
}
</style>
border-color css
<style>
span { border-color: #98676F; }
span { border-color: rgb(152,103,111); }
td.TdClassName
{
border-color: #98676F;
}
.TagClassName
{
border-color: #98676F;
}
</style>