Hex #6e6e60 Color

#6e6e60
equivalent to

RGB

(110, 110, 96)

Details of #6e6e60

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
110
14.1177
0.17
0.00
46.0578
15.3114
60°
39.1298
110
15.3114
0.07
0.00
-2.6944
0.3306
13°
-4.0757
96
13.2776
0.40
0.13   0.57
7.8178
0.3585
43°
7.2791

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
1101110
156
110
6E
Green
1101110
156
110
6E
Blue
1100000
140
96
60

RGB in % of #6e6e60

%34.81
%34.81
%30.38

CMYK in % of #6e6e60

%0
%0
%13
%57

Triads of color #6e6e60

#6e6e60 #6e606e #606e60

Similar Colors to #6e6e60

#6e6e60 #6e6760 #676e60

Preview Color #6e6e60 on black ground

#6e6e60 is very interesting for text.

Preview Color #6e6e60 on white ground

#6e6e60 is very interesting for text.

CSS Codes #6e6e60 color

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

Text Font Color #6e6e60

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

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


Background Color #6e6e60

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

This div background color is #6e6e60


Border Color #6e6e60

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

The color of this border is #6e6e60


Examples Css3

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

Text Shadow using RGB

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

The shadow of this text using RGB.


Text Shadow using Hex

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

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #6e6e60