Color Hex Logo

#866833 Color Hex

#866833
(134,104,51)
0 Favorites   0 Comments

Color spaces of #866833

RGB 13410451
HSL0.110.450.36
HSV38°62°53°
CMYK 0.000.220.62   0.47
XYZ15.379415.20805.2568
Yxy15.20800.42910.4243
Hunter Lab38.99742.149419.3060
CIE-Lab45.91785.573633.9292

#866833 color RGB value is (134,104,51).

#866833 hex color red value is 134, green value is 104 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #866833 hue: 0.11 , saturation: 0.45 and the lightness value of 866833 is 0.36.

The process color (four color CMYK) of #866833 color hex is 0.00, 0.22, 0.62, 0.47. Web safe color of #866833 is #996633. Color #866833 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01101000 00110011
Octal 206 150 63
Decimal 134 104 51
Hex 86 68 33

RGB Percentages of Color #866833

%46.37
%35.99
%17.65

CMYK Percentages of Color #866833

%0
%22
%62
%47

Triadic Colors of #866833

#866833 #338668 #683386

Analogous Colors of #866833

#866833 #7b8633 #863f33

Monochromatic Colors of #866833

#866833

Complementary Color

#866833 #335186

#866833 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#866833 Color Preview on White Background

Lorem ipsum dolor sit amet.

#866833 Color CSS Codes

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

#866833 Text Font Color

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

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


#866833 Background Color

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

This div background color is #866833


#866833 Border Color

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

This div border color is #866833


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #866833


Comments

No comments written yet.

Please login to write comment.