Color Hex Logo

#86681f Color Hex

#86681F
(134,104,31)
0 Favorites   0 Comments

Color spaces of #86681f

RGB 13410431
HSL0.120.620.32
HSV43°77°53°
CMYK 0.000.220.77   0.47
XYZ15.029215.06793.4126
Yxy15.06790.44850.4497
Hunter Lab38.81741.180621.9597
CIE-Lab45.72714.311743.3682

#86681f color RGB value is (134,104,31).

#86681f hex color red value is 134, green value is 104 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #86681f hue: 0.12 , saturation: 0.62 and the lightness value of 86681f is 0.32.

The process color (four color CMYK) of #86681f color hex is 0.00, 0.22, 0.77, 0.47. Web safe color of #86681f is #996633. Color #86681f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01101000 00011111
Octal 206 150 37
Decimal 134 104 31
Hex 86 68 1F

RGB Percentages of Color #86681f

%49.81
%38.66
%11.52

CMYK Percentages of Color #86681f

%0
%22
%77
%47

Triadic Colors of #86681f

#86681f #1f8668 #681f86

Analogous Colors of #86681f

#86681f #71861f #86351f

Monochromatic Colors of #86681f

#86681f

Complementary Color

#86681f #1f3d86

#86681f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86681f Color Preview on White Background

Lorem ipsum dolor sit amet.

#86681f Color CSS Codes

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

#86681f Text Font Color

<p style="color:#86681f">Text here</p>

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


#86681f Background Color

<div style="background-color:#86681f">
Div content here</div>

This div background color is #86681f


#86681f Border Color

<div style="border:3px solid #86681f">
Div here</div>

This div border color is #86681f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86681f


Comments

No comments written yet.

Please login to write comment.