#80646F

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

Shades of Mauve Taupe #80646F

Tints of Mauve Taupe #80646F

Color information

#80646F (or 0x80646F) is unknown color: approx Mauve Taupe. HEX triplet: 80, 64 and 6F. RGB value is (128,100,111). Sum of RGB (Red+Green+Blue) = 128+100+111=339 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.76% from 339); Green value is 100 (39.45% from 255 or 29.50% from 339); Blue value is 111 (43.75% from 255 or 32.74% from 339); Max value from RGB is 128 - color contains mainly: red. Hex color #80646F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80646F is #7F9B90. Grayscale: #6D6D6D. Windows color (decimal): -8362897 or 7300224. OLE color: 7300224.

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

Color convert

RGB128100111-
CMYK00.220.130.50
HSL336.43º12.28%44.71%-
HSV(B)336.43º21.88%50.2%-
XYZ16.3314.8517.04-
YUV109.63128.78141.11-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.76%
GREEN value IS 100 (39.45% from 255) = 29.50%
BLUE value IS 111 (43.75% from 255) = 32.74%
R=37.76%
G=29.50%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.13
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12810011100.220.130.50336.4312.2844.71
Hex80646F016D32150c2d
Octal20014415702615625201455
Binary100000001100100110111101011011011100101010100001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80646F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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