COLOR #6D794E

HEX: #6D794E
RGB: (109,121,78)

Color info

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

RGB color model

#6D794E color RGB value is (109,121,78).

  • red value is 109;
  • green value is 121;
  • blue value is 78.
RGB:
(109,121,78)
(43%,47%,31%)

RGB channels and saturation

R 109 of 255 = 43%
G 121 of 255 = 47%
B 78 of 255 = 31%

109
121
78

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

Portions of RGB colors in percentages

R + G + B =
109 + 121 + 78 = 308 (100%)
R 109 of 308 ~ 35.39%
G 121 of 308 ~ 39.29%
B 78 of 308 ~ 25.32%

%35.39
%39.29
%25.32

CMYK color model

#6D794E color CMYK value is (10,0,36,53).

  • cyan value is 9.92%
  • magenta value is 0.00%
  • yellow value is 35.54%
  • key color value is 52.55%
CMYK:
(10,0,36,53)
C10M0Y36K53 
(10%,0%,36%,53%)
(0.10/0.00/0.36/0.53)	

CMYK percentages

%9.92
%0
%35.54
%52.55

Codes

Color #6D794E in popluar color models

6D794E
RGB10912178
HSL77°21.61%39.02%
HSB/HSV77°35.54%47.45%
CMYK9.92%0.00%35.54%
52.55%

Color #6D794E in popluar number systems.

HEX6D794E
Decimal10912178
Binary110110111110011001110
Octal155171116

Shades and tints

Shades of #6D794E

#6D794E
(109,121,78)
#646E47
(100,110,71)
#5B6340
(91,99,64)
#525839
(82,88,57)
#494D32
(73,77,50)
#40422B
(64,66,43)
#373724
(55,55,36)
#2E2C1D
(46,44,29)
#252116
(37,33,22)
#1C160F
(28,22,15)
#130B08
(19,11,8)
#000000
(0,0,0)

Tints of #6D794E

#6D794E
(109,121,78)
#7A855E
(122,133,94)
#87916E
(135,145,110)
#949D7E
(148,157,126)
#A1A98E
(161,169,142)
#AEB59E
(174,181,158)
#BBC1AE
(187,193,174)
#C8CDBE
(200,205,190)
#D5D9CE
(213,217,206)
#E2E5DE
(226,229,222)
#EFF1EE
(239,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D794E color. Also use rgb(109,121,78) instead hex code.

Text Font Color

.myTextColor { color: #6D794E; }

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

This text font color is #6D794E.


Background Color

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

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

This div background color is #6D794E.


Border color

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

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

This div border color is #6D794E.


Opacity

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

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

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

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

This text has shadow with #6D794E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D794E on black background.


Color preview on white background

This text has color #6D794E on white background.



Black color preview on #6D794E background

This text has black color on #6D794E background.


White color preview on #6D794E background

This text has white color on #6D794E background.