COLOR #6E4323

HEX: #6E4323 RGB: (110,67,35)

Color info

#6E4323 contains mainly red and green colors. Web safe color of #6E4323 is #663333 (or #633).

RGB color model

#6E4323 color RGB value is (110,67,35).

RGB: (110,67,35) (43%, 26%, 14%)

RGB channels and saturation

R 110 of 255 = 43%
G 67 of 255 = 26%
B 35 of 255 = 14%

110
67
35

R + G + B ~ 28%. #6E4323 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 110 + 67 + 35 = 212 (100%)
R 110 of 212 ~ 51.89%
G 67 of 212 ~ 31.6%
B 35 of 212 ~ 16.51'%

%51.89
%31.6
%16.51

CMYK color model

#6E4323 color CMYK value is (0,39,68,57).

  • cyan value is 0.00%
  • magenta value is 39.09%
  • yellow value is 68.18%
  • key color value is 56.86%

CMYK: (0,39,68,57)
C0M39Y68K57 (0%, 39%, 68%, 57%)
(0.00 / 0.39 / 0.68 / 0.57)

CMYK percentages

%0
%39.09
%68.18
%56.86

Codes

Color #6E4323 in popluar color models

6E 43 23
RGB 110 67 35
HSL 26° 51.72% 28.43%
HSB/HSV 26° 68.18% 43.14%
CMYK 0.00% 39.09% 68.18%
56.86%

Color #6E4323 in popluar number systems.

HEX 6E 43 23
Decimal 110 67 35
Binary 1101110 1000011 100011
Octal 156 103 43

Shades and tints

Shades of #6E4323

#6E4323
(110,67,35)
#643D20
(100,61,32)
#5A371D
(90,55,29)
#50311A
(80,49,26)
#462B17
(70,43,23)
#3C2514
(60,37,20)
#321F11
(50,31,17)
#28190E
(40,25,14)
#1E130B
(30,19,11)
#140D08
(20,13,8)
#0A0705
(10,7,5)
#000000
(0,0,0)

Tints of #6E4323

#6E4323
(110,67,35)
#7B5437
(123,84,55)
#88654B
(136,101,75)
#95765F
(149,118,95)
#A28773
(162,135,115)
#AF9887
(175,152,135)
#BCA99B
(188,169,155)
#C9BAAF
(201,186,175)
#D6CBC3
(214,203,195)
#E3DCD7
(227,220,215)
#F0EDEB
(240,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E4323 color. Also use rgb(110,67,35) instead hex code.

Text Font Color

.myTextColor { color: #6E4323; }

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

This text font color is #6E4323.

Background Color

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

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

This div background color is #6E4323.

Border color

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

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

This div border color is #6E4323.

Opacity

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

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

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

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

This text has shadow with #6E4323 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E4323.

Preview

Color preview on black background

This text has color #6E4323 on black background.


Color preview on white background

This text has color #6E4323 on white background.


Black color preview on #6E4323 background

This text has black color on #6E4323 background.


White color preview on #6E4323 background

This text has white color on #6E4323 background.


Related colors

Complementary color

Complementary color for #hex is #91BCDC.


I love getcolorcode.com

Triadic colors

1 #236E43 and #43236E with #6E4323 are triadic colors.

2 #23436E and #436E23 with #6E4323 are triadic colors.