COLOR #6A2C19

HEX: #6A2C19
RGB: (106,44,25)

Color info

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

RGB color model

#6A2C19 color RGB value is (106,44,25).

  • red value is 106;
  • green value is 44;
  • blue value is 25.
RGB:
(106,44,25)
(42%,17%,10%)

RGB channels and saturation

R 106 of 255 = 42%
G 44 of 255 = 17%
B 25 of 255 = 10%

106
44
25

R + G + B ~ 23%. #6A2C19 is dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 44 + 25 = 175 (100%)
R 106 of 175 ~ 60.57%
G 44 of 175 ~ 25.14%
B 25 of 175 ~ 14.29%

%60.57
%25.14
%14.29

CMYK color model

#6A2C19 color CMYK value is (0,58,76,58).

  • cyan value is 0.00%
  • magenta value is 58.49%
  • yellow value is 76.42%
  • key color value is 58.43%
CMYK:
(0,58,76,58)
C0M58Y76K58 
(0%,58%,76%,58%)
(0.00/0.58/0.76/0.58)	

CMYK percentages

%0
%58.49
%76.42
%58.43

Codes

Color #6A2C19 in popluar color models

6A2C19
RGB1064425
HSL14°61.83%25.69%
HSB/HSV14°76.42%41.57%
CMYK0.00%58.49%76.42%
58.43%

Color #6A2C19 in popluar number systems.

HEX6A2C19
Decimal1064425
Binary110101010110011001
Octal1525431

Shades and tints

Shades of #6A2C19

#6A2C19
(106,44,25)
#612817
(97,40,23)
#582415
(88,36,21)
#4F2013
(79,32,19)
#461C11
(70,28,17)
#3D180F
(61,24,15)
#34140D
(52,20,13)
#2B100B
(43,16,11)
#220C09
(34,12,9)
#190807
(25,8,7)
#100405
(16,4,5)
#000000
(0,0,0)

Tints of #6A2C19

#6A2C19
(106,44,25)
#773F2D
(119,63,45)
#845241
(132,82,65)
#916555
(145,101,85)
#9E7869
(158,120,105)
#AB8B7D
(171,139,125)
#B89E91
(184,158,145)
#C5B1A5
(197,177,165)
#D2C4B9
(210,196,185)
#DFD7CD
(223,215,205)
#ECEAE1
(236,234,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A2C19 color. Also use rgb(106,44,25) instead hex code.

Text Font Color

.myTextColor { color: #6A2C19; }

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

This text font color is #6A2C19.


Background Color

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

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

This div background color is #6A2C19.


Border color

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

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

This div border color is #6A2C19.


Opacity

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

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

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

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

This text has shadow with #6A2C19 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A2C19 on black background.


Color preview on white background

This text has color #6A2C19 on white background.



Black color preview on #6A2C19 background

This text has black color on #6A2C19 background.


White color preview on #6A2C19 background

This text has white color on #6A2C19 background.