Shades of Mauve Taupe #98676E
Tints of Mauve Taupe #98676E
RGB
CMYK
RGB Variations
Color information
#98676E (or 0x98676E) is known color: Mauve Taupe. HEX triplet: 98, 67 and 6E. RGB value is (152,103,110). Sum of RGB (Red+Green+Blue) = 152+103+110=365 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.64% from 365); Green value is 103 (40.62% from 255 or 28.22% from 365); Blue value is 110 (43.36% from 255 or 30.14% from 365); Max value from RGB is 152 - color contains mainly: red. Hex color #98676E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98676E is #679891. Grayscale: #767676. Windows color (decimal): -6789266 or 7235480. OLE color: 7235480.
HSL color Cylindrical-coordinate representation of color #98676E: hue angle of 351.43º 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 #98676E is Cyan = 0, Magento = 0.32, Yellow = 0.28 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 103 | 110 | - |
| CMYK | 0 | 0.32 | 0.28 | 0.40 |
| HSL | 351.43º | 0.19% | 0.5% | - |
| HSV(B) | 351.43º | 0.32% | 0.6% | - |
| XYZ | 20.61 | 17.5 | 17.04 | - |
| YUV | 118.45 | 123.23 | 151.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 103 | 110 | 0 | 0.32 | 0.28 | 0.40 | 351.43 | 0.19 | 0.5 |
| Hex | 98 | 67 | 6E | 0 | 20 | 1C | 28 | 15F | 13 | 32 |
| Octal | 230 | 147 | 156 | 0 | 40 | 34 | 50 | 537 | 23 | 62 |
| Binary | 10011000 | 1100111 | 1101110 | 0 | 100000 | 11100 | 101000 | 101011111 | 10011 | 110010 |
Color Harmonies of #98676E
Complementary color
Monochromatic Colors of #98676E
Black with #98676E
Text Example
Text Example
White with #98676E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98676E; }
p { color: rgb(152,103,110); }
H1.HeaderClassName
{
color: #98676E;
}
.AnyTagClassName
{
color: #98676E;
}
</style>
background-color css
<style>
a { background-color: #98676E; }
a { background-color: rgb(152,103,110); }
div.DivClassName
{
background-color: #98676E;
}
.BgClassName
{
background-color: #98676E;
}
</style>
border-color css
<style>
span { border-color: #98676E; }
span { border-color: rgb(152,103,110); }
td.TdClassName
{
border-color: #98676E;
}
.TagClassName
{
border-color: #98676E;
}
</style>