COLOR #6A3E20

HEX: #6A3E20
RGB: (106,62,32)

Color info

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

RGB color model

#6A3E20 color RGB value is (106,62,32).

  • red value is 106;
  • green value is 62;
  • blue value is 32.
RGB:
(106,62,32)
(42%,24%,13%)

RGB channels and saturation

R 106 of 255 = 42%
G 62 of 255 = 24%
B 32 of 255 = 13%

106
62
32

R + G + B ~ 26%. #6A3E20 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 62 + 32 = 200 (100%)
R 106 of 200 ~ 53%
G 62 of 200 ~ 31%
B 32 of 200 ~ 16%

%53
%31
%16

CMYK color model

#6A3E20 color CMYK value is (0,42,70,58).

  • cyan value is 0.00%
  • magenta value is 41.51%
  • yellow value is 69.81%
  • key color value is 58.43%
CMYK:
(0,42,70,58)
C0M42Y70K58 
(0%,42%,70%,58%)
(0.00/0.42/0.70/0.58)	

CMYK percentages

%0
%41.51
%69.81
%58.43

Codes

Color #6A3E20 in popluar color models

6A3E20
RGB1066232
HSL24°53.62%27.06%
HSB/HSV24°69.81%41.57%
CMYK0.00%41.51%69.81%
58.43%

Color #6A3E20 in popluar number systems.

HEX6A3E20
Decimal1066232
Binary1101010111110100000
Octal1527640

Shades and tints

Shades of #6A3E20

#6A3E20
(106,62,32)
#61391E
(97,57,30)
#58341C
(88,52,28)
#4F2F1A
(79,47,26)
#462A18
(70,42,24)
#3D2516
(61,37,22)
#342014
(52,32,20)
#2B1B12
(43,27,18)
#221610
(34,22,16)
#19110E
(25,17,14)
#100C0C
(16,12,12)
#000000
(0,0,0)

Tints of #6A3E20

#6A3E20
(106,62,32)
#774F34
(119,79,52)
#846048
(132,96,72)
#91715C
(145,113,92)
#9E8270
(158,130,112)
#AB9384
(171,147,132)
#B8A498
(184,164,152)
#C5B5AC
(197,181,172)
#D2C6C0
(210,198,192)
#DFD7D4
(223,215,212)
#ECE8E8
(236,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A3E20; }

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

This text font color is #6A3E20.


Background Color

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

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

This div background color is #6A3E20.


Border color

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

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

This div border color is #6A3E20.


Opacity

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

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

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

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

This text has shadow with #6A3E20 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A3E20 on black background.


Color preview on white background

This text has color #6A3E20 on white background.



Black color preview on #6A3E20 background

This text has black color on #6A3E20 background.


White color preview on #6A3E20 background

This text has white color on #6A3E20 background.