#80656E

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

Shades of Mauve Taupe #80656E

Tints of Mauve Taupe #80656E

Color information

#80656E (or 0x80656E) is unknown color: approx Mauve Taupe. HEX triplet: 80, 65 and 6E. RGB value is (128,101,110). Sum of RGB (Red+Green+Blue) = 128+101+110=339 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.76% from 339); Green value is 101 (39.84% from 255 or 29.79% from 339); Blue value is 110 (43.36% from 255 or 32.45% from 339); Max value from RGB is 128 - color contains mainly: red. Hex color #80656E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80656E is #7F9A91. Grayscale: #6E6E6E. Windows color (decimal): -8362642 or 7234944. OLE color: 7234944.

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

Color convert

RGB128101110-
CMYK00.210.140.50
HSL340º11.79%44.9%-
HSV(B)340º21.09%50.2%-
XYZ16.3715.0216.79-
YUV110.1127.95140.77-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.76%
GREEN value IS 101 (39.84% from 255) = 29.79%
BLUE value IS 110 (43.36% from 255) = 32.45%
R=37.76%
G=29.79%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.14
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12810111000.210.140.5034011.7944.9
Hex80656E015E32154c2d
Octal20014515602516625241455
Binary100000001100101110111001010111101100101010101001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80656E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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