Color Hex Logo

#866013 Color Hex

#866013
(134,96,19)
0 Favorites   0 Comments

Color spaces of #866013

RGB 1349619
HSL0.110.750.30
HSV40°86°53°
CMYK 0.000.280.86   0.47
XYZ14.131913.48112.4734
Yxy13.48110.46970.4481
Hunter Lab36.71664.449021.7076
CIE-Lab43.47948.508445.9083

#866013 color RGB value is (134,96,19).

#866013 hex color red value is 134, green value is 96 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #866013 hue: 0.11 , saturation: 0.75 and the lightness value of 866013 is 0.30.

The process color (four color CMYK) of #866013 color hex is 0.00, 0.28, 0.86, 0.47. Web safe color of #866013 is #996600. Color #866013 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01100000 00010011
Octal 206 140 23
Decimal 134 96 19
Hex 86 60 13

RGB Percentages of Color #866013

%53.82
%38.55
%7.63

CMYK Percentages of Color #866013

%0
%28
%86
%47

Triadic Colors of #866013

#866013 #138660 #601386

Analogous Colors of #866013

#866013 #738613 #862713

Monochromatic Colors of #866013

#866013

Complementary Color

#866013 #133986

#866013 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#866013 Color Preview on White Background

Lorem ipsum dolor sit amet.

#866013 Color CSS Codes

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

#866013 Text Font Color

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

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


#866013 Background Color

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

This div background color is #866013


#866013 Border Color

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

This div border color is #866013


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #866013


Comments

No comments written yet.

Please login to write comment.