#805E65

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

Shades of Mauve Taupe #805E65

Tints of Mauve Taupe #805E65

Color information

#805E65 (or 0x805E65) is unknown color: approx Mauve Taupe. HEX triplet: 80, 5E and 65. RGB value is (128,94,101). Sum of RGB (Red+Green+Blue) = 128+94+101=323 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.63% from 323); Green value is 94 (37.11% from 255 or 29.10% from 323); Blue value is 101 (39.84% from 255 or 31.27% from 323); Max value from RGB is 128 - color contains mainly: red. Hex color #805E65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805E65 is #7FA19A. Grayscale: #686868. Windows color (decimal): -8364443 or 6643328. OLE color: 6643328.

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

Color convert

RGB12894101-
CMYK00.270.210.50
HSL347.65º15.32%43.53%-
HSV(B)347.65º26.56%50.2%-
XYZ15.2513.5314.12-
YUV104.96125.76144.43-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 39.63%
GREEN value IS 94 (37.11% from 255) = 29.10%
BLUE value IS 101 (39.84% from 255) = 31.27%
R=39.63%
G=29.10%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.21
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1289410100.270.210.50347.6515.3243.53
Hex805E6501B153215cf2c
Octal20013614503325625341754
Binary1000000010111101100101011011101011100101010111001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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