COLOR #6A4020

HEX: #6A4020 RGB: (106,64,32)

Color info

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

RGB color model

#6A4020 color RGB value is (106,64,32).

RGB: (106,64,32) (42%, 25%, 13%)

RGB channels and saturation

R 106 of 255 = 42%
G 64 of 255 = 25%
B 32 of 255 = 13%

106
64
32

R + G + B ~ 27%. #6A4020 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 106 + 64 + 32 = 202 (100%)
R 106 of 202 ~ 52.48%
G 64 of 202 ~ 31.68%
B 32 of 202 ~ 15.84'%

%52.48
%31.68
%15.84

CMYK color model

#6A4020 color CMYK value is (0,40,70,58).

  • cyan value is 0.00%
  • magenta value is 39.62%
  • yellow value is 69.81%
  • key color value is 58.43%

CMYK: (0,40,70,58)
C0M40Y70K58 (0%, 40%, 70%, 58%)
(0.00 / 0.40 / 0.70 / 0.58)

CMYK percentages

%0
%39.62
%69.81
%58.43

Codes

Color #6A4020 in popluar color models

6A 40 20
RGB 106 64 32
HSL 26° 53.62% 27.06%
HSB/HSV 26° 69.81% 41.57%
CMYK 0.00% 39.62% 69.81%
58.43%

Color #6A4020 in popluar number systems.

HEX 6A 40 20
Decimal 106 64 32
Binary 1101010 1000000 100000
Octal 152 100 40

Shades and tints

Shades of #6A4020

#6A4020
(106,64,32)
#613B1E
(97,59,30)
#58361C
(88,54,28)
#4F311A
(79,49,26)
#462C18
(70,44,24)
#3D2716
(61,39,22)
#342214
(52,34,20)
#2B1D12
(43,29,18)
#221810
(34,24,16)
#19130E
(25,19,14)
#100E0C
(16,14,12)
#000000
(0,0,0)

Tints of #6A4020

#6A4020
(106,64,32)
#775134
(119,81,52)
#846248
(132,98,72)
#91735C
(145,115,92)
#9E8470
(158,132,112)
#AB9584
(171,149,132)
#B8A698
(184,166,152)
#C5B7AC
(197,183,172)
#D2C8C0
(210,200,192)
#DFD9D4
(223,217,212)
#ECEAE8
(236,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A4020 color. Also use rgb(106,64,32) instead hex code.

Text Font Color

.myTextColor { color: #6A4020; }

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

This text font color is #6A4020.

Background Color

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

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

This div background color is #6A4020.

Border color

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

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

This div border color is #6A4020.

Opacity

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

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

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

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

This text has shadow with #6A4020 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A4020.

Preview

Color preview on black background

This text has color #6A4020 on black background.


Color preview on white background

This text has color #6A4020 on white background.


Black color preview on #6A4020 background

This text has black color on #6A4020 background.


White color preview on #6A4020 background

This text has white color on #6A4020 background.


Related colors

Complementary color

Complementary color for #hex is #95BFDF.


I love getcolorcode.com

Triadic colors

1 #206A40 and #40206A with #6A4020 are triadic colors.

2 #20406A and #406A20 with #6A4020 are triadic colors.