COLOR #6E2111

HEX: #6E2111 RGB: (110,33,17)

Color info

#6E2111 contains mainly red color. Web safe color of #6E2111 is #663300 (or #630).

RGB color model

#6E2111 color RGB value is (110,33,17).

RGB: (110,33,17) (43%, 13%, 7%)

RGB channels and saturation

R 110 of 255 = 43%
G 33 of 255 = 13%
B 17 of 255 = 7%

110
33
17

R + G + B ~ 21%. #6E2111 is dark color.

Portions of RGB colors in percentages

R + G + B = 110 + 33 + 17 = 160 (100%)
R 110 of 160 ~ 68.75%
G 33 of 160 ~ 20.63%
B 17 of 160 ~ 10.63'%

%68.75
%20.63
%10.63

CMYK color model

#6E2111 color CMYK value is (0,70,85,57).

  • cyan value is 0.00%
  • magenta value is 70.00%
  • yellow value is 84.55%
  • key color value is 56.86%
CMYK: (0,70,85,57) C0M70Y85K57 (0%,70%,85%,57%) (0.00/0.70/0.85/0.57) 

CMYK percentages

%0
%70
%84.55
%56.86

Codes

Color #6E2111 in popluar color models

6E 21 11
RGB 110 33 17
HSL 10° 73.23% 24.90%
HSB/HSV 10° 84.55% 43.14%
CMYK 0.00% 70.00% 84.55%
56.86%

Color #6E2111 in popluar number systems.

HEX 6E 21 11
Decimal 110 33 17
Binary 1101110 100001 10001
Octal 156 41 21

Shades and tints

Shades of #6E2111

#6E2111
(110,33,17)
#641E10
(100,30,16)
#5A1B0F
(90,27,15)
#50180E
(80,24,14)
#46150D
(70,21,13)
#3C120C
(60,18,12)
#320F0B
(50,15,11)
#280C0A
(40,12,10)
#1E0909
(30,9,9)
#140608
(20,6,8)
#0A0307
(10,3,7)
#000000
(0,0,0)

Tints of #6E2111

#6E2111
(110,33,17)
#7B3526
(123,53,38)
#88493B
(136,73,59)
#955D50
(149,93,80)
#A27165
(162,113,101)
#AF857A
(175,133,122)
#BC998F
(188,153,143)
#C9ADA4
(201,173,164)
#D6C1B9
(214,193,185)
#E3D5CE
(227,213,206)
#F0E9E3
(240,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E2111 color. Also use rgb(110,33,17) instead hex code.

Text Font Color

.myTextColor { color: #6E2111; }

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

This text font color is #6E2111.

Background Color

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

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

This div background color is #6E2111.

Border color

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

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

This div border color is #6E2111.

Opacity

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

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

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

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

This text has shadow with #6E2111 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E2111.

Preview

Color preview on black background

This text has color #6E2111 on black background.


Color preview on white background

This text has color #6E2111 on white background.


Black color preview on #6E2111 background

This text has black color on #6E2111 background.


White color preview on #6E2111 background

This text has white color on #6E2111 background.


Related colors

Complementary color

Complementary color for #hex is #91DEEE.


I love getcolorcode.com

Triadic colors

1 #116E21 and #21116E with #6E2111 are triadic colors.

2 #11216E and #216E11 with #6E2111 are triadic colors.