COLOR #6A4424

HEX: #6A4424
RGB: (106,68,36)

Color info

#6A4424 contains mainly red and green colors. Web safe color of #6A4424 is #663333 (or #633).

RGB color model

#6A4424 color RGB value is (106,68,36).

  • red value is 106;
  • green value is 68;
  • blue value is 36.
RGB:
(106,68,36)
(42%,27%,14%)

RGB channels and saturation

R 106 of 255 = 42%
G 68 of 255 = 27%
B 36 of 255 = 14%

106
68
36

R + G + B ~ 28%. #6A4424 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 68 + 36 = 210 (100%)
R 106 of 210 ~ 50.48%
G 68 of 210 ~ 32.38%
B 36 of 210 ~ 17.14%

%50.48
%32.38
%17.14

CMYK color model

#6A4424 color CMYK value is (0,36,66,58).

  • cyan value is 0.00%
  • magenta value is 35.85%
  • yellow value is 66.04%
  • key color value is 58.43%
CMYK:
(0,36,66,58)
C0M36Y66K58 
(0%,36%,66%,58%)
(0.00/0.36/0.66/0.58)	

CMYK percentages

%0
%35.85
%66.04
%58.43

Codes

Color #6A4424 in popluar color models

6A4424
RGB1066836
HSL27°49.30%27.84%
HSB/HSV27°66.04%41.57%
CMYK0.00%35.85%66.04%
58.43%

Color #6A4424 in popluar number systems.

HEX6A4424
Decimal1066836
Binary11010101000100100100
Octal15210444

Shades and tints

Shades of #6A4424

#6A4424
(106,68,36)
#613E21
(97,62,33)
#58381E
(88,56,30)
#4F321B
(79,50,27)
#462C18
(70,44,24)
#3D2615
(61,38,21)
#342012
(52,32,18)
#2B1A0F
(43,26,15)
#22140C
(34,20,12)
#190E09
(25,14,9)
#100806
(16,8,6)
#000000
(0,0,0)

Tints of #6A4424

#6A4424
(106,68,36)
#775537
(119,85,55)
#84664A
(132,102,74)
#91775D
(145,119,93)
#9E8870
(158,136,112)
#AB9983
(171,153,131)
#B8AA96
(184,170,150)
#C5BBA9
(197,187,169)
#D2CCBC
(210,204,188)
#DFDDCF
(223,221,207)
#ECEEE2
(236,238,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A4424 color. Also use rgb(106,68,36) instead hex code.

Text Font Color

.myTextColor { color: #6A4424; }

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

This text font color is #6A4424.


Background Color

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

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

This div background color is #6A4424.


Border color

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

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

This div border color is #6A4424.


Opacity

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

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

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

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

This text has shadow with #6A4424 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A4424 on black background.


Color preview on white background

This text has color #6A4424 on white background.



Black color preview on #6A4424 background

This text has black color on #6A4424 background.


White color preview on #6A4424 background

This text has white color on #6A4424 background.