Color Hex Logo

#6e855e Color Hex

#6E855E
(110,133,94)
0 Favorites   0 Comments

Color spaces of #6e855e

RGB 11013394
HSL0.260.170.45
HSV95°29°52°
CMYK 0.170.000.29   0.48
XYZ16.838320.898213.7360
Yxy20.89820.32710.4060
Hunter Lab45.7145-14.252514.1851
CIE-Lab52.8379-15.898218.3793

#6e855e color RGB value is (110,133,94).

#6e855e hex color red value is 110, green value is 133 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #6e855e hue: 0.26 , saturation: 0.17 and the lightness value of 6e855e is 0.45.

The process color (four color CMYK) of #6e855e color hex is 0.17, 0.00, 0.29, 0.48. Web safe color of #6e855e is #669966. Color #6e855e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 10000101 01011110
Octal 156 205 136
Decimal 110 133 94
Hex 6E 85 5E

RGB Percentages of Color #6e855e

%32.64
%39.47
%27.89

CMYK Percentages of Color #6e855e

%17
%0
%29
%48

Triadic Colors of #6e855e

#6e855e #5e6e85 #855e6e

Analogous Colors of #6e855e

#6e855e #5e8562 #82855e

Monochromatic Colors of #6e855e

#6e855e

Complementary Color

#6e855e #755e85

#6e855e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e855e Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e855e Color CSS Codes

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

#6e855e Text Font Color

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

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


#6e855e Background Color

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

This div background color is #6e855e


#6e855e Border Color

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

This div border color is #6e855e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e855e


Comments

No comments written yet.

Please login to write comment.