COLOR #6D7861

HEX: #6D7861 RGB: (109,120,97)

Color info

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

RGB color model

#6D7861 color RGB value is (109,120,97).

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

RGB channels and saturation

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

109
120
97

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

Portions of RGB colors in percentages

R + G + B = 109 + 120 + 97 = 326 (100%)
R 109 of 326 ~ 33.44%
G 120 of 326 ~ 36.81%
B 97 of 326 ~ 29.75'%

%33.44
%36.81
%29.75

CMYK color model

#6D7861 color CMYK value is (9,0,19,53).

  • cyan value is 9.17%
  • magenta value is 0.00%
  • yellow value is 19.17%
  • key color value is 52.94%

CMYK: (9,0,19,53)
C9M0Y19K53 (9%, 0%, 19%, 53%)
(0.09 / 0.00 / 0.19 / 0.53)

CMYK percentages

%9.17
%0
%19.17
%52.94

Codes

Color #6D7861 in popluar color models

6D 78 61
RGB 109 120 97
HSL 89° 10.60% 42.55%
HSB/HSV 89° 19.17% 47.06%
CMYK 9.17% 0.00% 19.17%
52.94%

Color #6D7861 in popluar number systems.

HEX 6D 78 61
Decimal 109 120 97
Binary 1101101 1111000 1100001
Octal 155 170 141

Shades and tints

Shades of #6D7861

#6D7861
(109,120,97)
#646E59
(100,110,89)
#5B6451
(91,100,81)
#525A49
(82,90,73)
#495041
(73,80,65)
#404639
(64,70,57)
#373C31
(55,60,49)
#2E3229
(46,50,41)
#252821
(37,40,33)
#1C1E19
(28,30,25)
#131411
(19,20,17)
#000000
(0,0,0)

Tints of #6D7861

#6D7861
(109,120,97)
#7A846F
(122,132,111)
#87907D
(135,144,125)
#949C8B
(148,156,139)
#A1A899
(161,168,153)
#AEB4A7
(174,180,167)
#BBC0B5
(187,192,181)
#C8CCC3
(200,204,195)
#D5D8D1
(213,216,209)
#E2E4DF
(226,228,223)
#EFF0ED
(239,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D7861; }

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

This text font color is #6D7861.

Background Color

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

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

This div background color is #6D7861.

Border color

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

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

This div border color is #6D7861.

Opacity

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

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

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

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

This text has shadow with #6D7861 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D7861.

Preview

Color preview on black background

This text has color #6D7861 on black background.


Color preview on white background

This text has color #6D7861 on white background.


Black color preview on #6D7861 background

This text has black color on #6D7861 background.


White color preview on #6D7861 background

This text has white color on #6D7861 background.


Related colors

Complementary color

Complementary color for #hex is #92879E.


I love getcolorcode.com

Triadic colors

1 #616D78 and #78616D with #6D7861 are triadic colors.

2 #61786D and #786D61 with #6D7861 are triadic colors.