#866773

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

Shades of Mauve Taupe #866773

Tints of Mauve Taupe #866773

Color information

#866773 (or 0x866773) is unknown color: approx Mauve Taupe. HEX triplet: 86, 67 and 73. RGB value is (134,103,115). Sum of RGB (Red+Green+Blue) = 134+103+115=352 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.07% from 352); Green value is 103 (40.62% from 255 or 29.26% from 352); Blue value is 115 (45.31% from 255 or 32.67% from 352); Max value from RGB is 134 - color contains mainly: red. Hex color #866773 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866773 is #79988C. Grayscale: #717171. Windows color (decimal): -7968909 or 7563142. OLE color: 7563142.

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

Color convert

RGB134103115-
CMYK00.230.140.47
HSL336.77º13.08%46.47%-
HSV(B)336.77º23.13%52.55%-
XYZ17.7816.0118.37-
YUV113.64128.77142.52-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.07%
GREEN value IS 103 (40.62% from 255) = 29.26%
BLUE value IS 115 (45.31% from 255) = 32.67%
R=38.07%
G=29.26%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.14
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13410311500.230.140.47336.7713.0846.47
Hex866773017E2F151d2e
Octal20614716302716575211556
Binary100001101100111111001101011111101011111010100011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866773; }

 p { color: rgb(134,103,115); }

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

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

 a { background-color: rgb(134,103,115); }

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

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

 span { border-color: rgb(134,103,115); }

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