COLOR #6D7662

HEX: #6D7662
RGB: (109,118,98)

Color info

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

RGB color model

#6D7662 color RGB value is (109,118,98).

  • red value is 109;
  • green value is 118;
  • blue value is 98.
RGB:
(109,118,98)
(43%,46%,38%)

RGB channels and saturation

R 109 of 255 = 43%
G 118 of 255 = 46%
B 98 of 255 = 38%

109
118
98

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

Portions of RGB colors in percentages

R + G + B =
109 + 118 + 98 = 325 (100%)
R 109 of 325 ~ 33.54%
G 118 of 325 ~ 36.31%
B 98 of 325 ~ 30.15%

%33.54
%36.31
%30.15

CMYK color model

#6D7662 color CMYK value is (8,0,17,54).

  • cyan value is 7.63%
  • magenta value is 0.00%
  • yellow value is 16.95%
  • key color value is 53.73%
CMYK:
(8,0,17,54)
C8M0Y17K54 
(8%,0%,17%,54%)
(0.08/0.00/0.17/0.54)	

CMYK percentages

%7.63
%0
%16.95
%53.73

Codes

Color #6D7662 in popluar color models

6D7662
RGB10911898
HSL87°9.26%42.35%
HSB/HSV87°16.95%46.27%
CMYK7.63%0.00%16.95%
53.73%

Color #6D7662 in popluar number systems.

HEX6D7662
Decimal10911898
Binary110110111101101100010
Octal155166142

Shades and tints

Shades of #6D7662

#6D7662
(109,118,98)
#646C5A
(100,108,90)
#5B6252
(91,98,82)
#52584A
(82,88,74)
#494E42
(73,78,66)
#40443A
(64,68,58)
#373A32
(55,58,50)
#2E302A
(46,48,42)
#252622
(37,38,34)
#1C1C1A
(28,28,26)
#131212
(19,18,18)
#000000
(0,0,0)

Tints of #6D7662

#6D7662
(109,118,98)
#7A8270
(122,130,112)
#878E7E
(135,142,126)
#949A8C
(148,154,140)
#A1A69A
(161,166,154)
#AEB2A8
(174,178,168)
#BBBEB6
(187,190,182)
#C8CAC4
(200,202,196)
#D5D6D2
(213,214,210)
#E2E2E0
(226,226,224)
#EFEEEE
(239,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D7662; }

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

This text font color is #6D7662.


Background Color

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

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

This div background color is #6D7662.


Border color

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

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

This div border color is #6D7662.


Opacity

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

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

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

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

This text has shadow with #6D7662 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D7662 on black background.


Color preview on white background

This text has color #6D7662 on white background.



Black color preview on #6D7662 background

This text has black color on #6D7662 background.


White color preview on #6D7662 background

This text has white color on #6D7662 background.