#866070

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

Shades of Mauve Taupe #866070

Tints of Mauve Taupe #866070

Color information

#866070 (or 0x866070) is unknown color: approx Mauve Taupe. HEX triplet: 86, 60 and 70. RGB value is (134,96,112). Sum of RGB (Red+Green+Blue) = 134+96+112=342 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.18% from 342); Green value is 96 (37.89% from 255 or 28.07% from 342); Blue value is 112 (44.14% from 255 or 32.75% from 342); Max value from RGB is 134 - color contains mainly: red. Hex color #866070 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866070 is #799F8F. Grayscale: #6D6D6D. Windows color (decimal): -7970704 or 7364742. OLE color: 7364742.

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

Color convert

RGB13496112-
CMYK00.280.160.47
HSL334.74º16.52%45.1%-
HSV(B)334.74º28.36%52.55%-
XYZ16.9414.617.26-
YUV109.19129.59145.7-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 39.18%
GREEN value IS 96 (37.89% from 255) = 28.07%
BLUE value IS 112 (44.14% from 255) = 32.75%
R=39.18%
G=28.07%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1349611200.280.160.47334.7416.5245.1
Hex86607001C102F14f112d
Octal20614016003420575172155
Binary10000110110000011100000111001000010111110100111110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866070; }

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

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

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

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

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

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

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

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