COLOR #6E222C

HEX: #6E222C RGB: (110,34,44)

Color info

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

RGB color model

#6E222C color RGB value is (110,34,44).

RGB: (110,34,44) (43%, 13%, 17%)

RGB channels and saturation

R 110 of 255 = 43%
G 34 of 255 = 13%
B 44 of 255 = 17%

110
34
44

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

Portions of RGB colors in percentages

R + G + B = 110 + 34 + 44 = 188 (100%)
R 110 of 188 ~ 58.51%
G 34 of 188 ~ 18.09%
B 44 of 188 ~ 23.4'%

%58.51
%18.09
%23.4

CMYK color model

#6E222C color CMYK value is (0,69,60,57).

  • cyan value is 0.00%
  • magenta value is 69.09%
  • yellow value is 60.00%
  • key color value is 56.86%

CMYK: (0,69,60,57)
C0M69Y60K57 (0%, 69%, 60%, 57%)
(0.00 / 0.69 / 0.60 / 0.57)

CMYK percentages

%0
%69.09
%60
%56.86

Codes

Color #6E222C in popluar color models

6E 22 2C
RGB 110 34 44
HSL 352° 52.78% 28.24%
HSB/HSV 352° 69.09% 43.14%
CMYK 0.00% 69.09% 60.00%
56.86%

Color #6E222C in popluar number systems.

HEX 6E 22 2C
Decimal 110 34 44
Binary 1101110 100010 101100
Octal 156 42 54

Shades and tints

Shades of #6E222C

#6E222C
(110,34,44)
#641F28
(100,31,40)
#5A1C24
(90,28,36)
#501920
(80,25,32)
#46161C
(70,22,28)
#3C1318
(60,19,24)
#321014
(50,16,20)
#280D10
(40,13,16)
#1E0A0C
(30,10,12)
#140708
(20,7,8)
#0A0404
(10,4,4)
#000000
(0,0,0)

Tints of #6E222C

#6E222C
(110,34,44)
#7B363F
(123,54,63)
#884A52
(136,74,82)
#955E65
(149,94,101)
#A27278
(162,114,120)
#AF868B
(175,134,139)
#BC9A9E
(188,154,158)
#C9AEB1
(201,174,177)
#D6C2C4
(214,194,196)
#E3D6D7
(227,214,215)
#F0EAEA
(240,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E222C color. Also use rgb(110,34,44) instead hex code.

Text Font Color

.myTextColor { color: #6E222C; }

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

This text font color is #6E222C.

Background Color

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

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

This div background color is #6E222C.

Border color

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

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

This div border color is #6E222C.

Opacity

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

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

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

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

This text has shadow with #6E222C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E222C.

Preview

Color preview on black background

This text has color #6E222C on black background.


Color preview on white background

This text has color #6E222C on white background.


Black color preview on #6E222C background

This text has black color on #6E222C background.


White color preview on #6E222C background

This text has white color on #6E222C background.


Related colors

Complementary color

Complementary color for #hex is #91DDD3.


I love getcolorcode.com

Triadic colors

1 #2C6E22 and #222C6E with #6E222C are triadic colors.

2 #2C226E and #226E2C with #6E222C are triadic colors.