COLOR #6A2218

HEX: #6A2218
RGB: (106,34,24)

Color info

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

RGB color model

#6A2218 color RGB value is (106,34,24).

  • red value is 106;
  • green value is 34;
  • blue value is 24.
RGB:
(106,34,24)
(42%,13%,9%)

RGB channels and saturation

R 106 of 255 = 42%
G 34 of 255 = 13%
B 24 of 255 = 9%

106
34
24

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

Portions of RGB colors in percentages

R + G + B =
106 + 34 + 24 = 164 (100%)
R 106 of 164 ~ 64.63%
G 34 of 164 ~ 20.73%
B 24 of 164 ~ 14.63%

%64.63
%20.73
%14.63

CMYK color model

#6A2218 color CMYK value is (0,68,77,58).

  • cyan value is 0.00%
  • magenta value is 67.92%
  • yellow value is 77.36%
  • key color value is 58.43%
CMYK:
(0,68,77,58)
C0M68Y77K58 
(0%,68%,77%,58%)
(0.00/0.68/0.77/0.58)	

CMYK percentages

%0
%67.92
%77.36
%58.43

Codes

Color #6A2218 in popluar color models

6A2218
RGB1063424
HSL63.08%25.49%
HSB/HSV77.36%41.57%
CMYK0.00%67.92%77.36%
58.43%

Color #6A2218 in popluar number systems.

HEX6A2218
Decimal1063424
Binary110101010001011000
Octal1524230

Shades and tints

Shades of #6A2218

#6A2218
(106,34,24)
#611F16
(97,31,22)
#581C14
(88,28,20)
#4F1912
(79,25,18)
#461610
(70,22,16)
#3D130E
(61,19,14)
#34100C
(52,16,12)
#2B0D0A
(43,13,10)
#220A08
(34,10,8)
#190706
(25,7,6)
#100404
(16,4,4)
#000000
(0,0,0)

Tints of #6A2218

#6A2218
(106,34,24)
#77362D
(119,54,45)
#844A42
(132,74,66)
#915E57
(145,94,87)
#9E726C
(158,114,108)
#AB8681
(171,134,129)
#B89A96
(184,154,150)
#C5AEAB
(197,174,171)
#D2C2C0
(210,194,192)
#DFD6D5
(223,214,213)
#ECEAEA
(236,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A2218 color. Also use rgb(106,34,24) instead hex code.

Text Font Color

.myTextColor { color: #6A2218; }

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

This text font color is #6A2218.


Background Color

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

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

This div background color is #6A2218.


Border color

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

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

This div border color is #6A2218.


Opacity

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

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

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

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

This text has shadow with #6A2218 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A2218 on black background.


Color preview on white background

This text has color #6A2218 on white background.



Black color preview on #6A2218 background

This text has black color on #6A2218 background.


White color preview on #6A2218 background

This text has white color on #6A2218 background.