#985B6E

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

Shades of Mauve Taupe #985B6E

Tints of Mauve Taupe #985B6E

Color information

#985B6E (or 0x985B6E) is unknown color: approx Mauve Taupe. HEX triplet: 98, 5B and 6E. RGB value is (152,91,110). Sum of RGB (Red+Green+Blue) = 152+91+110=353 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.06% from 353); Green value is 91 (35.94% from 255 or 25.78% from 353); Blue value is 110 (43.36% from 255 or 31.16% from 353); Max value from RGB is 152 - color contains mainly: red. Hex color #985B6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985B6E is #67A491. Grayscale: #6F6F6F. Windows color (decimal): -6792338 or 7232408. OLE color: 7232408.

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

Color convert

RGB15291110-
CMYK00.400.280.40
HSL341.31º25.1%47.65%-
HSV(B)341.31º40.13%59.61%-
XYZ19.515.2816.67-
YUV111.4127.21156.96-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.06%
GREEN value IS 91 (35.94% from 255) = 25.78%
BLUE value IS 110 (43.36% from 255) = 31.16%
R=43.06%
G=25.78%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.28
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1529111000.400.280.40341.3125.147.65
Hex985B6E0281C281551930
Octal23013315605034505253160
Binary100110001011011110111001010001110010100010101010111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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