COLOR #6D795D

HEX: #6D795D RGB: (109,121,93)

Color info

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

RGB color model

#6D795D color RGB value is (109,121,93).

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

RGB channels and saturation

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

109
121
93

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

Portions of RGB colors in percentages

R + G + B = 109 + 121 + 93 = 323 (100%)
R 109 of 323 ~ 33.75%
G 121 of 323 ~ 37.46%
B 93 of 323 ~ 28.79'%

%33.75
%37.46
%28.79

CMYK color model

#6D795D color CMYK value is (10,0,23,53).

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

CMYK: (10,0,23,53)
C10M0Y23K53 (10%, 0%, 23%, 53%)
(0.10 / 0.00 / 0.23 / 0.53)

CMYK percentages

%9.92
%0
%23.14
%52.55

Codes

Color #6D795D in popluar color models

6D 79 5D
RGB 109 121 93
HSL 86° 13.08% 41.96%
HSB/HSV 86° 23.14% 47.45%
CMYK 9.92% 0.00% 23.14%
52.55%

Color #6D795D in popluar number systems.

HEX 6D 79 5D
Decimal 109 121 93
Binary 1101101 1111001 1011101
Octal 155 171 135

Shades and tints

Shades of #6D795D

#6D795D
(109,121,93)
#646E55
(100,110,85)
#5B634D
(91,99,77)
#525845
(82,88,69)
#494D3D
(73,77,61)
#404235
(64,66,53)
#37372D
(55,55,45)
#2E2C25
(46,44,37)
#25211D
(37,33,29)
#1C1615
(28,22,21)
#130B0D
(19,11,13)
#000000
(0,0,0)

Tints of #6D795D

#6D795D
(109,121,93)
#7A856B
(122,133,107)
#879179
(135,145,121)
#949D87
(148,157,135)
#A1A995
(161,169,149)
#AEB5A3
(174,181,163)
#BBC1B1
(187,193,177)
#C8CDBF
(200,205,191)
#D5D9CD
(213,217,205)
#E2E5DB
(226,229,219)
#EFF1E9
(239,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D795D; }

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

This text font color is #6D795D.

Background Color

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

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

This div background color is #6D795D.

Border color

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

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

This div border color is #6D795D.

Opacity

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

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

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

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

This text has shadow with #6D795D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D795D.

Preview

Color preview on black background

This text has color #6D795D on black background.


Color preview on white background

This text has color #6D795D on white background.


Black color preview on #6D795D background

This text has black color on #6D795D background.


White color preview on #6D795D background

This text has white color on #6D795D background.


Related colors

Complementary color

Complementary color for #hex is #9286A2.


I love getcolorcode.com

Triadic colors

1 #5D6D79 and #795D6D with #6D795D are triadic colors.

2 #5D796D and #796D5D with #6D795D are triadic colors.