#80646E

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

Shades of Mauve Taupe #80646E

Tints of Mauve Taupe #80646E

Color information

#80646E (or 0x80646E) is unknown color: approx Mauve Taupe. HEX triplet: 80, 64 and 6E. RGB value is (128,100,110). Sum of RGB (Red+Green+Blue) = 128+100+110=338 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.87% from 338); Green value is 100 (39.45% from 255 or 29.59% from 338); Blue value is 110 (43.36% from 255 or 32.54% from 338); Max value from RGB is 128 - color contains mainly: red. Hex color #80646E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80646E is #7F9B91. Grayscale: #6D6D6D. Windows color (decimal): -8362898 or 7234688. OLE color: 7234688.

HSL color Cylindrical-coordinate representation of color #80646E: hue angle of 338.57º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #80646E is Cyan = 0, Magento = 0.22, Yellow = 0.14 and Black (K on CMYK) = 0.50.

Color convert

RGB128100110-
CMYK00.220.140.50
HSL338.57º12.28%44.71%-
HSV(B)338.57º21.88%50.2%-
XYZ16.2714.8316.76-
YUV109.51128.28141.19-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.87%
GREEN value IS 100 (39.45% from 255) = 29.59%
BLUE value IS 110 (43.36% from 255) = 32.54%
R=37.87%
G=29.59%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.14
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12810011000.220.140.50338.5712.2844.71
Hex80646E016E32153c2d
Octal20014415602616625231455
Binary100000001100100110111001011011101100101010100111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80646E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80646E; }

 p { color: rgb(128,100,110); }

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

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

 a { background-color: rgb(128,100,110); }

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

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

 span { border-color: rgb(128,100,110); }

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