#866470

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

Shades of Mauve Taupe #866470

Tints of Mauve Taupe #866470

Color information

#866470 (or 0x866470) is unknown color: approx Mauve Taupe. HEX triplet: 86, 64 and 70. RGB value is (134,100,112). Sum of RGB (Red+Green+Blue) = 134+100+112=346 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.73% from 346); Green value is 100 (39.45% from 255 or 28.90% from 346); Blue value is 112 (44.14% from 255 or 32.37% from 346); Max value from RGB is 134 - color contains mainly: red. Hex color #866470 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866470 is #799B8F. Grayscale: #6F6F6F. Windows color (decimal): -7969680 or 7365766. OLE color: 7365766.

HSL color Cylindrical-coordinate representation of color #866470: hue angle of 338.82º 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 #866470 is Cyan = 0, Magento = 0.25, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB134100112-
CMYK00.250.160.47
HSL338.82º14.53%45.88%-
HSV(B)338.82º25.37%52.55%-
XYZ17.3115.3517.38-
YUV111.53128.26144.02-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.73%
GREEN value IS 100 (39.45% from 255) = 28.90%
BLUE value IS 112 (44.14% from 255) = 32.37%
R=38.73%
G=28.90%
B=32.37%

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
Decimal13410011200.250.160.47338.8214.5345.88
Hex866470019102F153f2e
Octal20614416003120575231756
Binary1000011011001001110000011001100001011111010100111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866470; }

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

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

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

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

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

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

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

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