COLOR #6A5D39

HEX: #6A5D39
RGB: (106,93,57)

Color info

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

RGB color model

#6A5D39 color RGB value is (106,93,57).

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

RGB channels and saturation

R 106 of 255 = 42%
G 93 of 255 = 36%
B 57 of 255 = 22%

106
93
57

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

Portions of RGB colors in percentages

R + G + B =
106 + 93 + 57 = 256 (100%)
R 106 of 256 ~ 41.41%
G 93 of 256 ~ 36.33%
B 57 of 256 ~ 22.27%

%41.41
%36.33
%22.27

CMYK color model

#6A5D39 color CMYK value is (0,12,46,58).

  • cyan value is 0.00%
  • magenta value is 12.26%
  • yellow value is 46.23%
  • key color value is 58.43%
CMYK:
(0,12,46,58)
C0M12Y46K58 
(0%,12%,46%,58%)
(0.00/0.12/0.46/0.58)	

CMYK percentages

%0
%12.26
%46.23
%58.43

Codes

Color #6A5D39 in popluar color models

6A5D39
RGB1069357
HSL44°30.06%31.96%
HSB/HSV44°46.23%41.57%
CMYK0.00%12.26%46.23%
58.43%

Color #6A5D39 in popluar number systems.

HEX6A5D39
Decimal1069357
Binary11010101011101111001
Octal15213571

Shades and tints

Shades of #6A5D39

#6A5D39
(106,93,57)
#615534
(97,85,52)
#584D2F
(88,77,47)
#4F452A
(79,69,42)
#463D25
(70,61,37)
#3D3520
(61,53,32)
#342D1B
(52,45,27)
#2B2516
(43,37,22)
#221D11
(34,29,17)
#19150C
(25,21,12)
#100D07
(16,13,7)
#000000
(0,0,0)

Tints of #6A5D39

#6A5D39
(106,93,57)
#776B4B
(119,107,75)
#84795D
(132,121,93)
#91876F
(145,135,111)
#9E9581
(158,149,129)
#ABA393
(171,163,147)
#B8B1A5
(184,177,165)
#C5BFB7
(197,191,183)
#D2CDC9
(210,205,201)
#DFDBDB
(223,219,219)
#ECE9ED
(236,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A5D39; }

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

This text font color is #6A5D39.


Background Color

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

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

This div background color is #6A5D39.


Border color

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

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

This div border color is #6A5D39.


Opacity

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

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

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

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

This text has shadow with #6A5D39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A5D39 on black background.


Color preview on white background

This text has color #6A5D39 on white background.



Black color preview on #6A5D39 background

This text has black color on #6A5D39 background.


White color preview on #6A5D39 background

This text has white color on #6A5D39 background.