#98586D

Color #98586D Mauve Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve Taupe #98586D

Tints of Mauve Taupe #98586D

Color information

#98586D (or 0x98586D) is unknown color: approx Mauve Taupe. HEX triplet: 98, 58 and 6D. RGB value is (152,88,109). Sum of RGB (Red+Green+Blue) = 152+88+109=349 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.55% from 349); Green value is 88 (34.77% from 255 or 25.21% from 349); Blue value is 109 (42.97% from 255 or 31.23% from 349); Max value from RGB is 152 - color contains mainly: red. Hex color #98586D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98586D is #67A792. Grayscale: #6D6D6D. Windows color (decimal): -6793107 or 7166104. OLE color: 7166104.

HSL color Cylindrical-coordinate representation of color #98586D: hue angle of 340.31º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #98586D is Cyan = 0, Magento = 0.42, Yellow = 0.28 and Black (K on CMYK) = 0.40.

Color convert

RGB15288109-
CMYK00.420.280.40
HSL340.31º26.67%47.06%-
HSV(B)340.31º42.11%59.61%-
XYZ19.214.7616.3-
YUV109.53127.7158.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 152 (59.77% from 255) = 43.55%
GREEN value IS 88 (34.77% from 255) = 25.21%
BLUE value IS 109 (42.97% from 255) = 31.23%
R=43.55%
G=25.21%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.28
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1528810900.420.280.40340.3126.6747.06
Hex98586D02A1C281541b2f
Octal23013015505234505243357
Binary100110001011000110110101010101110010100010101010011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98586D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98586D; }

 p { color: rgb(152,88,109); }

 H1.HeaderClassName
 {
   color: #98586D;
 }
 .AnyTagClassName
 {
   color: #98586D;
 }
</style>
background-color css

<style>
 a { background-color: #98586D; }

 a { background-color: rgb(152,88,109); }

 div.DivClassName
 {
   background-color: #98586D;
 }
 .BgClassName
 {
   background-color: #98586D;
 }
</style>
border-color css

<style>
 span { border-color: #98586D; }

 span { border-color: rgb(152,88,109); }

 td.TdClassName
 {
   border-color: #98586D;
 }
 .TagClassName
 {
   border-color: #98586D;
 }
</style>