COLOR #6E4537

HEX: #6E4537 RGB: (110,69,55)

Color info

#6E4537 contains red, green and blue colors in about the same proportion. Web safe color of #6E4537 is #663333 (or #633).

RGB color model

#6E4537 color RGB value is (110,69,55).

RGB: (110,69,55) (43%, 27%, 22%)

RGB channels and saturation

R 110 of 255 = 43%
G 69 of 255 = 27%
B 55 of 255 = 22%

110
69
55

R + G + B ~ 31%. #6E4537 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 110 + 69 + 55 = 234 (100%)
R 110 of 234 ~ 47.01%
G 69 of 234 ~ 29.49%
B 55 of 234 ~ 23.5'%

%47.01
%29.49
%23.5

CMYK color model

#6E4537 color CMYK value is (0,37,50,57).

  • cyan value is 0.00%
  • magenta value is 37.27%
  • yellow value is 50.00%
  • key color value is 56.86%

CMYK: (0,37,50,57)
C0M37Y50K57 (0%, 37%, 50%, 57%)
(0.00 / 0.37 / 0.50 / 0.57)

CMYK percentages

%0
%37.27
%50
%56.86

Codes

Color #6E4537 in popluar color models

6E 45 37
RGB 110 69 55
HSL 15° 33.33% 32.35%
HSB/HSV 15° 50.00% 43.14%
CMYK 0.00% 37.27% 50.00%
56.86%

Color #6E4537 in popluar number systems.

HEX 6E 45 37
Decimal 110 69 55
Binary 1101110 1000101 110111
Octal 156 105 67

Shades and tints

Shades of #6E4537

#6E4537
(110,69,55)
#643F32
(100,63,50)
#5A392D
(90,57,45)
#503328
(80,51,40)
#462D23
(70,45,35)
#3C271E
(60,39,30)
#322119
(50,33,25)
#281B14
(40,27,20)
#1E150F
(30,21,15)
#140F0A
(20,15,10)
#0A0905
(10,9,5)
#000000
(0,0,0)

Tints of #6E4537

#6E4537
(110,69,55)
#7B5549
(123,85,73)
#88655B
(136,101,91)
#95756D
(149,117,109)
#A2857F
(162,133,127)
#AF9591
(175,149,145)
#BCA5A3
(188,165,163)
#C9B5B5
(201,181,181)
#D6C5C7
(214,197,199)
#E3D5D9
(227,213,217)
#F0E5EB
(240,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E4537 color. Also use rgb(110,69,55) instead hex code.

Text Font Color

.myTextColor { color: #6E4537; }

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

This text font color is #6E4537.

Background Color

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

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

This div background color is #6E4537.

Border color

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

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

This div border color is #6E4537.

Opacity

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

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

Text with #6E4537 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 #6E4537;}

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

This text has shadow with #6E4537 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E4537.

Preview

Color preview on black background

This text has color #6E4537 on black background.


Color preview on white background

This text has color #6E4537 on white background.


Black color preview on #6E4537 background

This text has black color on #6E4537 background.


White color preview on #6E4537 background

This text has white color on #6E4537 background.


Related colors

Complementary color

Complementary color for #hex is #91BAC8.


I love getcolorcode.com

Triadic colors

1 #376E45 and #45376E with #6E4537 are triadic colors.

2 #37456E and #456E37 with #6E4537 are triadic colors.