Color Hex Logo

#86706e Color Hex

#86706E
(134,112,110)
0 Favorites   0 Comments

Color spaces of #86706e

RGB 134112110
HSL0.010.100.48
HSV18°53°
CMYK 0.000.160.18   0.47
XYZ18.440217.782517.2123
Yxy17.78250.34510.3328
Hunter Lab42.16934.25995.3180
CIE-Lab49.23128.28464.3268

#86706e color RGB value is (134,112,110).

#86706e hex color red value is 134, green value is 112 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #86706e hue: 0.01 , saturation: 0.10 and the lightness value of 86706e is 0.48.

The process color (four color CMYK) of #86706e color hex is 0.00, 0.16, 0.18, 0.47. Web safe color of #86706e is #996666. Color #86706e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01110000 01101110
Octal 206 160 156
Decimal 134 112 110
Hex 86 70 6E

RGB Percentages of Color #86706e

%37.64
%31.46
%30.90

CMYK Percentages of Color #86706e

%0
%16
%18
%47

Triadic Colors of #86706e

#86706e #6e8670 #706e86

Analogous Colors of #86706e

#86706e #867c6e #866e78

Monochromatic Colors of #86706e

#86706e

Complementary Color

#86706e #6e8486

#86706e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86706e Color Preview on White Background

Lorem ipsum dolor sit amet.

#86706e Color CSS Codes

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

#86706e Text Font Color

<p style="color:#86706e">Text here</p>

This sample text font color is #86706e
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.


#86706e Background Color

<div style="background-color:#86706e">
Div content here</div>

This div background color is #86706e


#86706e Border Color

<div style="border:3px solid #86706e">
Div here</div>

This div border color is #86706e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,112,110, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #86706e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #86706e;
  -webkit-box-shadow: 1px 1px 3px 2px #86706e;
  box-shadow:         1px 1px 3px 2px #86706e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86706e


Comments

No comments written yet.

Please login to write comment.