COLOR #6D7966

HEX: #6D7966
RGB: (109,121,102)

Color info

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

RGB color model

#6D7966 color RGB value is (109,121,102).

  • red value is 109;
  • green value is 121;
  • blue value is 102.
RGB:
(109,121,102)
(43%,47%,40%)

RGB channels and saturation

R 109 of 255 = 43%
G 121 of 255 = 47%
B 102 of 255 = 40%

109
121
102

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

Portions of RGB colors in percentages

R + G + B =
109 + 121 + 102 = 332 (100%)
R 109 of 332 ~ 32.83%
G 121 of 332 ~ 36.45%
B 102 of 332 ~ 30.72%

%32.83
%36.45
%30.72

CMYK color model

#6D7966 color CMYK value is (10,0,16,53).

  • cyan value is 9.92%
  • magenta value is 0.00%
  • yellow value is 15.70%
  • key color value is 52.55%
CMYK:
(10,0,16,53)
C10M0Y16K53 
(10%,0%,16%,53%)
(0.10/0.00/0.16/0.53)	

CMYK percentages

%9.92
%0
%15.7
%52.55

Codes

Color #6D7966 in popluar color models

6D7966
RGB109121102
HSL98°8.52%43.73%
HSB/HSV98°15.70%47.45%
CMYK9.92%0.00%15.70%
52.55%

Color #6D7966 in popluar number systems.

HEX6D7966
Decimal109121102
Binary110110111110011100110
Octal155171146

Shades and tints

Shades of #6D7966

#6D7966
(109,121,102)
#646E5D
(100,110,93)
#5B6354
(91,99,84)
#52584B
(82,88,75)
#494D42
(73,77,66)
#404239
(64,66,57)
#373730
(55,55,48)
#2E2C27
(46,44,39)
#25211E
(37,33,30)
#1C1615
(28,22,21)
#130B0C
(19,11,12)
#000000
(0,0,0)

Tints of #6D7966

#6D7966
(109,121,102)
#7A8573
(122,133,115)
#879180
(135,145,128)
#949D8D
(148,157,141)
#A1A99A
(161,169,154)
#AEB5A7
(174,181,167)
#BBC1B4
(187,193,180)
#C8CDC1
(200,205,193)
#D5D9CE
(213,217,206)
#E2E5DB
(226,229,219)
#EFF1E8
(239,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D7966; }

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

This text font color is #6D7966.


Background Color

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

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

This div background color is #6D7966.


Border color

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

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

This div border color is #6D7966.


Opacity

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

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

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

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

This text has shadow with #6D7966 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D7966 on black background.


Color preview on white background

This text has color #6D7966 on white background.



Black color preview on #6D7966 background

This text has black color on #6D7966 background.


White color preview on #6D7966 background

This text has white color on #6D7966 background.