#985A74

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

Shades of Mauve Taupe #985A74

Tints of Mauve Taupe #985A74

Color information

#985A74 (or 0x985A74) is unknown color: approx Mauve Taupe. HEX triplet: 98, 5A and 74. RGB value is (152,90,116). Sum of RGB (Red+Green+Blue) = 152+90+116=358 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.46% from 358); Green value is 90 (35.55% from 255 or 25.14% from 358); Blue value is 116 (45.70% from 255 or 32.40% from 358); Max value from RGB is 152 - color contains mainly: red. Hex color #985A74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985A74 is #67A58B. Grayscale: #6F6F6F. Windows color (decimal): -6792588 or 7625368. OLE color: 7625368.

HSL color Cylindrical-coordinate representation of color #985A74: hue angle of 334.84º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #985A74 is Cyan = 0, Magento = 0.41, Yellow = 0.24 and Black (K on CMYK) = 0.40.

Color convert

RGB15290116-
CMYK00.410.240.40
HSL334.84º25.62%47.45%-
HSV(B)334.84º40.79%59.61%-
XYZ19.7615.2518.42-
YUV111.5130.54156.89-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.46%
GREEN value IS 90 (35.55% from 255) = 25.14%
BLUE value IS 116 (45.70% from 255) = 32.40%
R=42.46%
G=25.14%
B=32.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.24
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1529011600.410.240.40334.8425.6247.45
Hex985A74029182814f1a2f
Octal23013216405130505173257
Binary100110001011010111010001010011100010100010100111111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985A74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985A74; }

 p { color: rgb(152,90,116); }

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

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

 a { background-color: rgb(152,90,116); }

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

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

 span { border-color: rgb(152,90,116); }

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