COLOR #6A3912

HEX: #6A3912
RGB: (106,57,18)

Color info

#6A3912 contains mainly red and green colors. Web safe color of #6A3912 is #663300 (or #630).

RGB color model

#6A3912 color RGB value is (106,57,18).

  • red value is 106;
  • green value is 57;
  • blue value is 18.
RGB:
(106,57,18)
(42%,22%,7%)

RGB channels and saturation

R 106 of 255 = 42%
G 57 of 255 = 22%
B 18 of 255 = 7%

106
57
18

R + G + B ~ 24%. #6A3912 is dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 57 + 18 = 181 (100%)
R 106 of 181 ~ 58.56%
G 57 of 181 ~ 31.49%
B 18 of 181 ~ 9.94%

%58.56
%31.49
%9.94

CMYK color model

#6A3912 color CMYK value is (0,46,83,58).

  • cyan value is 0.00%
  • magenta value is 46.23%
  • yellow value is 83.02%
  • key color value is 58.43%
CMYK:
(0,46,83,58)
C0M46Y83K58 
(0%,46%,83%,58%)
(0.00/0.46/0.83/0.58)	

CMYK percentages

%0
%46.23
%83.02
%58.43

Codes

Color #6A3912 in popluar color models

6A3912
RGB1065718
HSL27°70.97%24.31%
HSB/HSV27°83.02%41.57%
CMYK0.00%46.23%83.02%
58.43%

Color #6A3912 in popluar number systems.

HEX6A3912
Decimal1065718
Binary110101011100110010
Octal1527122

Shades and tints

Shades of #6A3912

#6A3912
(106,57,18)
#613411
(97,52,17)
#582F10
(88,47,16)
#4F2A0F
(79,42,15)
#46250E
(70,37,14)
#3D200D
(61,32,13)
#341B0C
(52,27,12)
#2B160B
(43,22,11)
#22110A
(34,17,10)
#190C09
(25,12,9)
#100708
(16,7,8)
#000000
(0,0,0)

Tints of #6A3912

#6A3912
(106,57,18)
#774B27
(119,75,39)
#845D3C
(132,93,60)
#916F51
(145,111,81)
#9E8166
(158,129,102)
#AB937B
(171,147,123)
#B8A590
(184,165,144)
#C5B7A5
(197,183,165)
#D2C9BA
(210,201,186)
#DFDBCF
(223,219,207)
#ECEDE4
(236,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A3912 color. Also use rgb(106,57,18) instead hex code.

Text Font Color

.myTextColor { color: #6A3912; }

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

This text font color is #6A3912.


Background Color

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

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

This div background color is #6A3912.


Border color

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

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

This div border color is #6A3912.


Opacity

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

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

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

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

This text has shadow with #6A3912 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A3912 on black background.


Color preview on white background

This text has color #6A3912 on white background.



Black color preview on #6A3912 background

This text has black color on #6A3912 background.


White color preview on #6A3912 background

This text has white color on #6A3912 background.