COLOR #6D6562

HEX: #6D6562
RGB: (109,101,98)

Color info

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

RGB color model

#6D6562 color RGB value is (109,101,98).

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

RGB channels and saturation

R 109 of 255 = 43%
G 101 of 255 = 40%
B 98 of 255 = 38%

109
101
98

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

Portions of RGB colors in percentages

R + G + B =
109 + 101 + 98 = 308 (100%)
R 109 of 308 ~ 35.39%
G 101 of 308 ~ 32.79%
B 98 of 308 ~ 31.82%

%35.39
%32.79
%31.82

CMYK color model

#6D6562 color CMYK value is (0,7,10,57).

  • cyan value is 0.00%
  • magenta value is 7.34%
  • yellow value is 10.09%
  • key color value is 57.25%
CMYK:
(0,7,10,57)
C0M7Y10K57 
(0%,7%,10%,57%)
(0.00/0.07/0.10/0.57)	

CMYK percentages

%0
%7.34
%10.09
%57.25

Codes

Color #6D6562 in popluar color models

6D6562
RGB10910198
HSL16°5.31%40.59%
HSB/HSV16°10.09%42.75%
CMYK0.00%7.34%10.09%
57.25%

Color #6D6562 in popluar number systems.

HEX6D6562
Decimal10910198
Binary110110111001011100010
Octal155145142

Shades and tints

Shades of #6D6562

#6D6562
(109,101,98)
#645C5A
(100,92,90)
#5B5352
(91,83,82)
#524A4A
(82,74,74)
#494142
(73,65,66)
#40383A
(64,56,58)
#372F32
(55,47,50)
#2E262A
(46,38,42)
#251D22
(37,29,34)
#1C141A
(28,20,26)
#130B12
(19,11,18)
#000000
(0,0,0)

Tints of #6D6562

#6D6562
(109,101,98)
#7A7370
(122,115,112)
#87817E
(135,129,126)
#948F8C
(148,143,140)
#A19D9A
(161,157,154)
#AEABA8
(174,171,168)
#BBB9B6
(187,185,182)
#C8C7C4
(200,199,196)
#D5D5D2
(213,213,210)
#E2E3E0
(226,227,224)
#EFF1EE
(239,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D6562; }

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

This text font color is #6D6562.


Background Color

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

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

This div background color is #6D6562.


Border color

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

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

This div border color is #6D6562.


Opacity

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

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

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

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

This text has shadow with #6D6562 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D6562 on black background.


Color preview on white background

This text has color #6D6562 on white background.



Black color preview on #6D6562 background

This text has black color on #6D6562 background.


White color preview on #6D6562 background

This text has white color on #6D6562 background.