#806371

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

Shades of Mauve Taupe #806371

Tints of Mauve Taupe #806371

Color information

#806371 (or 0x806371) is unknown color: approx Mauve Taupe. HEX triplet: 80, 63 and 71. RGB value is (128,99,113). Sum of RGB (Red+Green+Blue) = 128+99+113=340 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.65% from 340); Green value is 99 (39.06% from 255 or 29.12% from 340); Blue value is 113 (44.53% from 255 or 33.24% from 340); Max value from RGB is 128 - color contains mainly: red. Hex color #806371 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806371 is #7F9C8E. Grayscale: #6D6D6D. Windows color (decimal): -8363151 or 7431040. OLE color: 7431040.

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

Color convert

RGB12899113-
CMYK00.230.120.50
HSL331.03º12.78%44.51%-
HSV(B)331.03º22.66%50.2%-
XYZ16.3414.7117.6-
YUV109.27130.11141.36-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.65%
GREEN value IS 99 (39.06% from 255) = 29.12%
BLUE value IS 113 (44.53% from 255) = 33.24%
R=37.65%
G=29.12%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.12
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1289911300.230.120.50331.0312.7844.51
Hex806371017C3214bd2d
Octal20014316102714625131555
Binary100000001100011111000101011111001100101010010111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806371; }

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

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

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

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

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

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

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

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