COLOR #6D7862

HEX: #6D7862 RGB: (109,120,98)

Color info

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

RGB color model

#6D7862 color RGB value is (109,120,98).

RGB: (109,120,98) (43%, 47%, 38%)

RGB channels and saturation

R 109 of 255 = 43%
G 120 of 255 = 47%
B 98 of 255 = 38%

109
120
98

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

Portions of RGB colors in percentages

R + G + B = 109 + 120 + 98 = 327 (100%)
R 109 of 327 ~ 33.33%
G 120 of 327 ~ 36.7%
B 98 of 327 ~ 29.97'%

%33.33
%36.7
%29.97

CMYK color model

#6D7862 color CMYK value is (9,0,18,53).

  • cyan value is 9.17%
  • magenta value is 0.00%
  • yellow value is 18.33%
  • key color value is 52.94%
CMYK: (9,0,18,53) C9M0Y18K53 (9%,0%,18%,53%) (0.09/0.00/0.18/0.53) 

CMYK percentages

%9.17
%0
%18.33
%52.94

Codes

Color #6D7862 in popluar color models

6D 78 62
RGB 109 120 98
HSL 90° 10.09% 42.75%
HSB/HSV 90° 18.33% 47.06%
CMYK 9.17% 0.00% 18.33%
52.94%

Color #6D7862 in popluar number systems.

HEX 6D 78 62
Decimal 109 120 98
Binary 1101101 1111000 1100010
Octal 155 170 142

Shades and tints

Shades of #6D7862

#6D7862
(109,120,98)
#646E5A
(100,110,90)
#5B6452
(91,100,82)
#525A4A
(82,90,74)
#495042
(73,80,66)
#40463A
(64,70,58)
#373C32
(55,60,50)
#2E322A
(46,50,42)
#252822
(37,40,34)
#1C1E1A
(28,30,26)
#131412
(19,20,18)
#000000
(0,0,0)

Tints of #6D7862

#6D7862
(109,120,98)
#7A8470
(122,132,112)
#87907E
(135,144,126)
#949C8C
(148,156,140)
#A1A89A
(161,168,154)
#AEB4A8
(174,180,168)
#BBC0B6
(187,192,182)
#C8CCC4
(200,204,196)
#D5D8D2
(213,216,210)
#E2E4E0
(226,228,224)
#EFF0EE
(239,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D7862 color. Also use rgb(109,120,98) instead hex code.

Text Font Color

.myTextColor { color: #6D7862; }

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

This text font color is #6D7862.

Background Color

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

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

This div background color is #6D7862.

Border color

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

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

This div border color is #6D7862.

Opacity

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

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

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

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

This text has shadow with #6D7862 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D7862.

Preview

Color preview on black background

This text has color #6D7862 on black background.


Color preview on white background

This text has color #6D7862 on white background.


Black color preview on #6D7862 background

This text has black color on #6D7862 background.


White color preview on #6D7862 background

This text has white color on #6D7862 background.


Related colors

Complementary color

Complementary color for #hex is #92879D.


I love getcolorcode.com

Triadic colors

1 #626D78 and #78626D with #6D7862 are triadic colors.

2 #62786D and #786D62 with #6D7862 are triadic colors.