Color Hex Logo

#6d886e Color Hex

#6D886E
(109,136,110)
0 Favorites   0 Comments

Color spaces of #6d886e

RGB 109136110
HSL0.340.110.48
HSV122°20°53°
CMYK 0.200.000.19   0.47
XYZ17.925321.985318.0507
Yxy21.98530.30930.3793
Hunter Lab46.8885-13.81499.9970
CIE-Lab54.0114-15.039210.8404

#6d886e color RGB value is (109,136,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 10001000 01101110
Octal 155 210 156
Decimal 109 136 110
Hex 6D 88 6E

RGB Percentages of Color #6d886e

%30.70
%38.31
%30.99

CMYK Percentages of Color #6d886e

%20
%0
%19
%47

Triadic Colors of #6d886e

#6d886e #6e6d88 #886e6d

Analogous Colors of #6d886e

#6d886e #6d887c #7a886d

Monochromatic Colors of #6d886e

#6d886e

Complementary Color

#6d886e #886d87

#6d886e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6d886e Color Preview on White Background

Lorem ipsum dolor sit amet.

#6d886e Color CSS Codes

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

#6d886e Text Font Color

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

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


#6d886e Background Color

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

This div background color is #6d886e


#6d886e Border Color

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

This div border color is #6d886e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(109,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 #6d886e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6d886e


Comments

No comments written yet.

Please login to write comment.