Color Hex Logo

#866f2e Color Hex

#866F2E
(134,111,46)
0 Favorites   0 Comments

Color spaces of #866f2e

RGB 13411146
HSL0.120.490.35
HSV44°66°53°
CMYK 0.000.170.66   0.47
XYZ16.009116.63454.9518
Yxy16.63450.42580.4425
Hunter Lab40.7854-1.309621.3513
CIE-Lab47.79621.146138.6044

#866f2e color RGB value is (134,111,46).

#866f2e hex color red value is 134, green value is 111 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #866f2e hue: 0.12 , saturation: 0.49 and the lightness value of 866f2e is 0.35.

The process color (four color CMYK) of #866f2e color hex is 0.00, 0.17, 0.66, 0.47. Web safe color of #866f2e is #996633. Color #866f2e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01101111 00101110
Octal 206 157 56
Decimal 134 111 46
Hex 86 6F 2E

RGB Percentages of Color #866f2e

%46.05
%38.14
%15.81

CMYK Percentages of Color #866f2e

%0
%17
%66
%47

Triadic Colors of #866f2e

#866f2e #2e866f #6f2e86

Analogous Colors of #866f2e

#866f2e #71862e #86432e

Monochromatic Colors of #866f2e

#866f2e

Complementary Color

#866f2e #2e4586

#866f2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#866f2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#866f2e Color CSS Codes

.mybgcolor {background-color:#866f2e; } 
.myforecolor {color:#866f2e; }
.mybordercolor {border:3px solid #866f2e; }

#866f2e Text Font Color

<p style="color:#866f2e">Text here</p>

This sample text font color is #866f2e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#866f2e Background Color

<div style="background-color:#866f2e">
Div content here</div>

This div background color is #866f2e


#866f2e Border Color

<div style="border:3px solid #866f2e">
Div here</div>

This div border color is #866f2e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,111,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #866f2e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #866f2e;
  -webkit-box-shadow: 1px 1px 3px 2px #866f2e;
  box-shadow:         1px 1px 3px 2px #866f2e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(134,111,46, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #866f2e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #866f2e;
  -webkit-box-shadow: 1px 1px 3px 2px #866f2e;
  box-shadow:         1px 1px 3px 2px #866f2e;">
Div content here</div>

This div box has shadow with color #866f2e


Comments

No comments written yet.

Please login to write comment.