COLOR #6E2921

HEX: #6E2921
RGB: (110,41,33)

Color info

#6E2921 contains mainly red color. Web safe color of #6E2921 is #663333 (or #633).

RGB color model

#6E2921 color RGB value is (110,41,33).

  • red value is 110;
  • green value is 41;
  • blue value is 33.
RGB:
(110,41,33)
(43%,16%,13%)

RGB channels and saturation

R 110 of 255 = 43%
G 41 of 255 = 16%
B 33 of 255 = 13%

110
41
33

R + G + B ~ 24%. #6E2921 is dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 41 + 33 = 184 (100%)
R 110 of 184 ~ 59.78%
G 41 of 184 ~ 22.28%
B 33 of 184 ~ 17.93%

%59.78
%22.28
%17.93

CMYK color model

#6E2921 color CMYK value is (0,63,70,57).

  • cyan value is 0.00%
  • magenta value is 62.73%
  • yellow value is 70.00%
  • key color value is 56.86%
CMYK:
(0,63,70,57)
C0M63Y70K57 
(0%,63%,70%,57%)
(0.00/0.63/0.70/0.57)	

CMYK percentages

%0
%62.73
%70
%56.86

Codes

Color #6E2921 in popluar color models

6E2921
RGB1104133
HSL53.85%28.04%
HSB/HSV70.00%43.14%
CMYK0.00%62.73%70.00%
56.86%

Color #6E2921 in popluar number systems.

HEX6E2921
Decimal1104133
Binary1101110101001100001
Octal1565141

Shades and tints

Shades of #6E2921

#6E2921
(110,41,33)
#64261E
(100,38,30)
#5A231B
(90,35,27)
#502018
(80,32,24)
#461D15
(70,29,21)
#3C1A12
(60,26,18)
#32170F
(50,23,15)
#28140C
(40,20,12)
#1E1109
(30,17,9)
#140E06
(20,14,6)
#0A0B03
(10,11,3)
#000000
(0,0,0)

Tints of #6E2921

#6E2921
(110,41,33)
#7B3C35
(123,60,53)
#884F49
(136,79,73)
#95625D
(149,98,93)
#A27571
(162,117,113)
#AF8885
(175,136,133)
#BC9B99
(188,155,153)
#C9AEAD
(201,174,173)
#D6C1C1
(214,193,193)
#E3D4D5
(227,212,213)
#F0E7E9
(240,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E2921; }

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

This text font color is #6E2921.


Background Color

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

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

This div background color is #6E2921.


Border color

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

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

This div border color is #6E2921.


Opacity

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

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

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

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

This text has shadow with #6E2921 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E2921 on black background.


Color preview on white background

This text has color #6E2921 on white background.



Black color preview on #6E2921 background

This text has black color on #6E2921 background.


White color preview on #6E2921 background

This text has white color on #6E2921 background.