COLOR #6A2A26

HEX: #6A2A26
RGB: (106,42,38)

Color info

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

RGB color model

#6A2A26 color RGB value is (106,42,38).

  • red value is 106;
  • green value is 42;
  • blue value is 38.
RGB:
(106,42,38)
(42%,16%,15%)

RGB channels and saturation

R 106 of 255 = 42%
G 42 of 255 = 16%
B 38 of 255 = 15%

106
42
38

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

Portions of RGB colors in percentages

R + G + B =
106 + 42 + 38 = 186 (100%)
R 106 of 186 ~ 56.99%
G 42 of 186 ~ 22.58%
B 38 of 186 ~ 20.43%

%56.99
%22.58
%20.43

CMYK color model

#6A2A26 color CMYK value is (0,60,64,58).

  • cyan value is 0.00%
  • magenta value is 60.38%
  • yellow value is 64.15%
  • key color value is 58.43%
CMYK:
(0,60,64,58)
C0M60Y64K58 
(0%,60%,64%,58%)
(0.00/0.60/0.64/0.58)	

CMYK percentages

%0
%60.38
%64.15
%58.43

Codes

Color #6A2A26 in popluar color models

6A2A26
RGB1064238
HSL47.22%28.24%
HSB/HSV64.15%41.57%
CMYK0.00%60.38%64.15%
58.43%

Color #6A2A26 in popluar number systems.

HEX6A2A26
Decimal1064238
Binary1101010101010100110
Octal1525246

Shades and tints

Shades of #6A2A26

#6A2A26
(106,42,38)
#612723
(97,39,35)
#582420
(88,36,32)
#4F211D
(79,33,29)
#461E1A
(70,30,26)
#3D1B17
(61,27,23)
#341814
(52,24,20)
#2B1511
(43,21,17)
#22120E
(34,18,14)
#190F0B
(25,15,11)
#100C08
(16,12,8)
#000000
(0,0,0)

Tints of #6A2A26

#6A2A26
(106,42,38)
#773D39
(119,61,57)
#84504C
(132,80,76)
#91635F
(145,99,95)
#9E7672
(158,118,114)
#AB8985
(171,137,133)
#B89C98
(184,156,152)
#C5AFAB
(197,175,171)
#D2C2BE
(210,194,190)
#DFD5D1
(223,213,209)
#ECE8E4
(236,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A2A26 color. Also use rgb(106,42,38) instead hex code.

Text Font Color

.myTextColor { color: #6A2A26; }

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

This text font color is #6A2A26.


Background Color

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

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

This div background color is #6A2A26.


Border color

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

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

This div border color is #6A2A26.


Opacity

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

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

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

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

This text has shadow with #6A2A26 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A2A26 on black background.


Color preview on white background

This text has color #6A2A26 on white background.



Black color preview on #6A2A26 background

This text has black color on #6A2A26 background.


White color preview on #6A2A26 background

This text has white color on #6A2A26 background.