COLOR #6A5642

HEX: #6A5642
RGB: (106,86,66)

Color info

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

RGB color model

#6A5642 color RGB value is (106,86,66).

  • red value is 106;
  • green value is 86;
  • blue value is 66.
RGB:
(106,86,66)
(42%,34%,26%)

RGB channels and saturation

R 106 of 255 = 42%
G 86 of 255 = 34%
B 66 of 255 = 26%

106
86
66

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

Portions of RGB colors in percentages

R + G + B =
106 + 86 + 66 = 258 (100%)
R 106 of 258 ~ 41.09%
G 86 of 258 ~ 33.33%
B 66 of 258 ~ 25.58%

%41.09
%33.33
%25.58

CMYK color model

#6A5642 color CMYK value is (0,19,38,58).

  • cyan value is 0.00%
  • magenta value is 18.87%
  • yellow value is 37.74%
  • key color value is 58.43%
CMYK:
(0,19,38,58)
C0M19Y38K58 
(0%,19%,38%,58%)
(0.00/0.19/0.38/0.58)	

CMYK percentages

%0
%18.87
%37.74
%58.43

Codes

Color #6A5642 in popluar color models

6A5642
RGB1068666
HSL30°23.26%33.73%
HSB/HSV30°37.74%41.57%
CMYK0.00%18.87%37.74%
58.43%

Color #6A5642 in popluar number systems.

HEX6A5642
Decimal1068666
Binary110101010101101000010
Octal152126102

Shades and tints

Shades of #6A5642

#6A5642
(106,86,66)
#614F3C
(97,79,60)
#584836
(88,72,54)
#4F4130
(79,65,48)
#463A2A
(70,58,42)
#3D3324
(61,51,36)
#342C1E
(52,44,30)
#2B2518
(43,37,24)
#221E12
(34,30,18)
#19170C
(25,23,12)
#101006
(16,16,6)
#000000
(0,0,0)

Tints of #6A5642

#6A5642
(106,86,66)
#776553
(119,101,83)
#847464
(132,116,100)
#918375
(145,131,117)
#9E9286
(158,146,134)
#ABA197
(171,161,151)
#B8B0A8
(184,176,168)
#C5BFB9
(197,191,185)
#D2CECA
(210,206,202)
#DFDDDB
(223,221,219)
#ECECEC
(236,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A5642 color. Also use rgb(106,86,66) instead hex code.

Text Font Color

.myTextColor { color: #6A5642; }

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

This text font color is #6A5642.


Background Color

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

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

This div background color is #6A5642.


Border color

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

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

This div border color is #6A5642.


Opacity

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

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

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

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

This text has shadow with #6A5642 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A5642 on black background.


Color preview on white background

This text has color #6A5642 on white background.



Black color preview on #6A5642 background

This text has black color on #6A5642 background.


White color preview on #6A5642 background

This text has white color on #6A5642 background.