COLOR #6A3C11

HEX: #6A3C11
RGB: (106,60,17)

Color info

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

RGB color model

#6A3C11 color RGB value is (106,60,17).

  • red value is 106;
  • green value is 60;
  • blue value is 17.
RGB:
(106,60,17)
(42%,24%,7%)

RGB channels and saturation

R 106 of 255 = 42%
G 60 of 255 = 24%
B 17 of 255 = 7%

106
60
17

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

Portions of RGB colors in percentages

R + G + B =
106 + 60 + 17 = 183 (100%)
R 106 of 183 ~ 57.92%
G 60 of 183 ~ 32.79%
B 17 of 183 ~ 9.29%

%57.92
%32.79

CMYK color model

#6A3C11 color CMYK value is (0,43,84,58).

  • cyan value is 0.00%
  • magenta value is 43.40%
  • yellow value is 83.96%
  • key color value is 58.43%
CMYK:
(0,43,84,58)
C0M43Y84K58 
(0%,43%,84%,58%)
(0.00/0.43/0.84/0.58)	

CMYK percentages

%0
%43.4
%83.96
%58.43

Codes

Color #6A3C11 in popluar color models

6A3C11
RGB1066017
HSL29°72.36%24.12%
HSB/HSV29°83.96%41.57%
CMYK0.00%43.40%83.96%
58.43%

Color #6A3C11 in popluar number systems.

HEX6A3C11
Decimal1066017
Binary110101011110010001
Octal1527421

Shades and tints

Shades of #6A3C11

#6A3C11
(106,60,17)
#613710
(97,55,16)
#58320F
(88,50,15)
#4F2D0E
(79,45,14)
#46280D
(70,40,13)
#3D230C
(61,35,12)
#341E0B
(52,30,11)
#2B190A
(43,25,10)
#221409
(34,20,9)
#190F08
(25,15,8)
#100A07
(16,10,7)
#000000
(0,0,0)

Tints of #6A3C11

#6A3C11
(106,60,17)
#774D26
(119,77,38)
#845E3B
(132,94,59)
#916F50
(145,111,80)
#9E8065
(158,128,101)
#AB917A
(171,145,122)
#B8A28F
(184,162,143)
#C5B3A4
(197,179,164)
#D2C4B9
(210,196,185)
#DFD5CE
(223,213,206)
#ECE6E3
(236,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A3C11 color. Also use rgb(106,60,17) instead hex code.

Text Font Color

.myTextColor { color: #6A3C11; }

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

This text font color is #6A3C11.


Background Color

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

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

This div background color is #6A3C11.


Border color

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

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

This div border color is #6A3C11.


Opacity

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

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

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

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

This text has shadow with #6A3C11 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A3C11 on black background.


Color preview on white background

This text has color #6A3C11 on white background.



Black color preview on #6A3C11 background

This text has black color on #6A3C11 background.


White color preview on #6A3C11 background

This text has white color on #6A3C11 background.