Hex #6a5d47 Color

#6a5d47
equivalent to

RGB

(106, 93, 71)

Details of #6a5d47

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
106
10.9955
0.10
0.00
40.1602
11.3478
38°
33.6865
93
11.3478
0.20
0.12
1.5594
0.3676
33°
-0.6874
71
7.5721
0.35
0.33   0.58
14.5820
0.3793
42°
10.2577

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
1101010
152
106
6A
Green
1011101
135
93
5D
Blue
1000111
107
71
47

RGB in % of #6a5d47

%39.26
%34.44
%26.30

CMYK in % of #6a5d47

%0
%12
%33
%58

Triads of color #6a5d47

#6a5d47 #5d476a #476a47

Similar Colors to #6a5d47

#6a5d47 #6a4c47 #666a47

Preview Color #6a5d47 on black ground

#6a5d47 is very interesting for text.

Preview Color #6a5d47 on white ground

#6a5d47 is very interesting for text.

CSS Codes #6a5d47 color

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

Text Font Color #6a5d47

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

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

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

This div background color is #6a5d47


Border Color #6a5d47

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

The color of this border is #6a5d47


Examples Css3

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

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 #6a5d47">Text here</p>
				

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #6a5d47