Shades of Mauve Taupe #986367
Tints of Mauve Taupe #986367
RGB
CMYK
RGB Variations
Color information
#986367 (or 0x986367) is known color: Mauve Taupe. HEX triplet: 98, 63 and 67. RGB value is (152,99,103). Sum of RGB (Red+Green+Blue) = 152+99+103=354 (46% of max value = 765). Red value is 152 (59.77% from 255 or 42.94% from 354); Green value is 99 (39.06% from 255 or 27.97% from 354); Blue value is 103 (40.62% from 255 or 29.10% from 354); Max value from RGB is 152 - color contains mainly: red. Hex color #986367 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986367 is #679C98. Grayscale: #737373. Windows color (decimal): -6790297 or 6775704. OLE color: 6775704.
HSL color Cylindrical-coordinate representation of color #986367: hue angle of 355.47º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #986367 is Cyan = 0, Magento = 0.35, Yellow = 0.32 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 99 | 103 | - |
| CMYK | 0 | 0.35 | 0.32 | 0.40 |
| HSL | 355.47º | 0.21% | 0.49% | - |
| HSV(B) | 355.47º | 0.35% | 0.6% | - |
| XYZ | 19.86 | 16.58 | 14.99 | - |
| YUV | 115.3 | 121.06 | 154.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 99 | 103 | 0 | 0.35 | 0.32 | 0.40 | 355.47 | 0.21 | 0.49 |
| Hex | 98 | 63 | 67 | 0 | 23 | 20 | 28 | 163 | 15 | 31 |
| Octal | 230 | 143 | 147 | 0 | 43 | 40 | 50 | 543 | 25 | 61 |
| Binary | 10011000 | 1100011 | 1100111 | 0 | 100011 | 100000 | 101000 | 101100011 | 10101 | 110001 |
Color Harmonies of #986367
Complementary color
Monochromatic Colors of #986367
Black with #986367
Text Example
Text Example
White with #986367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986367; }
p { color: rgb(152,99,103); }
H1.HeaderClassName
{
color: #986367;
}
.AnyTagClassName
{
color: #986367;
}
</style>
background-color css
<style>
a { background-color: #986367; }
a { background-color: rgb(152,99,103); }
div.DivClassName
{
background-color: #986367;
}
.BgClassName
{
background-color: #986367;
}
</style>
border-color css
<style>
span { border-color: #986367; }
span { border-color: rgb(152,99,103); }
td.TdClassName
{
border-color: #986367;
}
.TagClassName
{
border-color: #986367;
}
</style>