#80606F

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

Shades of Mauve Taupe #80606F

Tints of Mauve Taupe #80606F

Color information

#80606F (or 0x80606F) is unknown color: approx Mauve Taupe. HEX triplet: 80, 60 and 6F. RGB value is (128,96,111). Sum of RGB (Red+Green+Blue) = 128+96+111=335 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.21% from 335); Green value is 96 (37.89% from 255 or 28.66% from 335); Blue value is 111 (43.75% from 255 or 33.13% from 335); Max value from RGB is 128 - color contains mainly: red. Hex color #80606F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80606F is #7F9F90. Grayscale: #6B6B6B. Windows color (decimal): -8363921 or 7299200. OLE color: 7299200.

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

Color convert

RGB12896111-
CMYK00.250.130.50
HSL331.88º14.29%43.92%-
HSV(B)331.88º25%50.2%-
XYZ15.9514.116.92-
YUV107.28130.1142.78-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 38.21%
GREEN value IS 96 (37.89% from 255) = 28.66%
BLUE value IS 111 (43.75% from 255) = 33.13%
R=38.21%
G=28.66%
B=33.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.13
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1289611100.250.130.50331.8814.2943.92
Hex80606F019D3214ce2c
Octal20014015703115625141654
Binary100000001100000110111101100111011100101010011001110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80606F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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