COLOR #6A5944

HEX: #6A5944
RGB: (106,89,68)

Color info

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

RGB color model

#6A5944 color RGB value is (106,89,68).

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

RGB channels and saturation

R 106 of 255 = 42%
G 89 of 255 = 35%
B 68 of 255 = 27%

106
89
68

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

Portions of RGB colors in percentages

R + G + B =
106 + 89 + 68 = 263 (100%)
R 106 of 263 ~ 40.3%
G 89 of 263 ~ 33.84%
B 68 of 263 ~ 25.86%

%40.3
%33.84
%25.86

CMYK color model

#6A5944 color CMYK value is (0,16,36,58).

  • cyan value is 0.00%
  • magenta value is 16.04%
  • yellow value is 35.85%
  • key color value is 58.43%
CMYK:
(0,16,36,58)
C0M16Y36K58 
(0%,16%,36%,58%)
(0.00/0.16/0.36/0.58)	

CMYK percentages

%0
%16.04
%35.85
%58.43

Codes

Color #6A5944 in popluar color models

6A5944
RGB1068968
HSL33°21.84%34.12%
HSB/HSV33°35.85%41.57%
CMYK0.00%16.04%35.85%
58.43%

Color #6A5944 in popluar number systems.

HEX6A5944
Decimal1068968
Binary110101010110011000100
Octal152131104

Shades and tints

Shades of #6A5944

#6A5944
(106,89,68)
#61513E
(97,81,62)
#584938
(88,73,56)
#4F4132
(79,65,50)
#46392C
(70,57,44)
#3D3126
(61,49,38)
#342920
(52,41,32)
#2B211A
(43,33,26)
#221914
(34,25,20)
#19110E
(25,17,14)
#100908
(16,9,8)
#000000
(0,0,0)

Tints of #6A5944

#6A5944
(106,89,68)
#776855
(119,104,85)
#847766
(132,119,102)
#918677
(145,134,119)
#9E9588
(158,149,136)
#ABA499
(171,164,153)
#B8B3AA
(184,179,170)
#C5C2BB
(197,194,187)
#D2D1CC
(210,209,204)
#DFE0DD
(223,224,221)
#ECEFEE
(236,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A5944; }

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

This text font color is #6A5944.


Background Color

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

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

This div background color is #6A5944.


Border color

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

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

This div border color is #6A5944.


Opacity

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

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

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

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

This text has shadow with #6A5944 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A5944 on black background.


Color preview on white background

This text has color #6A5944 on white background.



Black color preview on #6A5944 background

This text has black color on #6A5944 background.


White color preview on #6A5944 background

This text has white color on #6A5944 background.