Color Hex Logo

#866d68 Color Hex

#866D68
(134,109,104)
0 Favorites   0 Comments

Color spaces of #866d68

RGB 134109104
HSL0.030.130.47
HSV10°22°53°
CMYK 0.000.190.22   0.47
XYZ17.798817.005115.4409
Yxy17.00510.35420.3384
Hunter Lab41.23724.87896.6655
CIE-Lab48.26659.04746.5083

#866d68 color RGB value is (134,109,104).

#866d68 hex color red value is 134, green value is 109 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #866d68 hue: 0.03 , saturation: 0.13 and the lightness value of 866d68 is 0.47.

The process color (four color CMYK) of #866d68 color hex is 0.00, 0.19, 0.22, 0.47. Web safe color of #866d68 is #996666. Color #866d68 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01101101 01101000
Octal 206 155 150
Decimal 134 109 104
Hex 86 6D 68

RGB Percentages of Color #866d68

%38.62
%31.41
%29.97

CMYK Percentages of Color #866d68

%0
%19
%22
%47

Triadic Colors of #866d68

#866d68 #68866d #6d6886

Analogous Colors of #866d68

#866d68 #867c68 #866872

Monochromatic Colors of #866d68

#866d68

Complementary Color

#866d68 #688186

#866d68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#866d68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#866d68 Color CSS Codes

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

#866d68 Text Font Color

<p style="color:#866d68">Text here</p>

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


#866d68 Background Color

<div style="background-color:#866d68">
Div content here</div>

This div background color is #866d68


#866d68 Border Color

<div style="border:3px solid #866d68">
Div here</div>

This div border color is #866d68


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #866d68


Comments

No comments written yet.

Please login to write comment.