Color Hex Logo

#866141 Color Hex

#866141
(134,97,65)
0 Favorites   0 Comments

Color spaces of #866141

RGB 1349765
HSL0.080.350.39
HSV28°51°53°
CMYK 0.000.280.51   0.47
XYZ15.060313.99946.9094
Yxy13.99940.41870.3892
Hunter Lab37.41586.370815.2422
CIE-Lab44.232110.942024.0752

#866141 color RGB value is (134,97,65).

#866141 hex color red value is 134, green value is 97 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #866141 hue: 0.08 , saturation: 0.35 and the lightness value of 866141 is 0.39.

The process color (four color CMYK) of #866141 color hex is 0.00, 0.28, 0.51, 0.47. Web safe color of #866141 is #996633. Color #866141 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01100001 01000001
Octal 206 141 101
Decimal 134 97 65
Hex 86 61 41

RGB Percentages of Color #866141

%45.27
%32.77
%21.96

CMYK Percentages of Color #866141

%0
%28
%51
%47

Triadic Colors of #866141

#866141 #418661 #614186

Analogous Colors of #866141

#866141 #868441 #864144

Monochromatic Colors of #866141

#866141

Complementary Color

#866141 #416686

#866141 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#866141 Color Preview on White Background

Lorem ipsum dolor sit amet.

#866141 Color CSS Codes

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

#866141 Text Font Color

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

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


#866141 Background Color

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

This div background color is #866141


#866141 Border Color

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

This div border color is #866141


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #866141


Comments

No comments written yet.

Please login to write comment.