COLOR #6D594F

HEX: #6D594F
RGB: (109,89,79)

Color info

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

RGB color model

#6D594F color RGB value is (109,89,79).

  • red value is 109;
  • green value is 89;
  • blue value is 79.
RGB:
(109,89,79)
(43%,35%,31%)

RGB channels and saturation

R 109 of 255 = 43%
G 89 of 255 = 35%
B 79 of 255 = 31%

109
89
79

R + G + B ~ 36%. #6D594F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 89 + 79 = 277 (100%)
R 109 of 277 ~ 39.35%
G 89 of 277 ~ 32.13%
B 79 of 277 ~ 28.52%

%39.35
%32.13
%28.52

CMYK color model

#6D594F color CMYK value is (0,18,28,57).

  • cyan value is 0.00%
  • magenta value is 18.35%
  • yellow value is 27.52%
  • key color value is 57.25%
CMYK:
(0,18,28,57)
C0M18Y28K57 
(0%,18%,28%,57%)
(0.00/0.18/0.28/0.57)	

CMYK percentages

%0
%18.35
%27.52
%57.25

Codes

Color #6D594F in popluar color models

6D594F
RGB1098979
HSL20°15.96%36.86%
HSB/HSV20°27.52%42.75%
CMYK0.00%18.35%27.52%
57.25%

Color #6D594F in popluar number systems.

HEX6D594F
Decimal1098979
Binary110110110110011001111
Octal155131117

Shades and tints

Shades of #6D594F

#6D594F
(109,89,79)
#645148
(100,81,72)
#5B4941
(91,73,65)
#52413A
(82,65,58)
#493933
(73,57,51)
#40312C
(64,49,44)
#372925
(55,41,37)
#2E211E
(46,33,30)
#251917
(37,25,23)
#1C1110
(28,17,16)
#130909
(19,9,9)
#000000
(0,0,0)

Tints of #6D594F

#6D594F
(109,89,79)
#7A685F
(122,104,95)
#87776F
(135,119,111)
#94867F
(148,134,127)
#A1958F
(161,149,143)
#AEA49F
(174,164,159)
#BBB3AF
(187,179,175)
#C8C2BF
(200,194,191)
#D5D1CF
(213,209,207)
#E2E0DF
(226,224,223)
#EFEFEF
(239,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D594F color. Also use rgb(109,89,79) instead hex code.

Text Font Color

.myTextColor { color: #6D594F; }

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

This text font color is #6D594F.


Background Color

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

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

This div background color is #6D594F.


Border color

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

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

This div border color is #6D594F.


Opacity

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

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

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

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

This text has shadow with #6D594F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D594F on black background.


Color preview on white background

This text has color #6D594F on white background.



Black color preview on #6D594F background

This text has black color on #6D594F background.


White color preview on #6D594F background

This text has white color on #6D594F background.