COLOR #6D6162

HEX: #6D6162
RGB: (109,97,98)

Color info

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

RGB color model

#6D6162 color RGB value is (109,97,98).

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

RGB channels and saturation

R 109 of 255 = 43%
G 97 of 255 = 38%
B 98 of 255 = 38%

109
97
98

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

Portions of RGB colors in percentages

R + G + B =
109 + 97 + 98 = 304 (100%)
R 109 of 304 ~ 35.86%
G 97 of 304 ~ 31.91%
B 98 of 304 ~ 32.24%

%35.86
%31.91
%32.24

CMYK color model

#6D6162 color CMYK value is (0,11,10,57).

  • cyan value is 0.00%
  • magenta value is 11.01%
  • yellow value is 10.09%
  • key color value is 57.25%
CMYK:
(0,11,10,57)
C0M11Y10K57 
(0%,11%,10%,57%)
(0.00/0.11/0.10/0.57)	

CMYK percentages

%0
%11.01
%10.09
%57.25

Codes

Color #6D6162 in popluar color models

6D6162
RGB1099798
HSL355°5.83%40.39%
HSB/HSV355°11.01%42.75%
CMYK0.00%11.01%10.09%
57.25%

Color #6D6162 in popluar number systems.

HEX6D6162
Decimal1099798
Binary110110111000011100010
Octal155141142

Shades and tints

Shades of #6D6162

#6D6162
(109,97,98)
#64595A
(100,89,90)
#5B5152
(91,81,82)
#52494A
(82,73,74)
#494142
(73,65,66)
#40393A
(64,57,58)
#373132
(55,49,50)
#2E292A
(46,41,42)
#252122
(37,33,34)
#1C191A
(28,25,26)
#131112
(19,17,18)
#000000
(0,0,0)

Tints of #6D6162

#6D6162
(109,97,98)
#7A6F70
(122,111,112)
#877D7E
(135,125,126)
#948B8C
(148,139,140)
#A1999A
(161,153,154)
#AEA7A8
(174,167,168)
#BBB5B6
(187,181,182)
#C8C3C4
(200,195,196)
#D5D1D2
(213,209,210)
#E2DFE0
(226,223,224)
#EFEDEE
(239,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D6162; }

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

This text font color is #6D6162.


Background Color

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

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

This div background color is #6D6162.


Border color

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

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

This div border color is #6D6162.


Opacity

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

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

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

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

This text has shadow with #6D6162 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D6162 on black background.


Color preview on white background

This text has color #6D6162 on white background.



Black color preview on #6D6162 background

This text has black color on #6D6162 background.


White color preview on #6D6162 background

This text has white color on #6D6162 background.