#806471

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

Shades of Mauve Taupe #806471

Tints of Mauve Taupe #806471

Color information

#806471 (or 0x806471) is unknown color: approx Mauve Taupe. HEX triplet: 80, 64 and 71. RGB value is (128,100,113). Sum of RGB (Red+Green+Blue) = 128+100+113=341 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.54% from 341); Green value is 100 (39.45% from 255 or 29.33% from 341); Blue value is 113 (44.53% from 255 or 33.14% from 341); Max value from RGB is 128 - color contains mainly: red. Hex color #806471 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806471 is #7F9B8E. Grayscale: #6D6D6D. Windows color (decimal): -8362895 or 7431296. OLE color: 7431296.

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

Color convert

RGB128100113-
CMYK00.220.120.50
HSL332.14º12.28%44.71%-
HSV(B)332.14º21.88%50.2%-
XYZ16.4414.917.63-
YUV109.85129.78140.94-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.54%
GREEN value IS 100 (39.45% from 255) = 29.33%
BLUE value IS 113 (44.53% from 255) = 33.14%
R=37.54%
G=29.33%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.12
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12810011300.220.120.50332.1412.2844.71
Hex806471016C3214cc2d
Octal20014416102614625141455
Binary100000001100100111000101011011001100101010011001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806471; }

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

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

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

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

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

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

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

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