#805E66

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

Shades of Mauve Taupe #805E66

Tints of Mauve Taupe #805E66

Color information

#805E66 (or 0x805E66) is unknown color: approx Mauve Taupe. HEX triplet: 80, 5E and 66. RGB value is (128,94,102). Sum of RGB (Red+Green+Blue) = 128+94+102=324 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.51% from 324); Green value is 94 (37.11% from 255 or 29.01% from 324); Blue value is 102 (40.23% from 255 or 31.48% from 324); Max value from RGB is 128 - color contains mainly: red. Hex color #805E66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805E66 is #7FA199. Grayscale: #696969. Windows color (decimal): -8364442 or 6708864. OLE color: 6708864.

HSL color Cylindrical-coordinate representation of color #805E66: hue angle of 345.88º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #805E66 is Cyan = 0, Magento = 0.27, Yellow = 0.20 and Black (K on CMYK) = 0.50.

Color convert

RGB12894102-
CMYK00.270.200.50
HSL345.88º15.32%43.53%-
HSV(B)345.88º26.56%50.2%-
XYZ15.313.5514.38-
YUV105.08126.26144.35-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 39.51%
GREEN value IS 94 (37.11% from 255) = 29.01%
BLUE value IS 102 (40.23% from 255) = 31.48%
R=39.51%
G=29.01%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.20
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1289410200.270.200.50345.8815.3243.53
Hex805E6601B143215af2c
Octal20013614603324625321754
Binary1000000010111101100110011011101001100101010110101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805E66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805E66; }

 p { color: rgb(128,94,102); }

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

<style>
 a { background-color: #805E66; }

 a { background-color: rgb(128,94,102); }

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

<style>
 span { border-color: #805E66; }

 span { border-color: rgb(128,94,102); }

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