Color Hex Logo

#866715 Color Hex

#866715
(134,103,21)
0 Favorites   0 Comments

Color spaces of #866715

RGB 13410321
HSL0.120.730.30
HSV44°84°53°
CMYK 0.000.230.84   0.47
XYZ14.817114.82302.7896
Yxy14.82300.45690.4571
Hunter Lab38.50061.320222.6545
CIE-Lab45.39084.483146.8862

#866715 color RGB value is (134,103,21).

#866715 hex color red value is 134, green value is 103 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #866715 hue: 0.12 , saturation: 0.73 and the lightness value of 866715 is 0.30.

The process color (four color CMYK) of #866715 color hex is 0.00, 0.23, 0.84, 0.47. Web safe color of #866715 is #996600. Color #866715 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01100111 00010101
Octal 206 147 25
Decimal 134 103 21
Hex 86 67 15

RGB Percentages of Color #866715

%51.94
%39.92
%8.14

CMYK Percentages of Color #866715

%0
%23
%84
%47

Triadic Colors of #866715

#866715 #158667 #671586

Analogous Colors of #866715

#866715 #6d8615 #862f15

Monochromatic Colors of #866715

#866715

Complementary Color

#866715 #153486

#866715 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#866715 Color Preview on White Background

Lorem ipsum dolor sit amet.

#866715 Color CSS Codes

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

#866715 Text Font Color

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

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


#866715 Background Color

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

This div background color is #866715


#866715 Border Color

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

This div border color is #866715


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #866715


Comments

No comments written yet.

Please login to write comment.