#986576

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

Shades of Mauve Taupe #986576

Tints of Mauve Taupe #986576

Color information

#986576 (or 0x986576) is unknown color: approx Mauve Taupe. HEX triplet: 98, 65 and 76. RGB value is (152,101,118). Sum of RGB (Red+Green+Blue) = 152+101+118=371 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.97% from 371); Green value is 101 (39.84% from 255 or 27.22% from 371); Blue value is 118 (46.48% from 255 or 31.81% from 371); Max value from RGB is 152 - color contains mainly: red. Hex color #986576 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986576 is #679A89. Grayscale: #767676. Windows color (decimal): -6789770 or 7759256. OLE color: 7759256.

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

Color convert

RGB152101118-
CMYK00.340.220.40
HSL340º20.16%49.61%-
HSV(B)340º33.55%59.61%-
XYZ20.8717.2919.38-
YUV118.19127.9152.12-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.97%
GREEN value IS 101 (39.84% from 255) = 27.22%
BLUE value IS 118 (46.48% from 255) = 31.81%
R=40.97%
G=27.22%
B=31.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.22
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15210111800.340.220.4034020.1649.61
Hex98657602216281541432
Octal23014516604226505242462
Binary100110001100101111011001000101011010100010101010010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986576; }

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

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

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

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

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

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

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

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