COLOR #6A4E43

HEX: #6A4E43
RGB: (106,78,67)

Color info

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

RGB color model

#6A4E43 color RGB value is (106,78,67).

  • red value is 106;
  • green value is 78;
  • blue value is 67.
RGB:
(106,78,67)
(42%,31%,26%)

RGB channels and saturation

R 106 of 255 = 42%
G 78 of 255 = 31%
B 67 of 255 = 26%

106
78
67

R + G + B ~ 33%. #6A4E43 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 78 + 67 = 251 (100%)
R 106 of 251 ~ 42.23%
G 78 of 251 ~ 31.08%
B 67 of 251 ~ 26.69%

%42.23
%31.08
%26.69

CMYK color model

#6A4E43 color CMYK value is (0,26,37,58).

  • cyan value is 0.00%
  • magenta value is 26.42%
  • yellow value is 36.79%
  • key color value is 58.43%
CMYK:
(0,26,37,58)
C0M26Y37K58 
(0%,26%,37%,58%)
(0.00/0.26/0.37/0.58)	

CMYK percentages

%0
%26.42
%36.79
%58.43

Codes

Color #6A4E43 in popluar color models

6A4E43
RGB1067867
HSL17°22.54%33.92%
HSB/HSV17°36.79%41.57%
CMYK0.00%26.42%36.79%
58.43%

Color #6A4E43 in popluar number systems.

HEX6A4E43
Decimal1067867
Binary110101010011101000011
Octal152116103

Shades and tints

Shades of #6A4E43

#6A4E43
(106,78,67)
#61473D
(97,71,61)
#584037
(88,64,55)
#4F3931
(79,57,49)
#46322B
(70,50,43)
#3D2B25
(61,43,37)
#34241F
(52,36,31)
#2B1D19
(43,29,25)
#221613
(34,22,19)
#190F0D
(25,15,13)
#100807
(16,8,7)
#000000
(0,0,0)

Tints of #6A4E43

#6A4E43
(106,78,67)
#775E54
(119,94,84)
#846E65
(132,110,101)
#917E76
(145,126,118)
#9E8E87
(158,142,135)
#AB9E98
(171,158,152)
#B8AEA9
(184,174,169)
#C5BEBA
(197,190,186)
#D2CECB
(210,206,203)
#DFDEDC
(223,222,220)
#ECEEED
(236,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A4E43 color. Also use rgb(106,78,67) instead hex code.

Text Font Color

.myTextColor { color: #6A4E43; }

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

This text font color is #6A4E43.


Background Color

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

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

This div background color is #6A4E43.


Border color

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

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

This div border color is #6A4E43.


Opacity

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

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

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

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

This text has shadow with #6A4E43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A4E43 on black background.


Color preview on white background

This text has color #6A4E43 on white background.



Black color preview on #6A4E43 background

This text has black color on #6A4E43 background.


White color preview on #6A4E43 background

This text has white color on #6A4E43 background.