COLOR #6A4912

HEX: #6A4912
RGB: (106,73,18)

Color info

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

RGB color model

#6A4912 color RGB value is (106,73,18).

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

RGB channels and saturation

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

106
73
18

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

Portions of RGB colors in percentages

R + G + B =
106 + 73 + 18 = 197 (100%)
R 106 of 197 ~ 53.81%
G 73 of 197 ~ 37.06%
B 18 of 197 ~ 9.14%

%53.81
%37.06

CMYK color model

#6A4912 color CMYK value is (0,31,83,58).

  • cyan value is 0.00%
  • magenta value is 31.13%
  • yellow value is 83.02%
  • key color value is 58.43%
CMYK:
(0,31,83,58)
C0M31Y83K58 
(0%,31%,83%,58%)
(0.00/0.31/0.83/0.58)	

CMYK percentages

%0
%31.13
%83.02
%58.43

Codes

Color #6A4912 in popluar color models

6A4912
RGB1067318
HSL38°70.97%24.31%
HSB/HSV38°83.02%41.57%
CMYK0.00%31.13%83.02%
58.43%

Color #6A4912 in popluar number systems.

HEX6A4912
Decimal1067318
Binary1101010100100110010
Octal15211122

Shades and tints

Shades of #6A4912

#6A4912
(106,73,18)
#614311
(97,67,17)
#583D10
(88,61,16)
#4F370F
(79,55,15)
#46310E
(70,49,14)
#3D2B0D
(61,43,13)
#34250C
(52,37,12)
#2B1F0B
(43,31,11)
#22190A
(34,25,10)
#191309
(25,19,9)
#100D08
(16,13,8)
#000000
(0,0,0)

Tints of #6A4912

#6A4912
(106,73,18)
#775927
(119,89,39)
#84693C
(132,105,60)
#917951
(145,121,81)
#9E8966
(158,137,102)
#AB997B
(171,153,123)
#B8A990
(184,169,144)
#C5B9A5
(197,185,165)
#D2C9BA
(210,201,186)
#DFD9CF
(223,217,207)
#ECE9E4
(236,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A4912; }

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

This text font color is #6A4912.


Background Color

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

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

This div background color is #6A4912.


Border color

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

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

This div border color is #6A4912.


Opacity

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

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

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

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

This text has shadow with #6A4912 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A4912 on black background.


Color preview on white background

This text has color #6A4912 on white background.



Black color preview on #6A4912 background

This text has black color on #6A4912 background.


White color preview on #6A4912 background

This text has white color on #6A4912 background.