Color Hex Logo

#866865 Color Hex

#866865
(134,104,101)
0 Favorites   0 Comments

Color spaces of #866865

RGB 134104101
HSL0.020.140.46
HSV25°53°
CMYK 0.000.220.25   0.47
XYZ17.130815.908514.4797
Yxy15.90850.36050.3348
Hunter Lab39.88556.86626.3957
CIE-Lab46.854211.51036.2840

#866865 color RGB value is (134,104,101).

#866865 hex color red value is 134, green value is 104 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #866865 hue: 0.02 , saturation: 0.14 and the lightness value of 866865 is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 01101000 01100101
Octal 206 150 145
Decimal 134 104 101
Hex 86 68 65

RGB Percentages of Color #866865

%39.53
%30.68
%29.79

CMYK Percentages of Color #866865

%0
%22
%25
%47

Triadic Colors of #866865

#866865 #658668 #686586

Analogous Colors of #866865

#866865 #867965 #866573

Monochromatic Colors of #866865

#866865

Complementary Color

#866865 #658386

#866865 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#866865 Color Preview on White Background

Lorem ipsum dolor sit amet.

#866865 Color CSS Codes

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

#866865 Text Font Color

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

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


#866865 Background Color

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

This div background color is #866865


#866865 Border Color

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

This div border color is #866865


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #866865


Comments

No comments written yet.

Please login to write comment.