COLOR #6E5647

HEX: #6E5647 RGB: (110,86,71)

Color info

#6E5647 contains red, green and blue colors in about the same proportion. Web safe color of #6E5647 is #666633 (or #663).

RGB color model

#6E5647 color RGB value is (110,86,71).

RGB: (110,86,71) (43%, 34%, 28%)

RGB channels and saturation

R 110 of 255 = 43%
G 86 of 255 = 34%
B 71 of 255 = 28%

110
86
71

R + G + B ~ 35%. #6E5647 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 110 + 86 + 71 = 267 (100%)
R 110 of 267 ~ 41.2%
G 86 of 267 ~ 32.21%
B 71 of 267 ~ 26.59'%

%41.2
%32.21
%26.59

CMYK color model

#6E5647 color CMYK value is (0,22,35,57).

  • cyan value is 0.00%
  • magenta value is 21.82%
  • yellow value is 35.45%
  • key color value is 56.86%

CMYK: (0,22,35,57)
C0M22Y35K57 (0%, 22%, 35%, 57%)
(0.00 / 0.22 / 0.35 / 0.57)

CMYK percentages

%0
%21.82
%35.45
%56.86

Codes

Color #6E5647 in popluar color models

6E 56 47
RGB 110 86 71
HSL 23° 21.55% 35.49%
HSB/HSV 23° 35.45% 43.14%
CMYK 0.00% 21.82% 35.45%
56.86%

Color #6E5647 in popluar number systems.

HEX 6E 56 47
Decimal 110 86 71
Binary 1101110 1010110 1000111
Octal 156 126 107

Shades and tints

Shades of #6E5647

#6E5647
(110,86,71)
#644F41
(100,79,65)
#5A483B
(90,72,59)
#504135
(80,65,53)
#463A2F
(70,58,47)
#3C3329
(60,51,41)
#322C23
(50,44,35)
#28251D
(40,37,29)
#1E1E17
(30,30,23)
#141711
(20,23,17)
#0A100B
(10,16,11)
#000000
(0,0,0)

Tints of #6E5647

#6E5647
(110,86,71)
#7B6557
(123,101,87)
#887467
(136,116,103)
#958377
(149,131,119)
#A29287
(162,146,135)
#AFA197
(175,161,151)
#BCB0A7
(188,176,167)
#C9BFB7
(201,191,183)
#D6CEC7
(214,206,199)
#E3DDD7
(227,221,215)
#F0ECE7
(240,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E5647 color. Also use rgb(110,86,71) instead hex code.

Text Font Color

.myTextColor { color: #6E5647; }

<p style="color:#6E5647">This sample text font color is #6E5647.</p>

This text font color is #6E5647.

Background Color

.myBgColor { background-color: #6E5647; }

<div style="background-color:#6E5647">Inner text</div>

This div background color is #6E5647.

Border color

.myBorderColor { border: 1px solid #6E5647; }

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

This div border color is #6E5647.

Opacity

.myOpacity80 { color: #6E5647; opacity: 0.8; }

<p style="color:#6E5647;opacity:0.8;">80%</p>

Text with #6E5647 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #6E5647;}

<p style="text-shadow: 3px 3px 1px #6E5647">Text here.</p>

This text has shadow with #6E5647 color.


.textShadow {text-shadow: 3px 3px 1px #6E5647', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #6E5647, 5px 5px 20px red">Text here.</p>

This text has shadow with #6E5647 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6E5647, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#6E5647, Direction=45, Strength=4)">Text</p>

This text has shadow with #6E5647 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6E5647;
-webkit-box-shadow: 1px 1px 3px 2px #6E5647;
box-shadow: 1px 1px 3px 2px #6E5647;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6E5647; -webkit-box-shadow: 1px 1px 3px 2px #6E5647; box-shadow:1px 1px 3px 2px #6E5647;">
Div content here
</div>

This div box has shadow with color #6E5647.

Preview

Color preview on black background

This text has color #6E5647 on black background.


Color preview on white background

This text has color #6E5647 on white background.


Black color preview on #6E5647 background

This text has black color on #6E5647 background.


White color preview on #6E5647 background

This text has white color on #6E5647 background.


Related colors

Complementary color

Complementary color for #hex is #91A9B8.


I love getcolorcode.com

Triadic colors

1 #476E56 and #56476E with #6E5647 are triadic colors.

2 #47566E and #566E47 with #6E5647 are triadic colors.