#80656F

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

Shades of Mauve Taupe #80656F

Tints of Mauve Taupe #80656F

Color information

#80656F (or 0x80656F) is unknown color: approx Mauve Taupe. HEX triplet: 80, 65 and 6F. RGB value is (128,101,111). Sum of RGB (Red+Green+Blue) = 128+101+111=340 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.65% from 340); Green value is 101 (39.84% from 255 or 29.71% from 340); Blue value is 111 (43.75% from 255 or 32.65% from 340); Max value from RGB is 128 - color contains mainly: red. Hex color #80656F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80656F is #7F9A90. Grayscale: #6E6E6E. Windows color (decimal): -8362641 or 7300480. OLE color: 7300480.

HSL color Cylindrical-coordinate representation of color #80656F: hue angle of 337.78º 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 #80656F is Cyan = 0, Magento = 0.21, Yellow = 0.13 and Black (K on CMYK) = 0.50.

Color convert

RGB128101111-
CMYK00.210.130.50
HSL337.78º11.79%44.9%-
HSV(B)337.78º21.09%50.2%-
XYZ16.4315.0417.08-
YUV110.21128.45140.69-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.65%
GREEN value IS 101 (39.84% from 255) = 29.71%
BLUE value IS 111 (43.75% from 255) = 32.65%
R=37.65%
G=29.71%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.13
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12810111100.210.130.50337.7811.7944.9
Hex80656F015D32152c2d
Octal20014515702515625221455
Binary100000001100101110111101010111011100101010100101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80656F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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