COLOR #6D806A

HEX: #6D806A RGB: (109,128,106)

Color info

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

RGB color model

#6D806A color RGB value is (109,128,106).

RGB: (109,128,106) (43%, 50%, 42%)

RGB channels and saturation

R 109 of 255 = 43%
G 128 of 255 = 50%
B 106 of 255 = 42%

109
128
106

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

Portions of RGB colors in percentages

R + G + B = 109 + 128 + 106 = 343 (100%)
R 109 of 343 ~ 31.78%
G 128 of 343 ~ 37.32%
B 106 of 343 ~ 30.9'%

%31.78
%37.32
%30.9

CMYK color model

#6D806A color CMYK value is (15,0,17,50).

  • cyan value is 14.84%
  • magenta value is 0.00%
  • yellow value is 17.19%
  • key color value is 49.80%

CMYK: (15,0,17,50)
C15M0Y17K50 (15%, 0%, 17%, 50%)
(0.15 / 0.00 / 0.17 / 0.50)

CMYK percentages

%14.84
%0
%17.19
%49.8

Codes

Color #6D806A in popluar color models

6D 80 6A
RGB 109 128 106
HSL 112° 9.40% 45.88%
HSB/HSV 112° 17.19% 50.20%
CMYK 14.84% 0.00% 17.19%
49.80%

Color #6D806A in popluar number systems.

HEX 6D 80 6A
Decimal 109 128 106
Binary 1101101 10000000 1101010
Octal 155 200 152

Shades and tints

Shades of #6D806A

#6D806A
(109,128,106)
#647561
(100,117,97)
#5B6A58
(91,106,88)
#525F4F
(82,95,79)
#495446
(73,84,70)
#40493D
(64,73,61)
#373E34
(55,62,52)
#2E332B
(46,51,43)
#252822
(37,40,34)
#1C1D19
(28,29,25)
#131210
(19,18,16)
#000000
(0,0,0)

Tints of #6D806A

#6D806A
(109,128,106)
#7A8B77
(122,139,119)
#879684
(135,150,132)
#94A191
(148,161,145)
#A1AC9E
(161,172,158)
#AEB7AB
(174,183,171)
#BBC2B8
(187,194,184)
#C8CDC5
(200,205,197)
#D5D8D2
(213,216,210)
#E2E3DF
(226,227,223)
#EFEEEC
(239,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D806A color. Also use rgb(109,128,106) instead hex code.

Text Font Color

.myTextColor { color: #6D806A; }

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

This text font color is #6D806A.

Background Color

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

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

This div background color is #6D806A.

Border color

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

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

This div border color is #6D806A.

Opacity

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

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

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

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

This text has shadow with #6D806A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D806A.

Preview

Color preview on black background

This text has color #6D806A on black background.


Color preview on white background

This text has color #6D806A on white background.


Black color preview on #6D806A background

This text has black color on #6D806A background.


White color preview on #6D806A background

This text has white color on #6D806A background.


Related colors

Complementary color

Complementary color for #hex is #927F95.


I love getcolorcode.com

Triadic colors

1 #6A6D80 and #806A6D with #6D806A are triadic colors.

2 #6A806D and #806D6A with #6D806A are triadic colors.