COLOR #6E412E

HEX: #6E412E RGB: (110,65,46)

Color info

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

RGB color model

#6E412E color RGB value is (110,65,46).

RGB: (110,65,46) (43%, 25%, 18%)

RGB channels and saturation

R 110 of 255 = 43%
G 65 of 255 = 25%
B 46 of 255 = 18%

110
65
46

R + G + B ~ 29%. #6E412E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 110 + 65 + 46 = 221 (100%)
R 110 of 221 ~ 49.77%
G 65 of 221 ~ 29.41%
B 46 of 221 ~ 20.81'%

%49.77
%29.41
%20.81

CMYK color model

#6E412E color CMYK value is (0,41,58,57).

  • cyan value is 0.00%
  • magenta value is 40.91%
  • yellow value is 58.18%
  • key color value is 56.86%

CMYK: (0,41,58,57)
C0M41Y58K57 (0%, 41%, 58%, 57%)
(0.00 / 0.41 / 0.58 / 0.57)

CMYK percentages

%0
%40.91
%58.18
%56.86

Codes

Color #6E412E in popluar color models

6E 41 2E
RGB 110 65 46
HSL 18° 41.03% 30.59%
HSB/HSV 18° 58.18% 43.14%
CMYK 0.00% 40.91% 58.18%
56.86%

Color #6E412E in popluar number systems.

HEX 6E 41 2E
Decimal 110 65 46
Binary 1101110 1000001 101110
Octal 156 101 56

Shades and tints

Shades of #6E412E

#6E412E
(110,65,46)
#643C2A
(100,60,42)
#5A3726
(90,55,38)
#503222
(80,50,34)
#462D1E
(70,45,30)
#3C281A
(60,40,26)
#322316
(50,35,22)
#281E12
(40,30,18)
#1E190E
(30,25,14)
#14140A
(20,20,10)
#0A0F06
(10,15,6)
#000000
(0,0,0)

Tints of #6E412E

#6E412E
(110,65,46)
#7B5241
(123,82,65)
#886354
(136,99,84)
#957467
(149,116,103)
#A2857A
(162,133,122)
#AF968D
(175,150,141)
#BCA7A0
(188,167,160)
#C9B8B3
(201,184,179)
#D6C9C6
(214,201,198)
#E3DAD9
(227,218,217)
#F0EBEC
(240,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E412E color. Also use rgb(110,65,46) instead hex code.

Text Font Color

.myTextColor { color: #6E412E; }

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

This text font color is #6E412E.

Background Color

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

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

This div background color is #6E412E.

Border color

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

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

This div border color is #6E412E.

Opacity

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

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

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

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

This text has shadow with #6E412E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E412E.

Preview

Color preview on black background

This text has color #6E412E on black background.


Color preview on white background

This text has color #6E412E on white background.


Black color preview on #6E412E background

This text has black color on #6E412E background.


White color preview on #6E412E background

This text has white color on #6E412E background.


Related colors

Complementary color

Complementary color for #hex is #91BED1.


I love getcolorcode.com

Triadic colors

1 #2E6E41 and #412E6E with #6E412E are triadic colors.

2 #2E416E and #416E2E with #6E412E are triadic colors.