COLOR #6D795B

HEX: #6D795B RGB: (109,121,91)

Color info

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

RGB color model

#6D795B color RGB value is (109,121,91).

RGB: (109,121,91) (43%, 47%, 36%)

RGB channels and saturation

R 109 of 255 = 43%
G 121 of 255 = 47%
B 91 of 255 = 36%

109
121
91

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

Portions of RGB colors in percentages

R + G + B = 109 + 121 + 91 = 321 (100%)
R 109 of 321 ~ 33.96%
G 121 of 321 ~ 37.69%
B 91 of 321 ~ 28.35'%

%33.96
%37.69
%28.35

CMYK color model

#6D795B color CMYK value is (10,0,25,53).

  • cyan value is 9.92%
  • magenta value is 0.00%
  • yellow value is 24.79%
  • key color value is 52.55%

CMYK: (10,0,25,53)
C10M0Y25K53 (10%, 0%, 25%, 53%)
(0.10 / 0.00 / 0.25 / 0.53)

CMYK percentages

%9.92
%0
%24.79
%52.55

Codes

Color #6D795B in popluar color models

6D 79 5B
RGB 109 121 91
HSL 84° 14.15% 41.57%
HSB/HSV 84° 24.79% 47.45%
CMYK 9.92% 0.00% 24.79%
52.55%

Color #6D795B in popluar number systems.

HEX 6D 79 5B
Decimal 109 121 91
Binary 1101101 1111001 1011011
Octal 155 171 133

Shades and tints

Shades of #6D795B

#6D795B
(109,121,91)
#646E53
(100,110,83)
#5B634B
(91,99,75)
#525843
(82,88,67)
#494D3B
(73,77,59)
#404233
(64,66,51)
#37372B
(55,55,43)
#2E2C23
(46,44,35)
#25211B
(37,33,27)
#1C1613
(28,22,19)
#130B0B
(19,11,11)
#000000
(0,0,0)

Tints of #6D795B

#6D795B
(109,121,91)
#7A8569
(122,133,105)
#879177
(135,145,119)
#949D85
(148,157,133)
#A1A993
(161,169,147)
#AEB5A1
(174,181,161)
#BBC1AF
(187,193,175)
#C8CDBD
(200,205,189)
#D5D9CB
(213,217,203)
#E2E5D9
(226,229,217)
#EFF1E7
(239,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D795B; }

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

This text font color is #6D795B.

Background Color

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

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

This div background color is #6D795B.

Border color

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

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

This div border color is #6D795B.

Opacity

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

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

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

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

This text has shadow with #6D795B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D795B.

Preview

Color preview on black background

This text has color #6D795B on black background.


Color preview on white background

This text has color #6D795B on white background.


Black color preview on #6D795B background

This text has black color on #6D795B background.


White color preview on #6D795B background

This text has white color on #6D795B background.


Related colors

Complementary color

Complementary color for #hex is #9286A4.


I love getcolorcode.com

Triadic colors

1 #5B6D79 and #795B6D with #6D795B are triadic colors.

2 #5B796D and #796D5B with #6D795B are triadic colors.