#806171

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

Shades of Mauve Taupe #806171

Tints of Mauve Taupe #806171

Color information

#806171 (or 0x806171) is unknown color: approx Mauve Taupe. HEX triplet: 80, 61 and 71. RGB value is (128,97,113). Sum of RGB (Red+Green+Blue) = 128+97+113=338 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.87% from 338); Green value is 97 (38.28% from 255 or 28.70% from 338); Blue value is 113 (44.53% from 255 or 33.43% from 338); Max value from RGB is 128 - color contains mainly: red. Hex color #806171 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806171 is #7F9E8E. Grayscale: #6C6C6C. Windows color (decimal): -8363663 or 7430528. OLE color: 7430528.

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

Color convert

RGB12897113-
CMYK00.240.120.50
HSL329.03º13.78%44.12%-
HSV(B)329.03º24.22%50.2%-
XYZ16.1614.3317.54-
YUV108.09130.77142.2-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.87%
GREEN value IS 97 (38.28% from 255) = 28.70%
BLUE value IS 113 (44.53% from 255) = 33.43%
R=37.87%
G=28.70%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.12
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1289711300.240.120.50329.0313.7844.12
Hex806171018C32149e2c
Octal20014116103014625111654
Binary100000001100001111000101100011001100101010010011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806171; }

 p { color: rgb(128,97,113); }

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

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

 a { background-color: rgb(128,97,113); }

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

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

 span { border-color: rgb(128,97,113); }

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