COLOR #6A5947

HEX: #6A5947
RGB: (106,89,71)

Color info

#6A5947 contains red, green and blue colors in about the same proportion. Web safe color of #6A5947 is #666633 (or #663).

RGB color model

#6A5947 color RGB value is (106,89,71).

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

RGB channels and saturation

R 106 of 255 = 42%
G 89 of 255 = 35%
B 71 of 255 = 28%

106
89
71

R + G + B ~ 35%. #6A5947 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 89 + 71 = 266 (100%)
R 106 of 266 ~ 39.85%
G 89 of 266 ~ 33.46%
B 71 of 266 ~ 26.69%

%39.85
%33.46
%26.69

CMYK color model

#6A5947 color CMYK value is (0,16,33,58).

  • cyan value is 0.00%
  • magenta value is 16.04%
  • yellow value is 33.02%
  • key color value is 58.43%
CMYK:
(0,16,33,58)
C0M16Y33K58 
(0%,16%,33%,58%)
(0.00/0.16/0.33/0.58)	

CMYK percentages

%0
%16.04
%33.02
%58.43

Codes

Color #6A5947 in popluar color models

6A5947
RGB1068971
HSL31°19.77%34.71%
HSB/HSV31°33.02%41.57%
CMYK0.00%16.04%33.02%
58.43%

Color #6A5947 in popluar number systems.

HEX6A5947
Decimal1068971
Binary110101010110011000111
Octal152131107

Shades and tints

Shades of #6A5947

#6A5947
(106,89,71)
#615141
(97,81,65)
#58493B
(88,73,59)
#4F4135
(79,65,53)
#46392F
(70,57,47)
#3D3129
(61,49,41)
#342923
(52,41,35)
#2B211D
(43,33,29)
#221917
(34,25,23)
#191111
(25,17,17)
#10090B
(16,9,11)
#000000
(0,0,0)

Tints of #6A5947

#6A5947
(106,89,71)
#776857
(119,104,87)
#847767
(132,119,103)
#918677
(145,134,119)
#9E9587
(158,149,135)
#ABA497
(171,164,151)
#B8B3A7
(184,179,167)
#C5C2B7
(197,194,183)
#D2D1C7
(210,209,199)
#DFE0D7
(223,224,215)
#ECEFE7
(236,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A5947; }

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

This text font color is #6A5947.


Background Color

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

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

This div background color is #6A5947.


Border color

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

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

This div border color is #6A5947.


Opacity

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

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

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

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

This text has shadow with #6A5947 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A5947 on black background.


Color preview on white background

This text has color #6A5947 on white background.



Black color preview on #6A5947 background

This text has black color on #6A5947 background.


White color preview on #6A5947 background

This text has white color on #6A5947 background.