Color Hex Logo

#86682e Color Hex

#86682E
(134,104,46)
0 Favorites   0 Comments

Color spaces of #86682e

RGB 13410446
HSL0.110.490.35
HSV40°66°53°
CMYK 0.000.220.66   0.47
XYZ15.275015.16624.7071
Yxy15.16620.43460.4315
Hunter Lab38.94381.861720.0943
CIE-Lab45.86105.200436.4638

#86682e color RGB value is (134,104,46).

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

The process color (four color CMYK) of #86682e color hex is 0.00, 0.22, 0.66, 0.47. Web safe color of #86682e is #996633. Color #86682e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01101000 00101110
Octal 206 150 56
Decimal 134 104 46
Hex 86 68 2E

RGB Percentages of Color #86682e

%47.18
%36.62
%16.20

CMYK Percentages of Color #86682e

%0
%22
%66
%47

Triadic Colors of #86682e

#86682e #2e8668 #682e86

Analogous Colors of #86682e

#86682e #78862e #863c2e

Monochromatic Colors of #86682e

#86682e

Complementary Color

#86682e #2e4c86

#86682e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86682e Color Preview on White Background

Lorem ipsum dolor sit amet.

#86682e Color CSS Codes

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

#86682e Text Font Color

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

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


#86682e Background Color

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

This div background color is #86682e


#86682e Border Color

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

This div border color is #86682e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(134,104,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 #86682e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86682e


Comments

No comments written yet.

Please login to write comment.