Color Hex Logo

#86736e Color Hex

#86736E
(134,115,110)
0 Favorites   0 Comments

Color spaces of #86736e

RGB 134115110
HSL0.030.100.48
HSV13°18°53°
CMYK 0.000.140.18   0.47
XYZ18.776718.455617.3245
Yxy18.45560.34420.3383
Hunter Lab42.96002.83786.1621
CIE-Lab50.04416.53095.4939

#86736e color RGB value is (134,115,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 01110011 01101110
Octal 206 163 156
Decimal 134 115 110
Hex 86 73 6E

RGB Percentages of Color #86736e

%37.33
%32.03
%30.64

CMYK Percentages of Color #86736e

%0
%14
%18
%47

Triadic Colors of #86736e

#86736e #6e8673 #736e86

Analogous Colors of #86736e

#86736e #867f6e #866e75

Monochromatic Colors of #86736e

#86736e

Complementary Color

#86736e #6e8186

#86736e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86736e Color Preview on White Background

Lorem ipsum dolor sit amet.

#86736e Color CSS Codes

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

#86736e Text Font Color

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

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


#86736e Background Color

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

This div background color is #86736e


#86736e Border Color

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

This div border color is #86736e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86736e


Comments

No comments written yet.

Please login to write comment.