Color Hex Logo

#886640 Color Hex

#886640
(136,102,64)
0 Favorites   0 Comments

Color spaces of #886640

RGB 13610264
HSL0.090.360.39
HSV32°53°53°
CMYK 0.000.250.53   0.47
XYZ15.830115.10716.9321
Yxy15.10710.41800.3989
Hunter Lab38.86794.680716.6331
CIE-Lab45.78058.801126.6578

#886640 color RGB value is (136,102,64).

#886640 hex color red value is 136, green value is 102 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #886640 hue: 0.09 , saturation: 0.36 and the lightness value of 886640 is 0.39.

The process color (four color CMYK) of #886640 color hex is 0.00, 0.25, 0.53, 0.47. Web safe color of #886640 is #996633. Color #886640 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01100110 01000000
Octal 210 146 100
Decimal 136 102 64
Hex 88 66 40

RGB Percentages of Color #886640

%45.03
%33.77
%21.19

CMYK Percentages of Color #886640

%0
%25
%53
%47

Triadic Colors of #886640

#886640 #408866 #664088

Analogous Colors of #886640

#886640 #868840 #884240

Monochromatic Colors of #886640

#886640

Complementary Color

#886640 #406288

#886640 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#886640 Color Preview on White Background

Lorem ipsum dolor sit amet.

#886640 Color CSS Codes

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

#886640 Text Font Color

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

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


#886640 Background Color

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

This div background color is #886640


#886640 Border Color

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

This div border color is #886640


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,102,64, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #886640; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #886640;
  -webkit-box-shadow: 1px 1px 3px 2px #886640;
  box-shadow:         1px 1px 3px 2px #886640; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(136,102,64, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #886640


Comments

No comments written yet.

Please login to write comment.