Color Hex Logo

#866859 Color Hex

#866859
(134,104,89)
0 Favorites   0 Comments

Color spaces of #866859

RGB 13410489
HSL0.060.200.44
HSV20°34°53°
CMYK 0.000.220.34   0.47
XYZ16.585015.690211.6056
Yxy15.69020.37800.3576
Hunter Lab39.61095.418710.3562
CIE-Lab46.56549.723313.0443

#866859 color RGB value is (134,104,89).

#866859 hex color red value is 134, green value is 104 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #866859 hue: 0.06 , saturation: 0.20 and the lightness value of 866859 is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 01101000 01011001
Octal 206 150 131
Decimal 134 104 89
Hex 86 68 59

RGB Percentages of Color #866859

%40.98
%31.80
%27.22

CMYK Percentages of Color #866859

%0
%22
%34
%47

Triadic Colors of #866859

#866859 #598668 #685986

Analogous Colors of #866859

#866859 #867f59 #865961

Monochromatic Colors of #866859

#866859

Complementary Color

#866859 #597786

#866859 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#866859 Color Preview on White Background

Lorem ipsum dolor sit amet.

#866859 Color CSS Codes

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

#866859 Text Font Color

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

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


#866859 Background Color

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

This div background color is #866859


#866859 Border Color

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

This div border color is #866859


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #866859


Comments

No comments written yet.

Please login to write comment.