Color Hex Logo

#866515 Color Hex

#866515
(134,101,21)
0 Favorites   0 Comments

Color spaces of #866515

RGB 13410121
HSL0.120.730.30
HSV42°84°53°
CMYK 0.000.250.84   0.47
XYZ14.620614.42982.7241
Yxy14.42980.46010.4541
Hunter Lab37.98662.226122.3388
CIE-Lab44.84315.649046.4071

#866515 color RGB value is (134,101,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 01100101 00010101
Octal 206 145 25
Decimal 134 101 21
Hex 86 65 15

RGB Percentages of Color #866515

%52.34
%39.45
%8.20

CMYK Percentages of Color #866515

%0
%25
%84
%47

Triadic Colors of #866515

#866515 #158665 #651586

Analogous Colors of #866515

#866515 #6f8615 #862d15

Monochromatic Colors of #866515

#866515

Complementary Color

#866515 #153686

#866515 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#866515 Color Preview on White Background

Lorem ipsum dolor sit amet.

#866515 Color CSS Codes

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

#866515 Text Font Color

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

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


#866515 Background Color

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

This div background color is #866515


#866515 Border Color

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

This div border color is #866515


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(134,101,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 #866515">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #866515


Comments

No comments written yet.

Please login to write comment.