COLOR #6A4423

HEX: #6A4423 RGB: (106,68,35)

Color info

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

RGB color model

#6A4423 color RGB value is (106,68,35).

RGB: (106,68,35) (42%, 27%, 14%)

RGB channels and saturation

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

106
68
35

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

Portions of RGB colors in percentages

R + G + B = 106 + 68 + 35 = 209 (100%)
R 106 of 209 ~ 50.72%
G 68 of 209 ~ 32.54%
B 35 of 209 ~ 16.75'%

%50.72
%32.54
%16.75

CMYK color model

#6A4423 color CMYK value is (0,36,67,58).

  • cyan value is 0.00%
  • magenta value is 35.85%
  • yellow value is 66.98%
  • key color value is 58.43%

CMYK: (0,36,67,58)
C0M36Y67K58 (0%, 36%, 67%, 58%)
(0.00 / 0.36 / 0.67 / 0.58)

CMYK percentages

%0
%35.85
%66.98
%58.43

Codes

Color #6A4423 in popluar color models

6A 44 23
RGB 106 68 35
HSL 28° 50.35% 27.65%
HSB/HSV 28° 66.98% 41.57%
CMYK 0.00% 35.85% 66.98%
58.43%

Color #6A4423 in popluar number systems.

HEX 6A 44 23
Decimal 106 68 35
Binary 1101010 1000100 100011
Octal 152 104 43

Shades and tints

Shades of #6A4423

#6A4423
(106,68,35)
#613E20
(97,62,32)
#58381D
(88,56,29)
#4F321A
(79,50,26)
#462C17
(70,44,23)
#3D2614
(61,38,20)
#342011
(52,32,17)
#2B1A0E
(43,26,14)
#22140B
(34,20,11)
#190E08
(25,14,8)
#100805
(16,8,5)
#000000
(0,0,0)

Tints of #6A4423

#6A4423
(106,68,35)
#775537
(119,85,55)
#84664B
(132,102,75)
#91775F
(145,119,95)
#9E8873
(158,136,115)
#AB9987
(171,153,135)
#B8AA9B
(184,170,155)
#C5BBAF
(197,187,175)
#D2CCC3
(210,204,195)
#DFDDD7
(223,221,215)
#ECEEEB
(236,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A4423; }

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

This text font color is #6A4423.

Background Color

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

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

This div background color is #6A4423.

Border color

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

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

This div border color is #6A4423.

Opacity

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

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

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

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

This text has shadow with #6A4423 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A4423.

Preview

Color preview on black background

This text has color #6A4423 on black background.


Color preview on white background

This text has color #6A4423 on white background.


Black color preview on #6A4423 background

This text has black color on #6A4423 background.


White color preview on #6A4423 background

This text has white color on #6A4423 background.


Related colors

Complementary color

Complementary color for #hex is #95BBDC.


I love getcolorcode.com

Triadic colors

1 #236A44 and #44236A with #6A4423 are triadic colors.

2 #23446A and #446A23 with #6A4423 are triadic colors.