COLOR #6A4E3B

HEX: #6A4E3B
RGB: (106,78,59)

Color info

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

RGB color model

#6A4E3B color RGB value is (106,78,59).

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

RGB channels and saturation

R 106 of 255 = 42%
G 78 of 255 = 31%
B 59 of 255 = 23%

106
78
59

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

Portions of RGB colors in percentages

R + G + B =
106 + 78 + 59 = 243 (100%)
R 106 of 243 ~ 43.62%
G 78 of 243 ~ 32.1%
B 59 of 243 ~ 24.28%

%43.62
%32.1
%24.28

CMYK color model

#6A4E3B color CMYK value is (0,26,44,58).

  • cyan value is 0.00%
  • magenta value is 26.42%
  • yellow value is 44.34%
  • key color value is 58.43%
CMYK:
(0,26,44,58)
C0M26Y44K58 
(0%,26%,44%,58%)
(0.00/0.26/0.44/0.58)	

CMYK percentages

%0
%26.42
%44.34
%58.43

Codes

Color #6A4E3B in popluar color models

6A4E3B
RGB1067859
HSL24°28.48%32.35%
HSB/HSV24°44.34%41.57%
CMYK0.00%26.42%44.34%
58.43%

Color #6A4E3B in popluar number systems.

HEX6A4E3B
Decimal1067859
Binary11010101001110111011
Octal15211673

Shades and tints

Shades of #6A4E3B

#6A4E3B
(106,78,59)
#614736
(97,71,54)
#584031
(88,64,49)
#4F392C
(79,57,44)
#463227
(70,50,39)
#3D2B22
(61,43,34)
#34241D
(52,36,29)
#2B1D18
(43,29,24)
#221613
(34,22,19)
#190F0E
(25,15,14)
#100809
(16,8,9)
#000000
(0,0,0)

Tints of #6A4E3B

#6A4E3B
(106,78,59)
#775E4C
(119,94,76)
#846E5D
(132,110,93)
#917E6E
(145,126,110)
#9E8E7F
(158,142,127)
#AB9E90
(171,158,144)
#B8AEA1
(184,174,161)
#C5BEB2
(197,190,178)
#D2CEC3
(210,206,195)
#DFDED4
(223,222,212)
#ECEEE5
(236,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A4E3B; }

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

This text font color is #6A4E3B.


Background Color

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

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

This div background color is #6A4E3B.


Border color

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

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

This div border color is #6A4E3B.


Opacity

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

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

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

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

This text has shadow with #6A4E3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A4E3B on black background.


Color preview on white background

This text has color #6A4E3B on white background.



Black color preview on #6A4E3B background

This text has black color on #6A4E3B background.


White color preview on #6A4E3B background

This text has white color on #6A4E3B background.