Color Hex Logo

#86706a Color Hex

#86706A
(134,112,106)
0 Favorites   0 Comments

Color spaces of #86706a

RGB 134112106
HSL0.040.120.47
HSV13°21°53°
CMYK 0.000.160.21   0.47
XYZ18.227217.697316.0909
Yxy17.69730.35040.3402
Hunter Lab42.06823.72086.7695
CIE-Lab49.12697.61556.5484

#86706a color RGB value is (134,112,106).

#86706a hex color red value is 134, green value is 112 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #86706a hue: 0.04 , saturation: 0.12 and the lightness value of 86706a is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 01110000 01101010
Octal 206 160 152
Decimal 134 112 106
Hex 86 70 6A

RGB Percentages of Color #86706a

%38.07
%31.82
%30.11

CMYK Percentages of Color #86706a

%0
%16
%21
%47

Triadic Colors of #86706a

#86706a #6a8670 #706a86

Analogous Colors of #86706a

#86706a #867e6a #866a72

Monochromatic Colors of #86706a

#86706a

Complementary Color

#86706a #6a8086

#86706a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86706a Color Preview on White Background

Lorem ipsum dolor sit amet.

#86706a Color CSS Codes

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

#86706a Text Font Color

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

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


#86706a Background Color

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

This div background color is #86706a


#86706a Border Color

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

This div border color is #86706a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86706a


Comments

No comments written yet.

Please login to write comment.