#866670

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

Shades of Mauve Taupe #866670

Tints of Mauve Taupe #866670

Color information

#866670 (or 0x866670) is unknown color: approx Mauve Taupe. HEX triplet: 86, 66 and 70. RGB value is (134,102,112). Sum of RGB (Red+Green+Blue) = 134+102+112=348 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.51% from 348); Green value is 102 (40.23% from 255 or 29.31% from 348); Blue value is 112 (44.14% from 255 or 32.18% from 348); Max value from RGB is 134 - color contains mainly: red. Hex color #866670 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866670 is #79998F. Grayscale: #707070. Windows color (decimal): -7969168 or 7366278. OLE color: 7366278.

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

Color convert

RGB134102112-
CMYK00.240.160.47
HSL341.25º13.56%46.27%-
HSV(B)341.25º23.88%52.55%-
XYZ17.5115.7417.44-
YUV112.71127.6143.19-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.51%
GREEN value IS 102 (40.23% from 255) = 29.31%
BLUE value IS 112 (44.14% from 255) = 32.18%
R=38.51%
G=29.31%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13410211200.240.160.47341.2513.5646.27
Hex866670018102F155e2e
Octal20614616003020575251656
Binary1000011011001101110000011000100001011111010101011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866670; }

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

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

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

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

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

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

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

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