#80606C

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

Shades of Mauve Taupe #80606C

Tints of Mauve Taupe #80606C

Color information

#80606C (or 0x80606C) is unknown color: approx Mauve Taupe. HEX triplet: 80, 60 and 6C. RGB value is (128,96,108). Sum of RGB (Red+Green+Blue) = 128+96+108=332 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.55% from 332); Green value is 96 (37.89% from 255 or 28.92% from 332); Blue value is 108 (42.58% from 255 or 32.53% from 332); Max value from RGB is 128 - color contains mainly: red. Hex color #80606C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80606C is #7F9F93. Grayscale: #6A6A6A. Windows color (decimal): -8363924 or 7102592. OLE color: 7102592.

HSL color Cylindrical-coordinate representation of color #80606C: hue angle of 337.5º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #80606C is Cyan = 0, Magento = 0.25, Yellow = 0.16 and Black (K on CMYK) = 0.50.

Color convert

RGB12896108-
CMYK00.250.160.50
HSL337.5º14.29%43.92%-
HSV(B)337.5º25%50.2%-
XYZ15.7914.0416.06-
YUV106.94128.6143.02-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 38.55%
GREEN value IS 96 (37.89% from 255) = 28.92%
BLUE value IS 108 (42.58% from 255) = 32.53%
R=38.55%
G=28.92%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.16
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1289610800.250.160.50337.514.2943.92
Hex80606C0191032152e2c
Octal20014015403120625221654
Binary1000000011000001101100011001100001100101010100101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80606C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80606C; }

 p { color: rgb(128,96,108); }

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

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

 a { background-color: rgb(128,96,108); }

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

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

 span { border-color: rgb(128,96,108); }

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