#985D70

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

Shades of Mauve Taupe #985D70

Tints of Mauve Taupe #985D70

Color information

#985D70 (or 0x985D70) is unknown color: approx Mauve Taupe. HEX triplet: 98, 5D and 70. RGB value is (152,93,112). Sum of RGB (Red+Green+Blue) = 152+93+112=357 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.58% from 357); Green value is 93 (36.72% from 255 or 26.05% from 357); Blue value is 112 (44.14% from 255 or 31.37% from 357); Max value from RGB is 152 - color contains mainly: red. Hex color #985D70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985D70 is #67A28F. Grayscale: #707070. Windows color (decimal): -6791824 or 7363992. OLE color: 7363992.

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

Color convert

RGB15293112-
CMYK00.390.260.40
HSL340.68º24.08%48.04%-
HSV(B)340.68º38.82%59.61%-
XYZ19.7915.6717.31-
YUV112.81127.55155.96-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.58%
GREEN value IS 93 (36.72% from 255) = 26.05%
BLUE value IS 112 (44.14% from 255) = 31.37%
R=42.58%
G=26.05%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.26
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1529311200.390.260.40340.6824.0848.04
Hex985D700271A281551830
Octal23013516004732505253060
Binary100110001011101111000001001111101010100010101010111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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