COLOR #6A4728

HEX: #6A4728
RGB: (106,71,40)

Color info

#6A4728 contains mainly red and green colors. Web safe color of #6A4728 is #663333 (or #633).

RGB color model

#6A4728 color RGB value is (106,71,40).

  • red value is 106;
  • green value is 71;
  • blue value is 40.
RGB:
(106,71,40)
(42%,28%,16%)

RGB channels and saturation

R 106 of 255 = 42%
G 71 of 255 = 28%
B 40 of 255 = 16%

106
71
40

R + G + B ~ 29%. #6A4728 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 71 + 40 = 217 (100%)
R 106 of 217 ~ 48.85%
G 71 of 217 ~ 32.72%
B 40 of 217 ~ 18.43%

%48.85
%32.72
%18.43

CMYK color model

#6A4728 color CMYK value is (0,33,62,58).

  • cyan value is 0.00%
  • magenta value is 33.02%
  • yellow value is 62.26%
  • key color value is 58.43%
CMYK:
(0,33,62,58)
C0M33Y62K58 
(0%,33%,62%,58%)
(0.00/0.33/0.62/0.58)	

CMYK percentages

%0
%33.02
%62.26
%58.43

Codes

Color #6A4728 in popluar color models

6A4728
RGB1067140
HSL28°45.21%28.63%
HSB/HSV28°62.26%41.57%
CMYK0.00%33.02%62.26%
58.43%

Color #6A4728 in popluar number systems.

HEX6A4728
Decimal1067140
Binary11010101000111101000
Octal15210750

Shades and tints

Shades of #6A4728

#6A4728
(106,71,40)
#614125
(97,65,37)
#583B22
(88,59,34)
#4F351F
(79,53,31)
#462F1C
(70,47,28)
#3D2919
(61,41,25)
#342316
(52,35,22)
#2B1D13
(43,29,19)
#221710
(34,23,16)
#19110D
(25,17,13)
#100B0A
(16,11,10)
#000000
(0,0,0)

Tints of #6A4728

#6A4728
(106,71,40)
#77573B
(119,87,59)
#84674E
(132,103,78)
#917761
(145,119,97)
#9E8774
(158,135,116)
#AB9787
(171,151,135)
#B8A79A
(184,167,154)
#C5B7AD
(197,183,173)
#D2C7C0
(210,199,192)
#DFD7D3
(223,215,211)
#ECE7E6
(236,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A4728 color. Also use rgb(106,71,40) instead hex code.

Text Font Color

.myTextColor { color: #6A4728; }

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

This text font color is #6A4728.


Background Color

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

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

This div background color is #6A4728.


Border color

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

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

This div border color is #6A4728.


Opacity

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

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

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

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

This text has shadow with #6A4728 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A4728 on black background.


Color preview on white background

This text has color #6A4728 on white background.



Black color preview on #6A4728 background

This text has black color on #6A4728 background.


White color preview on #6A4728 background

This text has white color on #6A4728 background.