Color Hex Logo

#886011 Color Hex

#886011
(136,96,17)
0 Favorites   0 Comments

Color spaces of #886011

RGB 1369617
HSL0.110.780.30
HSV40°88°53°
CMYK 0.000.290.88   0.47
XYZ14.437413.64052.4023
Yxy13.64050.47370.4475
Hunter Lab36.93305.144121.9966
CIE-Lab43.71299.397046.8589

#886011 color RGB value is (136,96,17).

#886011 hex color red value is 136, green value is 96 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #886011 hue: 0.11 , saturation: 0.78 and the lightness value of 886011 is 0.30.

The process color (four color CMYK) of #886011 color hex is 0.00, 0.29, 0.88, 0.47. Web safe color of #886011 is #996600. Color #886011 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01100000 00010001
Octal 210 140 21
Decimal 136 96 17
Hex 88 60 11

RGB Percentages of Color #886011

%54.62
%38.55
%6.83

CMYK Percentages of Color #886011

%0
%29
%88
%47

Triadic Colors of #886011

#886011 #118860 #601188

Analogous Colors of #886011

#886011 #758811 #882511

Monochromatic Colors of #886011

#886011

Complementary Color

#886011 #113988

#886011 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#886011 Color Preview on White Background

Lorem ipsum dolor sit amet.

#886011 Color CSS Codes

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

#886011 Text Font Color

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

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


#886011 Background Color

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

This div background color is #886011


#886011 Border Color

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

This div border color is #886011


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #886011


Comments

No comments written yet.

Please login to write comment.