#866471

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

Shades of Mauve Taupe #866471

Tints of Mauve Taupe #866471

Color information

#866471 (or 0x866471) is unknown color: approx Mauve Taupe. HEX triplet: 86, 64 and 71. RGB value is (134,100,113). Sum of RGB (Red+Green+Blue) = 134+100+113=347 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.62% from 347); Green value is 100 (39.45% from 255 or 28.82% from 347); Blue value is 113 (44.53% from 255 or 32.56% from 347); Max value from RGB is 134 - color contains mainly: red. Hex color #866471 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866471 is #799B8E. Grayscale: #6F6F6F. Windows color (decimal): -7969679 or 7431302. OLE color: 7431302.

HSL color Cylindrical-coordinate representation of color #866471: hue angle of 337.06º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #866471 is Cyan = 0, Magento = 0.25, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB134100113-
CMYK00.250.160.47
HSL337.06º14.53%45.88%-
HSV(B)337.06º25.37%52.55%-
XYZ17.3715.3717.67-
YUV111.65128.76143.94-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.62%
GREEN value IS 100 (39.45% from 255) = 28.82%
BLUE value IS 113 (44.53% from 255) = 32.56%
R=38.62%
G=28.82%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13410011300.250.160.47337.0614.5345.88
Hex866471019102F151f2e
Octal20614416103120575211756
Binary1000011011001001110001011001100001011111010100011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866471; }

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

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

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

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

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

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

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

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