Color Hex Logo

#866647 Color Hex

#866647
(134,102,71)
0 Favorites   0 Comments

Color spaces of #866647

RGB 13410271
HSL0.080.310.40
HSV30°47°53°
CMYK 0.000.240.47   0.47
XYZ15.720215.02608.0330
Yxy15.02600.40540.3875
Hunter Lab38.76344.553414.8476
CIE-Lab45.66988.640422.4451

#866647 color RGB value is (134,102,71).

#866647 hex color red value is 134, green value is 102 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #866647 hue: 0.08 , saturation: 0.31 and the lightness value of 866647 is 0.40.

The process color (four color CMYK) of #866647 color hex is 0.00, 0.24, 0.47, 0.47. Web safe color of #866647 is #996633. Color #866647 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01100110 01000111
Octal 206 146 107
Decimal 134 102 71
Hex 86 66 47

RGB Percentages of Color #866647

%43.65
%33.22
%23.13

CMYK Percentages of Color #866647

%0
%24
%47
%47

Triadic Colors of #866647

#866647 #478666 #664786

Analogous Colors of #866647

#866647 #868647 #864748

Monochromatic Colors of #866647

#866647

Complementary Color

#866647 #476786

#866647 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#866647 Color Preview on White Background

Lorem ipsum dolor sit amet.

#866647 Color CSS Codes

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

#866647 Text Font Color

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

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


#866647 Background Color

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

This div background color is #866647


#866647 Border Color

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

This div border color is #866647


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,102,71, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #866647; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #866647;
  -webkit-box-shadow: 1px 1px 3px 2px #866647;
  box-shadow:         1px 1px 3px 2px #866647; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #866647


Comments

No comments written yet.

Please login to write comment.