COLOR #6A4911

HEX: #6A4911
RGB: (106,73,17)

Color info

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

RGB color model

#6A4911 color RGB value is (106,73,17).

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

RGB channels and saturation

R 106 of 255 = 42%
G 73 of 255 = 29%
B 17 of 255 = 7%

106
73
17

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

Portions of RGB colors in percentages

R + G + B =
106 + 73 + 17 = 196 (100%)
R 106 of 196 ~ 54.08%
G 73 of 196 ~ 37.24%
B 17 of 196 ~ 8.67%

%54.08
%37.24

CMYK color model

#6A4911 color CMYK value is (0,31,84,58).

  • cyan value is 0.00%
  • magenta value is 31.13%
  • yellow value is 83.96%
  • key color value is 58.43%
CMYK:
(0,31,84,58)
C0M31Y84K58 
(0%,31%,84%,58%)
(0.00/0.31/0.84/0.58)	

CMYK percentages

%0
%31.13
%83.96
%58.43

Codes

Color #6A4911 in popluar color models

6A4911
RGB1067317
HSL38°72.36%24.12%
HSB/HSV38°83.96%41.57%
CMYK0.00%31.13%83.96%
58.43%

Color #6A4911 in popluar number systems.

HEX6A4911
Decimal1067317
Binary1101010100100110001
Octal15211121

Shades and tints

Shades of #6A4911

#6A4911
(106,73,17)
#614310
(97,67,16)
#583D0F
(88,61,15)
#4F370E
(79,55,14)
#46310D
(70,49,13)
#3D2B0C
(61,43,12)
#34250B
(52,37,11)
#2B1F0A
(43,31,10)
#221909
(34,25,9)
#191308
(25,19,8)
#100D07
(16,13,7)
#000000
(0,0,0)

Tints of #6A4911

#6A4911
(106,73,17)
#775926
(119,89,38)
#84693B
(132,105,59)
#917950
(145,121,80)
#9E8965
(158,137,101)
#AB997A
(171,153,122)
#B8A98F
(184,169,143)
#C5B9A4
(197,185,164)
#D2C9B9
(210,201,185)
#DFD9CE
(223,217,206)
#ECE9E3
(236,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A4911; }

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

This text font color is #6A4911.


Background Color

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

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

This div background color is #6A4911.


Border color

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

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

This div border color is #6A4911.


Opacity

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

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

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

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

This text has shadow with #6A4911 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A4911 on black background.


Color preview on white background

This text has color #6A4911 on white background.



Black color preview on #6A4911 background

This text has black color on #6A4911 background.


White color preview on #6A4911 background

This text has white color on #6A4911 background.