Color Hex Logo

#86706d Color Hex

#86706D
(134,112,109)
0 Favorites   0 Comments

Color spaces of #86706d

RGB 134112109
HSL0.020.100.48
HSV19°53°
CMYK 0.000.160.19   0.47
XYZ18.386017.760816.9271
Yxy17.76080.34640.3346
Hunter Lab42.14364.12315.6865
CIE-Lab49.20478.11514.8817

#86706d color RGB value is (134,112,109).

#86706d hex color red value is 134, green value is 112 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #86706d hue: 0.02 , saturation: 0.10 and the lightness value of 86706d is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 01110000 01101101
Octal 206 160 155
Decimal 134 112 109
Hex 86 70 6D

RGB Percentages of Color #86706d

%37.75
%31.55
%30.70

CMYK Percentages of Color #86706d

%0
%16
%19
%47

Triadic Colors of #86706d

#86706d #6d8670 #706d86

Analogous Colors of #86706d

#86706d #867d6d #866d77

Monochromatic Colors of #86706d

#86706d

Complementary Color

#86706d #6d8386

#86706d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86706d Color Preview on White Background

Lorem ipsum dolor sit amet.

#86706d Color CSS Codes

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

#86706d Text Font Color

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

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


#86706d Background Color

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

This div background color is #86706d


#86706d Border Color

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

This div border color is #86706d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86706d


Comments

No comments written yet.

Please login to write comment.