Color Hex Logo

#6e856b Color Hex

#6E856B
(110,133,107)
0 Favorites   0 Comments

Color spaces of #6e856b

RGB 110133107
HSL0.310.110.47
HSV113°20°52°
CMYK 0.170.000.20   0.48
XYZ17.471821.151617.0717
Yxy21.15160.31370.3798
Hunter Lab45.9909-12.672410.1853
CIE-Lab53.1150-13.614211.3183

#6e856b color RGB value is (110,133,107).

#6e856b hex color red value is 110, green value is 133 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #6e856b hue: 0.31 , saturation: 0.11 and the lightness value of 6e856b is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 10000101 01101011
Octal 156 205 153
Decimal 110 133 107
Hex 6E 85 6B

RGB Percentages of Color #6e856b

%31.43
%38.00
%30.57

CMYK Percentages of Color #6e856b

%17
%0
%20
%48

Triadic Colors of #6e856b

#6e856b #6b6e85 #856b6e

Analogous Colors of #6e856b

#6e856b #6b8575 #7b856b

Monochromatic Colors of #6e856b

#6e856b

Complementary Color

#6e856b #826b85

#6e856b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e856b Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e856b Color CSS Codes

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

#6e856b Text Font Color

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

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


#6e856b Background Color

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

This div background color is #6e856b


#6e856b Border Color

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

This div border color is #6e856b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e856b


Comments

No comments written yet.

Please login to write comment.