#985970

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

Shades of Mauve Taupe #985970

Tints of Mauve Taupe #985970

Color information

#985970 (or 0x985970) is unknown color: approx Mauve Taupe. HEX triplet: 98, 59 and 70. RGB value is (152,89,112). Sum of RGB (Red+Green+Blue) = 152+89+112=353 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.06% from 353); Green value is 89 (35.16% from 255 or 25.21% from 353); Blue value is 112 (44.14% from 255 or 31.73% from 353); Max value from RGB is 152 - color contains mainly: red. Hex color #985970 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985970 is #67A68F. Grayscale: #6E6E6E. Windows color (decimal): -6792848 or 7362968. OLE color: 7362968.

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

Color convert

RGB15289112-
CMYK00.410.260.40
HSL338.1º26.14%47.25%-
HSV(B)338.1º41.45%59.61%-
XYZ19.4514.9917.2-
YUV110.46128.87157.63-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.06%
GREEN value IS 89 (35.16% from 255) = 25.21%
BLUE value IS 112 (44.14% from 255) = 31.73%
R=43.06%
G=25.21%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.26
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1528911200.410.260.40338.126.1447.25
Hex9859700291A281521a2f
Octal23013116005132505223257
Binary100110001011001111000001010011101010100010101001011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985970; }

 p { color: rgb(152,89,112); }

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

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

 a { background-color: rgb(152,89,112); }

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

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

 span { border-color: rgb(152,89,112); }

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