COLOR #6A4839

HEX: #6A4839
RGB: (106,72,57)

Color info

#6A4839 contains red, green and blue colors in about the same proportion. Web safe color of #6A4839 is #663333 (or #633).

RGB color model

#6A4839 color RGB value is (106,72,57).

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

RGB channels and saturation

R 106 of 255 = 42%
G 72 of 255 = 28%
B 57 of 255 = 22%

106
72
57

R + G + B ~ 31%. #6A4839 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 72 + 57 = 235 (100%)
R 106 of 235 ~ 45.11%
G 72 of 235 ~ 30.64%
B 57 of 235 ~ 24.26%

%45.11
%30.64
%24.26

CMYK color model

#6A4839 color CMYK value is (0,32,46,58).

  • cyan value is 0.00%
  • magenta value is 32.08%
  • yellow value is 46.23%
  • key color value is 58.43%
CMYK:
(0,32,46,58)
C0M32Y46K58 
(0%,32%,46%,58%)
(0.00/0.32/0.46/0.58)	

CMYK percentages

%0
%32.08
%46.23
%58.43

Codes

Color #6A4839 in popluar color models

6A4839
RGB1067257
HSL18°30.06%31.96%
HSB/HSV18°46.23%41.57%
CMYK0.00%32.08%46.23%
58.43%

Color #6A4839 in popluar number systems.

HEX6A4839
Decimal1067257
Binary11010101001000111001
Octal15211071

Shades and tints

Shades of #6A4839

#6A4839
(106,72,57)
#614234
(97,66,52)
#583C2F
(88,60,47)
#4F362A
(79,54,42)
#463025
(70,48,37)
#3D2A20
(61,42,32)
#34241B
(52,36,27)
#2B1E16
(43,30,22)
#221811
(34,24,17)
#19120C
(25,18,12)
#100C07
(16,12,7)
#000000
(0,0,0)

Tints of #6A4839

#6A4839
(106,72,57)
#77584B
(119,88,75)
#84685D
(132,104,93)
#91786F
(145,120,111)
#9E8881
(158,136,129)
#AB9893
(171,152,147)
#B8A8A5
(184,168,165)
#C5B8B7
(197,184,183)
#D2C8C9
(210,200,201)
#DFD8DB
(223,216,219)
#ECE8ED
(236,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A4839; }

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

This text font color is #6A4839.


Background Color

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

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

This div background color is #6A4839.


Border color

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

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

This div border color is #6A4839.


Opacity

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

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

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

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

This text has shadow with #6A4839 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A4839 on black background.


Color preview on white background

This text has color #6A4839 on white background.



Black color preview on #6A4839 background

This text has black color on #6A4839 background.


White color preview on #6A4839 background

This text has white color on #6A4839 background.