#985D6E

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

Shades of Mauve Taupe #985D6E

Tints of Mauve Taupe #985D6E

Color information

#985D6E (or 0x985D6E) is unknown color: approx Mauve Taupe. HEX triplet: 98, 5D and 6E. RGB value is (152,93,110). Sum of RGB (Red+Green+Blue) = 152+93+110=355 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.82% from 355); Green value is 93 (36.72% from 255 or 26.20% from 355); Blue value is 110 (43.36% from 255 or 30.99% from 355); Max value from RGB is 152 - color contains mainly: red. Hex color #985D6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985D6E is #67A291. Grayscale: #707070. Windows color (decimal): -6791826 or 7232920. OLE color: 7232920.

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

Color convert

RGB15293110-
CMYK00.390.280.40
HSL342.71º24.08%48.04%-
HSV(B)342.71º38.82%59.61%-
XYZ19.6815.6316.73-
YUV112.58126.55156.12-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.82%
GREEN value IS 93 (36.72% from 255) = 26.20%
BLUE value IS 110 (43.36% from 255) = 30.99%
R=42.82%
G=26.20%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.28
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1529311000.390.280.40342.7124.0848.04
Hex985D6E0271C281571830
Octal23013515604734505273060
Binary100110001011101110111001001111110010100010101011111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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