COLOR #6D6A57

HEX: #6D6A57
RGB: (109,106,87)

Color info

#6D6A57 contains red, green and blue colors in about the same proportion. Web safe color of #6D6A57 is #666666 (or #666).

RGB color model

#6D6A57 color RGB value is (109,106,87).

  • red value is 109;
  • green value is 106;
  • blue value is 87.
RGB:
(109,106,87)
(43%,42%,34%)

RGB channels and saturation

R 109 of 255 = 43%
G 106 of 255 = 42%
B 87 of 255 = 34%

109
106
87

R + G + B ~ 40%. #6D6A57 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
109 + 106 + 87 = 302 (100%)
R 109 of 302 ~ 36.09%
G 106 of 302 ~ 35.1%
B 87 of 302 ~ 28.81%

%36.09
%35.1
%28.81

CMYK color model

#6D6A57 color CMYK value is (0,3,20,57).

  • cyan value is 0.00%
  • magenta value is 2.75%
  • yellow value is 20.18%
  • key color value is 57.25%
CMYK:
(0,3,20,57)
C0M3Y20K57 
(0%,3%,20%,57%)
(0.00/0.03/0.20/0.57)	

CMYK percentages

%0
%2.75
%20.18
%57.25

Codes

Color #6D6A57 in popluar color models

6D6A57
RGB10910687
HSL52°11.22%38.43%
HSB/HSV52°20.18%42.75%
CMYK0.00%2.75%20.18%
57.25%

Color #6D6A57 in popluar number systems.

HEX6D6A57
Decimal10910687
Binary110110111010101010111
Octal155152127

Shades and tints

Shades of #6D6A57

#6D6A57
(109,106,87)
#646150
(100,97,80)
#5B5849
(91,88,73)
#524F42
(82,79,66)
#49463B
(73,70,59)
#403D34
(64,61,52)
#37342D
(55,52,45)
#2E2B26
(46,43,38)
#25221F
(37,34,31)
#1C1918
(28,25,24)
#131011
(19,16,17)
#000000
(0,0,0)

Tints of #6D6A57

#6D6A57
(109,106,87)
#7A7766
(122,119,102)
#878475
(135,132,117)
#949184
(148,145,132)
#A19E93
(161,158,147)
#AEABA2
(174,171,162)
#BBB8B1
(187,184,177)
#C8C5C0
(200,197,192)
#D5D2CF
(213,210,207)
#E2DFDE
(226,223,222)
#EFECED
(239,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D6A57 color. Also use rgb(109,106,87) instead hex code.

Text Font Color

.myTextColor { color: #6D6A57; }

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

This text font color is #6D6A57.


Background Color

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

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

This div background color is #6D6A57.


Border color

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

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

This div border color is #6D6A57.


Opacity

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

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

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

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

This text has shadow with #6D6A57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D6A57 on black background.


Color preview on white background

This text has color #6D6A57 on white background.



Black color preview on #6D6A57 background

This text has black color on #6D6A57 background.


White color preview on #6D6A57 background

This text has white color on #6D6A57 background.