#866063

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

Shades of Mauve Taupe #866063

Tints of Mauve Taupe #866063

Color information

#866063 (or 0x866063) is unknown color: approx Mauve Taupe. HEX triplet: 86, 60 and 63. RGB value is (134,96,99). Sum of RGB (Red+Green+Blue) = 134+96+99=329 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.73% from 329); Green value is 96 (37.89% from 255 or 29.18% from 329); Blue value is 99 (39.06% from 255 or 30.09% from 329); Max value from RGB is 134 - color contains mainly: red. Hex color #866063 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866063 is #799F9C. Grayscale: #6B6B6B. Windows color (decimal): -7970717 or 6512774. OLE color: 6512774.

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

Color convert

RGB1349699-
CMYK00.280.260.47
HSL355.26º16.52%45.1%-
HSV(B)355.26º28.36%52.55%-
XYZ16.2714.3313.71-
YUV107.7123.09146.76-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 40.73%
GREEN value IS 96 (37.89% from 255) = 29.18%
BLUE value IS 99 (39.06% from 255) = 30.09%
R=40.73%
G=29.18%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.26
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134969900.280.260.47355.2616.5245.1
Hex86606301C1A2F163112d
Octal20614014303432575432155
Binary10000110110000011000110111001101010111110110001110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866063; }

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

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

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

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

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

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

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

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