Color Hex Logo

#866329 Color Hex

#866329
(134,99,41)
0 Favorites   0 Comments

Color spaces of #866329

RGB 1349941
HSL0.100.530.34
HSV37°69°53°
CMYK 0.000.260.69   0.47
XYZ14.693614.15214.0550
Yxy14.15210.44660.4301
Hunter Lab37.61933.886019.9426
CIE-Lab44.45037.787437.4353

#866329 color RGB value is (134,99,41).

#866329 hex color red value is 134, green value is 99 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #866329 hue: 0.10 , saturation: 0.53 and the lightness value of 866329 is 0.34.

The process color (four color CMYK) of #866329 color hex is 0.00, 0.26, 0.69, 0.47. Web safe color of #866329 is #996633. Color #866329 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01100011 00101001
Octal 206 143 51
Decimal 134 99 41
Hex 86 63 29

RGB Percentages of Color #866329

%48.91
%36.13
%14.96

CMYK Percentages of Color #866329

%0
%26
%69
%47

Triadic Colors of #866329

#866329 #298663 #632986

Analogous Colors of #866329

#866329 #7b8629 #863529

Monochromatic Colors of #866329

#866329

Complementary Color

#866329 #294c86

#866329 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#866329 Color Preview on White Background

Lorem ipsum dolor sit amet.

#866329 Color CSS Codes

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

#866329 Text Font Color

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

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


#866329 Background Color

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

This div background color is #866329


#866329 Border Color

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

This div border color is #866329


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #866329


Comments

No comments written yet.

Please login to write comment.