#985E6E

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

Shades of Mauve Taupe #985E6E

Tints of Mauve Taupe #985E6E

Color information

#985E6E (or 0x985E6E) is unknown color: approx Mauve Taupe. HEX triplet: 98, 5E and 6E. RGB value is (152,94,110). Sum of RGB (Red+Green+Blue) = 152+94+110=356 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.70% from 356); Green value is 94 (37.11% from 255 or 26.40% from 356); Blue value is 110 (43.36% from 255 or 30.90% from 356); Max value from RGB is 152 - color contains mainly: red. Hex color #985E6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985E6E is #67A191. Grayscale: #717171. Windows color (decimal): -6791570 or 7233176. OLE color: 7233176.

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

Color convert

RGB15294110-
CMYK00.380.280.40
HSL343.45º23.58%48.24%-
HSV(B)343.45º38.16%59.61%-
XYZ19.7715.8116.76-
YUV113.17126.22155.7-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.70%
GREEN value IS 94 (37.11% from 255) = 26.40%
BLUE value IS 110 (43.36% from 255) = 30.90%
R=42.70%
G=26.40%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.28
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1529411000.380.280.40343.4523.5848.24
Hex985E6E0261C281571830
Octal23013615604634505273060
Binary100110001011110110111001001101110010100010101011111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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