#985376

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

Shades of Mauve Taupe #985376

Tints of Mauve Taupe #985376

Color information

#985376 (or 0x985376) is unknown color: approx Mauve Taupe. HEX triplet: 98, 53 and 76. RGB value is (152,83,118). Sum of RGB (Red+Green+Blue) = 152+83+118=353 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.06% from 353); Green value is 83 (32.81% from 255 or 23.51% from 353); Blue value is 118 (46.48% from 255 or 33.43% from 353); Max value from RGB is 152 - color contains mainly: red. Hex color #985376 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985376 is #67AC89. Grayscale: #6B6B6B. Windows color (decimal): -6794378 or 7754648. OLE color: 7754648.

HSL color Cylindrical-coordinate representation of color #985376: hue angle of 329.57º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #985376 is Cyan = 0, Magento = 0.45, Yellow = 0.22 and Black (K on CMYK) = 0.40.

Color convert

RGB15283118-
CMYK00.450.220.40
HSL329.57º29.36%46.08%-
HSV(B)329.57º45.39%59.61%-
XYZ19.3114.1718.86-
YUV107.62133.86159.65-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.06%
GREEN value IS 83 (32.81% from 255) = 23.51%
BLUE value IS 118 (46.48% from 255) = 33.43%
R=43.06%
G=23.51%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.22
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1528311800.450.220.40329.5729.3646.08
Hex98537602D162814a1d2e
Octal23012316605526505123556
Binary100110001010011111011001011011011010100010100101011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985376; }

 p { color: rgb(152,83,118); }

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

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

 a { background-color: rgb(152,83,118); }

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

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

 span { border-color: rgb(152,83,118); }

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