#98586E

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

Shades of Mauve Taupe #98586E

Tints of Mauve Taupe #98586E

Color information

#98586E (or 0x98586E) is unknown color: approx Mauve Taupe. HEX triplet: 98, 58 and 6E. RGB value is (152,88,110). Sum of RGB (Red+Green+Blue) = 152+88+110=350 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.43% from 350); Green value is 88 (34.77% from 255 or 25.14% from 350); Blue value is 110 (43.36% from 255 or 31.43% from 350); Max value from RGB is 152 - color contains mainly: red. Hex color #98586E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98586E is #67A791. Grayscale: #6D6D6D. Windows color (decimal): -6793106 or 7231640. OLE color: 7231640.

HSL color Cylindrical-coordinate representation of color #98586E: hue angle of 339.38º 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 #98586E is Cyan = 0, Magento = 0.42, Yellow = 0.28 and Black (K on CMYK) = 0.40.

Color convert

RGB15288110-
CMYK00.420.280.40
HSL339.38º26.67%47.06%-
HSV(B)339.38º42.11%59.61%-
XYZ19.2514.7816.59-
YUV109.64128.2158.21-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.43%
GREEN value IS 88 (34.77% from 255) = 25.14%
BLUE value IS 110 (43.36% from 255) = 31.43%
R=43.43%
G=25.14%
B=31.43%

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
Decimal1528811000.420.280.40339.3826.6747.06
Hex98586E02A1C281531b2f
Octal23013015605234505233357
Binary100110001011000110111001010101110010100010101001111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98586E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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