Color Hex Logo

#6c886e Color Hex

#6C886E
(108,136,110)
0 Favorites   0 Comments

Color spaces of #6c886e

RGB 108136110
HSL0.350.110.48
HSV124°21°53°
CMYK 0.210.000.19   0.47
XYZ17.803021.922318.0450
Yxy21.92230.30820.3795
Hunter Lab46.8213-14.06569.9244
CIE-Lab53.9445-15.404310.7366

#6c886e color RGB value is (108,136,110).

#6c886e hex color red value is 108, green value is 136 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #6c886e hue: 0.35 , saturation: 0.11 and the lightness value of 6c886e is 0.48.

The process color (four color CMYK) of #6c886e color hex is 0.21, 0.00, 0.19, 0.47. Web safe color of #6c886e is #669966. Color #6c886e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 10001000 01101110
Octal 154 210 156
Decimal 108 136 110
Hex 6C 88 6E

RGB Percentages of Color #6c886e

%30.51
%38.42
%31.07

CMYK Percentages of Color #6c886e

%21
%0
%19
%47

Triadic Colors of #6c886e

#6c886e #6e6c88 #886e6c

Analogous Colors of #6c886e

#6c886e #6c887c #78886c

Monochromatic Colors of #6c886e

#6c886e

Complementary Color

#6c886e #886c86

#6c886e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6c886e Color Preview on White Background

Lorem ipsum dolor sit amet.

#6c886e Color CSS Codes

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

#6c886e Text Font Color

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

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


#6c886e Background Color

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

This div background color is #6c886e


#6c886e Border Color

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

This div border color is #6c886e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(108,136,110, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6c886e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6c886e;
  -webkit-box-shadow: 1px 1px 3px 2px #6c886e;
  box-shadow:         1px 1px 3px 2px #6c886e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6c886e


Comments

No comments written yet.

Please login to write comment.