Color Hex Logo

#886646 Color Hex

#886646
(136,102,70)
0 Favorites   0 Comments

Color spaces of #886646

RGB 13610270
HSL0.080.320.40
HSV29°49°53°
CMYK 0.000.250.49   0.47
XYZ16.010215.17927.8804
Yxy15.17920.40980.3885
Hunter Lab38.96055.170915.2800
CIE-Lab45.87879.417523.3398

#886646 color RGB value is (136,102,70).

#886646 hex color red value is 136, green value is 102 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #886646 hue: 0.08 , saturation: 0.32 and the lightness value of 886646 is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 01100110 01000110
Octal 210 146 106
Decimal 136 102 70
Hex 88 66 46

RGB Percentages of Color #886646

%44.16
%33.12
%22.73

CMYK Percentages of Color #886646

%0
%25
%49
%47

Triadic Colors of #886646

#886646 #468866 #664688

Analogous Colors of #886646

#886646 #888746 #884647

Monochromatic Colors of #886646

#886646

Complementary Color

#886646 #466888

#886646 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#886646 Color Preview on White Background

Lorem ipsum dolor sit amet.

#886646 Color CSS Codes

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

#886646 Text Font Color

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

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


#886646 Background Color

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

This div background color is #886646


#886646 Border Color

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

This div border color is #886646


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #886646


Comments

No comments written yet.

Please login to write comment.