COLOR #6D604F

HEX: #6D604F
RGB: (109,96,79)

Color info

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

RGB color model

#6D604F color RGB value is (109,96,79).

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

RGB channels and saturation

R 109 of 255 = 43%
G 96 of 255 = 38%
B 79 of 255 = 31%

109
96
79

R + G + B ~ 37%. #6D604F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
109 + 96 + 79 = 284 (100%)
R 109 of 284 ~ 38.38%
G 96 of 284 ~ 33.8%
B 79 of 284 ~ 27.82%

%38.38
%33.8
%27.82

CMYK color model

#6D604F color CMYK value is (0,12,28,57).

  • cyan value is 0.00%
  • magenta value is 11.93%
  • yellow value is 27.52%
  • key color value is 57.25%
CMYK:
(0,12,28,57)
C0M12Y28K57 
(0%,12%,28%,57%)
(0.00/0.12/0.28/0.57)	

CMYK percentages

%0
%11.93
%27.52
%57.25

Codes

Color #6D604F in popluar color models

6D604F
RGB1099679
HSL34°15.96%36.86%
HSB/HSV34°27.52%42.75%
CMYK0.00%11.93%27.52%
57.25%

Color #6D604F in popluar number systems.

HEX6D604F
Decimal1099679
Binary110110111000001001111
Octal155140117

Shades and tints

Shades of #6D604F

#6D604F
(109,96,79)
#645848
(100,88,72)
#5B5041
(91,80,65)
#52483A
(82,72,58)
#494033
(73,64,51)
#40382C
(64,56,44)
#373025
(55,48,37)
#2E281E
(46,40,30)
#252017
(37,32,23)
#1C1810
(28,24,16)
#131009
(19,16,9)
#000000
(0,0,0)

Tints of #6D604F

#6D604F
(109,96,79)
#7A6E5F
(122,110,95)
#877C6F
(135,124,111)
#948A7F
(148,138,127)
#A1988F
(161,152,143)
#AEA69F
(174,166,159)
#BBB4AF
(187,180,175)
#C8C2BF
(200,194,191)
#D5D0CF
(213,208,207)
#E2DEDF
(226,222,223)
#EFECEF
(239,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D604F; }

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

This text font color is #6D604F.


Background Color

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

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

This div background color is #6D604F.


Border color

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

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

This div border color is #6D604F.


Opacity

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

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

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

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

This text has shadow with #6D604F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D604F on black background.


Color preview on white background

This text has color #6D604F on white background.



Black color preview on #6D604F background

This text has black color on #6D604F background.


White color preview on #6D604F background

This text has white color on #6D604F background.