#985C6C

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

Shades of Mauve Taupe #985C6C

Tints of Mauve Taupe #985C6C

Color information

#985C6C (or 0x985C6C) is unknown color: approx Mauve Taupe. HEX triplet: 98, 5C and 6C. RGB value is (152,92,108). Sum of RGB (Red+Green+Blue) = 152+92+108=352 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.18% from 352); Green value is 92 (36.33% from 255 or 26.14% from 352); Blue value is 108 (42.58% from 255 or 30.68% from 352); Max value from RGB is 152 - color contains mainly: red. Hex color #985C6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985C6C is #67A393. Grayscale: #6F6F6F. Windows color (decimal): -6792084 or 7101592. OLE color: 7101592.

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

Color convert

RGB15292108-
CMYK00.390.290.40
HSL344º24.59%47.84%-
HSV(B)344º39.47%59.61%-
XYZ19.4815.4116.14-
YUV111.76125.88156.7-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.18%
GREEN value IS 92 (36.33% from 255) = 26.14%
BLUE value IS 108 (42.58% from 255) = 30.68%
R=43.18%
G=26.14%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.29
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1529210800.390.290.4034424.5947.84
Hex985C6C0271D281581930
Octal23013415404735505303160
Binary100110001011100110110001001111110110100010101100011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,92,108); }

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

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

 a { background-color: rgb(152,92,108); }

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

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

 span { border-color: rgb(152,92,108); }

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