Color Hex Logo

#886610 Color Hex

#886610
(136,102,16)
0 Favorites   0 Comments

Color spaces of #886610

RGB 13610216
HSL0.120.790.30
HSV43°88°53°
CMYK 0.000.250.88   0.47
XYZ14.998214.77442.5515
Yxy14.77440.46400.4571
Hunter Lab38.43752.384622.9705
CIE-Lab45.32365.864648.4980

#886610 color RGB value is (136,102,16).

#886610 hex color red value is 136, green value is 102 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #886610 hue: 0.12 , saturation: 0.79 and the lightness value of 886610 is 0.30.

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 01100110 00010000
Octal 210 146 20
Decimal 136 102 16
Hex 88 66 10

RGB Percentages of Color #886610

%53.54
%40.16
%6.30

CMYK Percentages of Color #886610

%0
%25
%88
%47

Triadic Colors of #886610

#886610 #108866 #661088

Analogous Colors of #886610

#886610 #6e8810 #882a10

Monochromatic Colors of #886610

#886610

Complementary Color

#886610 #103288

#886610 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#886610 Color Preview on White Background

Lorem ipsum dolor sit amet.

#886610 Color CSS Codes

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

#886610 Text Font Color

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

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


#886610 Background Color

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

This div background color is #886610


#886610 Border Color

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

This div border color is #886610


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #886610


Comments

No comments written yet.

Please login to write comment.