COLOR #6A5147

HEX: #6A5147
RGB: (106,81,71)

Color info

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

RGB color model

#6A5147 color RGB value is (106,81,71).

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

RGB channels and saturation

R 106 of 255 = 42%
G 81 of 255 = 32%
B 71 of 255 = 28%

106
81
71

R + G + B ~ 34%. #6A5147 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 81 + 71 = 258 (100%)
R 106 of 258 ~ 41.09%
G 81 of 258 ~ 31.4%
B 71 of 258 ~ 27.52%

%41.09
%31.4
%27.52

CMYK color model

#6A5147 color CMYK value is (0,24,33,58).

  • cyan value is 0.00%
  • magenta value is 23.58%
  • yellow value is 33.02%
  • key color value is 58.43%
CMYK:
(0,24,33,58)
C0M24Y33K58 
(0%,24%,33%,58%)
(0.00/0.24/0.33/0.58)	

CMYK percentages

%0
%23.58
%33.02
%58.43

Codes

Color #6A5147 in popluar color models

6A5147
RGB1068171
HSL17°19.77%34.71%
HSB/HSV17°33.02%41.57%
CMYK0.00%23.58%33.02%
58.43%

Color #6A5147 in popluar number systems.

HEX6A5147
Decimal1068171
Binary110101010100011000111
Octal152121107

Shades and tints

Shades of #6A5147

#6A5147
(106,81,71)
#614A41
(97,74,65)
#58433B
(88,67,59)
#4F3C35
(79,60,53)
#46352F
(70,53,47)
#3D2E29
(61,46,41)
#342723
(52,39,35)
#2B201D
(43,32,29)
#221917
(34,25,23)
#191211
(25,18,17)
#100B0B
(16,11,11)
#000000
(0,0,0)

Tints of #6A5147

#6A5147
(106,81,71)
#776057
(119,96,87)
#846F67
(132,111,103)
#917E77
(145,126,119)
#9E8D87
(158,141,135)
#AB9C97
(171,156,151)
#B8ABA7
(184,171,167)
#C5BAB7
(197,186,183)
#D2C9C7
(210,201,199)
#DFD8D7
(223,216,215)
#ECE7E7
(236,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A5147; }

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

This text font color is #6A5147.


Background Color

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

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

This div background color is #6A5147.


Border color

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

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

This div border color is #6A5147.


Opacity

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

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

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

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

This text has shadow with #6A5147 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A5147 on black background.


Color preview on white background

This text has color #6A5147 on white background.



Black color preview on #6A5147 background

This text has black color on #6A5147 background.


White color preview on #6A5147 background

This text has white color on #6A5147 background.