#866270

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

Shades of Mauve Taupe #866270

Tints of Mauve Taupe #866270

Color information

#866270 (or 0x866270) is unknown color: approx Mauve Taupe. HEX triplet: 86, 62 and 70. RGB value is (134,98,112). Sum of RGB (Red+Green+Blue) = 134+98+112=344 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.95% from 344); Green value is 98 (38.67% from 255 or 28.49% from 344); Blue value is 112 (44.14% from 255 or 32.56% from 344); Max value from RGB is 134 - color contains mainly: red. Hex color #866270 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866270 is #799D8F. Grayscale: #6E6E6E. Windows color (decimal): -7970192 or 7365254. OLE color: 7365254.

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

Color convert

RGB13498112-
CMYK00.270.160.47
HSL336.67º15.52%45.49%-
HSV(B)336.67º26.87%52.55%-
XYZ17.1214.9717.32-
YUV110.36128.93144.86-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.95%
GREEN value IS 98 (38.67% from 255) = 28.49%
BLUE value IS 112 (44.14% from 255) = 32.56%
R=38.95%
G=28.49%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1349811200.270.160.47336.6715.5245.49
Hex86627001B102F151102d
Octal20614216003320575212055
Binary10000110110001011100000110111000010111110101000110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866270; }

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

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

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

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

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

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

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

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