#985476

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

Shades of Mauve Taupe #985476

Tints of Mauve Taupe #985476

Color information

#985476 (or 0x985476) is unknown color: approx Mauve Taupe. HEX triplet: 98, 54 and 76. RGB value is (152,84,118). Sum of RGB (Red+Green+Blue) = 152+84+118=354 (46% of max value = 765). Red value is 152 (59.77% from 255 or 42.94% from 354); Green value is 84 (33.20% from 255 or 23.73% from 354); Blue value is 118 (46.48% from 255 or 33.33% from 354); Max value from RGB is 152 - color contains mainly: red. Hex color #985476 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985476 is #67AB89. Grayscale: #6C6C6C. Windows color (decimal): -6794122 or 7754904. OLE color: 7754904.

HSL color Cylindrical-coordinate representation of color #985476: hue angle of 330º 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 #985476 is Cyan = 0, Magento = 0.45, Yellow = 0.22 and Black (K on CMYK) = 0.40.

Color convert

RGB15284118-
CMYK00.450.220.40
HSL330º28.81%46.27%-
HSV(B)330º44.74%59.61%-
XYZ19.3914.3218.88-
YUV108.21133.53159.24-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.94%
GREEN value IS 84 (33.20% from 255) = 23.73%
BLUE value IS 118 (46.48% from 255) = 33.33%
R=42.94%
G=23.73%
B=33.33%

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
Decimal1528411800.450.220.4033028.8146.27
Hex98547602D162814a1d2e
Octal23012416605526505123556
Binary100110001010100111011001011011011010100010100101011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985476; }

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

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

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

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

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

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

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

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