Color Hex Logo

#865966 Color Hex

#865966
(134,89,102)
0 Favorites   0 Comments

Color spaces of #865966

RGB 13489102
HSL0.950.200.44
HSV343°34°53°
CMYK 0.000.340.24   0.47
XYZ15.802213.172414.2800
Yxy13.17240.36530.3045
Hunter Lab36.293814.20422.0777
CIE-Lab43.021920.53020.1480

#865966 color RGB value is (134,89,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 01011001 01100110
Octal 206 131 146
Decimal 134 89 102
Hex 86 59 66

RGB Percentages of Color #865966

%41.23
%27.38
%31.38

CMYK Percentages of Color #865966

%0
%34
%24
%47

Triadic Colors of #865966

#865966 #668659 #596686

Analogous Colors of #865966

#865966 #866359 #86597d

Monochromatic Colors of #865966

#865966

Complementary Color

#865966 #598679

#865966 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#865966 Color Preview on White Background

Lorem ipsum dolor sit amet.

#865966 Color CSS Codes

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

#865966 Text Font Color

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

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


#865966 Background Color

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

This div background color is #865966


#865966 Border Color

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

This div border color is #865966


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #865966


Comments

No comments written yet.

Please login to write comment.