COLOR #6A4311

HEX: #6A4311
RGB: (106,67,17)

Color info

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

RGB color model

#6A4311 color RGB value is (106,67,17).

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

RGB channels and saturation

R 106 of 255 = 42%
G 67 of 255 = 26%
B 17 of 255 = 7%

106
67
17

R + G + B ~ 25%. #6A4311 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 67 + 17 = 190 (100%)
R 106 of 190 ~ 55.79%
G 67 of 190 ~ 35.26%
B 17 of 190 ~ 8.95%

%55.79
%35.26

CMYK color model

#6A4311 color CMYK value is (0,37,84,58).

  • cyan value is 0.00%
  • magenta value is 36.79%
  • yellow value is 83.96%
  • key color value is 58.43%
CMYK:
(0,37,84,58)
C0M37Y84K58 
(0%,37%,84%,58%)
(0.00/0.37/0.84/0.58)	

CMYK percentages

%0
%36.79
%83.96
%58.43

Codes

Color #6A4311 in popluar color models

6A4311
RGB1066717
HSL34°72.36%24.12%
HSB/HSV34°83.96%41.57%
CMYK0.00%36.79%83.96%
58.43%

Color #6A4311 in popluar number systems.

HEX6A4311
Decimal1066717
Binary1101010100001110001
Octal15210321

Shades and tints

Shades of #6A4311

#6A4311
(106,67,17)
#613D10
(97,61,16)
#58370F
(88,55,15)
#4F310E
(79,49,14)
#462B0D
(70,43,13)
#3D250C
(61,37,12)
#341F0B
(52,31,11)
#2B190A
(43,25,10)
#221309
(34,19,9)
#190D08
(25,13,8)
#100707
(16,7,7)
#000000
(0,0,0)

Tints of #6A4311

#6A4311
(106,67,17)
#775426
(119,84,38)
#84653B
(132,101,59)
#917650
(145,118,80)
#9E8765
(158,135,101)
#AB987A
(171,152,122)
#B8A98F
(184,169,143)
#C5BAA4
(197,186,164)
#D2CBB9
(210,203,185)
#DFDCCE
(223,220,206)
#ECEDE3
(236,237,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A4311; }

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

This text font color is #6A4311.


Background Color

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

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

This div background color is #6A4311.


Border color

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

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

This div border color is #6A4311.


Opacity

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

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

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

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

This text has shadow with #6A4311 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A4311 on black background.


Color preview on white background

This text has color #6A4311 on white background.



Black color preview on #6A4311 background

This text has black color on #6A4311 background.


White color preview on #6A4311 background

This text has white color on #6A4311 background.