COLOR #6A5239

HEX: #6A5239
RGB: (106,82,57)

Color info

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

RGB color model

#6A5239 color RGB value is (106,82,57).

  • red value is 106;
  • green value is 82;
  • blue value is 57.
RGB:
(106,82,57)
(42%,32%,22%)

RGB channels and saturation

R 106 of 255 = 42%
G 82 of 255 = 32%
B 57 of 255 = 22%

106
82
57

R + G + B ~ 32%. #6A5239 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 82 + 57 = 245 (100%)
R 106 of 245 ~ 43.27%
G 82 of 245 ~ 33.47%
B 57 of 245 ~ 23.27%

%43.27
%33.47
%23.27

CMYK color model

#6A5239 color CMYK value is (0,23,46,58).

  • cyan value is 0.00%
  • magenta value is 22.64%
  • yellow value is 46.23%
  • key color value is 58.43%
CMYK:
(0,23,46,58)
C0M23Y46K58 
(0%,23%,46%,58%)
(0.00/0.23/0.46/0.58)	

CMYK percentages

%0
%22.64
%46.23
%58.43

Codes

Color #6A5239 in popluar color models

6A5239
RGB1068257
HSL31°30.06%31.96%
HSB/HSV31°46.23%41.57%
CMYK0.00%22.64%46.23%
58.43%

Color #6A5239 in popluar number systems.

HEX6A5239
Decimal1068257
Binary11010101010010111001
Octal15212271

Shades and tints

Shades of #6A5239

#6A5239
(106,82,57)
#614B34
(97,75,52)
#58442F
(88,68,47)
#4F3D2A
(79,61,42)
#463625
(70,54,37)
#3D2F20
(61,47,32)
#34281B
(52,40,27)
#2B2116
(43,33,22)
#221A11
(34,26,17)
#19130C
(25,19,12)
#100C07
(16,12,7)
#000000
(0,0,0)

Tints of #6A5239

#6A5239
(106,82,57)
#77614B
(119,97,75)
#84705D
(132,112,93)
#917F6F
(145,127,111)
#9E8E81
(158,142,129)
#AB9D93
(171,157,147)
#B8ACA5
(184,172,165)
#C5BBB7
(197,187,183)
#D2CAC9
(210,202,201)
#DFD9DB
(223,217,219)
#ECE8ED
(236,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A5239 color. Also use rgb(106,82,57) instead hex code.

Text Font Color

.myTextColor { color: #6A5239; }

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

This text font color is #6A5239.


Background Color

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

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

This div background color is #6A5239.


Border color

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

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

This div border color is #6A5239.


Opacity

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

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

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

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

This text has shadow with #6A5239 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A5239 on black background.


Color preview on white background

This text has color #6A5239 on white background.



Black color preview on #6A5239 background

This text has black color on #6A5239 background.


White color preview on #6A5239 background

This text has white color on #6A5239 background.