#866472

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

Shades of Mauve Taupe #866472

Tints of Mauve Taupe #866472

Color information

#866472 (or 0x866472) is unknown color: approx Mauve Taupe. HEX triplet: 86, 64 and 72. RGB value is (134,100,114). Sum of RGB (Red+Green+Blue) = 134+100+114=348 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.51% from 348); Green value is 100 (39.45% from 255 or 28.74% from 348); Blue value is 114 (44.92% from 255 or 32.76% from 348); Max value from RGB is 134 - color contains mainly: red. Hex color #866472 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866472 is #799B8D. Grayscale: #6F6F6F. Windows color (decimal): -7969678 or 7496838. OLE color: 7496838.

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

Color convert

RGB134100114-
CMYK00.250.150.47
HSL335.29º14.53%45.88%-
HSV(B)335.29º25.37%52.55%-
XYZ17.4315.417.97-
YUV111.76129.26143.86-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.51%
GREEN value IS 100 (39.45% from 255) = 28.74%
BLUE value IS 114 (44.92% from 255) = 32.76%
R=38.51%
G=28.74%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.15
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13410011400.250.150.47335.2914.5345.88
Hex866472019F2F14ff2e
Octal20614416203117575171756
Binary100001101100100111001001100111111011111010011111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866472; }

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

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

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

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

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

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

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

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