COLOR #6E220A

HEX: #6E220A RGB: (110,34,10)

Color info

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

RGB color model

#6E220A color RGB value is (110,34,10).

RGB: (110,34,10) (43%, 13%, 4%)

RGB channels and saturation

R 110 of 255 = 43%
G 34 of 255 = 13%
B 10 of 255 = 4%

110
34
10

R + G + B ~ 20%. #6E220A is dark color.

Portions of RGB colors in percentages

R + G + B = 110 + 34 + 10 = 154 (100%)
R 110 of 154 ~ 71.43%
G 34 of 154 ~ 22.08%
B 10 of 154 ~ 6.49'%

%71.43
%22.08

CMYK color model

#6E220A color CMYK value is (0,69,91,57).

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

CMYK: (0,69,91,57)
C0M69Y91K57 (0%, 69%, 91%, 57%)
(0.00 / 0.69 / 0.91 / 0.57)

CMYK percentages

%0
%69.09
%90.91
%56.86

Codes

Color #6E220A in popluar color models

6E 22 0A
RGB 110 34 10
HSL 14° 83.33% 23.53%
HSB/HSV 14° 90.91% 43.14%
CMYK 0.00% 69.09% 90.91%
56.86%

Color #6E220A in popluar number systems.

HEX 6E 22 0A
Decimal 110 34 10
Binary 1101110 100010 1010
Octal 156 42 12

Shades and tints

Shades of #6E220A

#6E220A
(110,34,10)
#641F0A
(100,31,10)
#5A1C0A
(90,28,10)
#50190A
(80,25,10)
#46160A
(70,22,10)
#3C130A
(60,19,10)
#32100A
(50,16,10)
#280D0A
(40,13,10)
#1E0A0A
(30,10,10)
#14070A
(20,7,10)
#0A040A
(10,4,10)
#000000
(0,0,0)

Tints of #6E220A

#6E220A
(110,34,10)
#7B3620
(123,54,32)
#884A36
(136,74,54)
#955E4C
(149,94,76)
#A27262
(162,114,98)
#AF8678
(175,134,120)
#BC9A8E
(188,154,142)
#C9AEA4
(201,174,164)
#D6C2BA
(214,194,186)
#E3D6D0
(227,214,208)
#F0EAE6
(240,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E220A; }

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

This text font color is #6E220A.

Background Color

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

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

This div background color is #6E220A.

Border color

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

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

This div border color is #6E220A.

Opacity

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

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

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

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

This text has shadow with #6E220A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E220A.

Preview

Color preview on black background

This text has color #6E220A on black background.


Color preview on white background

This text has color #6E220A on white background.


Black color preview on #6E220A background

This text has black color on #6E220A background.


White color preview on #6E220A background

This text has white color on #6E220A background.


Related colors

Complementary color

Complementary color for #hex is #91DDF5.


I love getcolorcode.com

Triadic colors

1 #0A6E22 and #220A6E with #6E220A are triadic colors.

2 #0A226E and #226E0A with #6E220A are triadic colors.