#985873

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

Shades of Mauve Taupe #985873

Tints of Mauve Taupe #985873

Color information

#985873 (or 0x985873) is unknown color: approx Mauve Taupe. HEX triplet: 98, 58 and 73. RGB value is (152,88,115). Sum of RGB (Red+Green+Blue) = 152+88+115=355 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.82% from 355); Green value is 88 (34.77% from 255 or 24.79% from 355); Blue value is 115 (45.31% from 255 or 32.39% from 355); Max value from RGB is 152 - color contains mainly: red. Hex color #985873 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985873 is #67A78C. Grayscale: #6E6E6E. Windows color (decimal): -6793101 or 7559320. OLE color: 7559320.

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

Color convert

RGB15288115-
CMYK00.420.240.40
HSL334.69º26.67%47.06%-
HSV(B)334.69º42.11%59.61%-
XYZ19.5314.8918.06-
YUV110.21130.7157.8-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.82%
GREEN value IS 88 (34.77% from 255) = 24.79%
BLUE value IS 115 (45.31% from 255) = 32.39%
R=42.82%
G=24.79%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.24
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1528811500.420.240.40334.6926.6747.06
Hex98587302A182814f1b2f
Octal23013016305230505173357
Binary100110001011000111001101010101100010100010100111111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985873; }

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

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

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

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

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

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

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

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