Color Hex Logo

#86682a Color Hex

#86682A
(134,104,42)
0 Favorites   0 Comments

Color spaces of #86682a

RGB 13410442
HSL0.110.520.35
HSV40°69°53°
CMYK 0.000.220.69   0.47
XYZ15.199715.13614.3109
Yxy15.13610.43870.4369
Hunter Lab38.90511.653520.6639
CIE-Lab45.82004.929538.4206

#86682a color RGB value is (134,104,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 01101000 00101010
Octal 206 150 52
Decimal 134 104 42
Hex 86 68 2A

RGB Percentages of Color #86682a

%47.86
%37.14
%15.00

CMYK Percentages of Color #86682a

%0
%22
%69
%47

Triadic Colors of #86682a

#86682a #2a8668 #682a86

Analogous Colors of #86682a

#86682a #76862a #863a2a

Monochromatic Colors of #86682a

#86682a

Complementary Color

#86682a #2a4886

#86682a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86682a Color Preview on White Background

Lorem ipsum dolor sit amet.

#86682a Color CSS Codes

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

#86682a Text Font Color

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

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


#86682a Background Color

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

This div background color is #86682a


#86682a Border Color

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

This div border color is #86682a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86682a


Comments

No comments written yet.

Please login to write comment.