COLOR #6D6563

HEX: #6D6563 RGB: (109,101,99)

Color info

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

RGB color model

#6D6563 color RGB value is (109,101,99).

RGB: (109,101,99) (43%, 40%, 39%)

RGB channels and saturation

R 109 of 255 = 43%
G 101 of 255 = 40%
B 99 of 255 = 39%

109
101
99

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

Portions of RGB colors in percentages

R + G + B = 109 + 101 + 99 = 309 (100%)
R 109 of 309 ~ 35.28%
G 101 of 309 ~ 32.69%
B 99 of 309 ~ 32.04'%

%35.28
%32.69
%32.04

CMYK color model

#6D6563 color CMYK value is (0,7,9,57).

  • cyan value is 0.00%
  • magenta value is 7.34%
  • yellow value is 9.17%
  • key color value is 57.25%

CMYK: (0,7,9,57)
C0M7Y9K57 (0%, 7%, 9%, 57%)
(0.00 / 0.07 / 0.09 / 0.57)

CMYK percentages

%0
%7.34
%9.17
%57.25

Codes

Color #6D6563 in popluar color models

6D 65 63
RGB 109 101 99
HSL 12° 4.81% 40.78%
HSB/HSV 12° 9.17% 42.75%
CMYK 0.00% 7.34% 9.17%
57.25%

Color #6D6563 in popluar number systems.

HEX 6D 65 63
Decimal 109 101 99
Binary 1101101 1100101 1100011
Octal 155 145 143

Shades and tints

Shades of #6D6563

#6D6563
(109,101,99)
#645C5A
(100,92,90)
#5B5351
(91,83,81)
#524A48
(82,74,72)
#49413F
(73,65,63)
#403836
(64,56,54)
#372F2D
(55,47,45)
#2E2624
(46,38,36)
#251D1B
(37,29,27)
#1C1412
(28,20,18)
#130B09
(19,11,9)
#000000
(0,0,0)

Tints of #6D6563

#6D6563
(109,101,99)
#7A7371
(122,115,113)
#87817F
(135,129,127)
#948F8D
(148,143,141)
#A19D9B
(161,157,155)
#AEABA9
(174,171,169)
#BBB9B7
(187,185,183)
#C8C7C5
(200,199,197)
#D5D5D3
(213,213,211)
#E2E3E1
(226,227,225)
#EFF1EF
(239,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D6563; }

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

This text font color is #6D6563.

Background Color

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

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

This div background color is #6D6563.

Border color

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

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

This div border color is #6D6563.

Opacity

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

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

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

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

This text has shadow with #6D6563 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D6563.

Preview

Color preview on black background

This text has color #6D6563 on black background.


Color preview on white background

This text has color #6D6563 on white background.


Black color preview on #6D6563 background

This text has black color on #6D6563 background.


White color preview on #6D6563 background

This text has white color on #6D6563 background.


Related colors

Complementary color

Complementary color for #hex is #929A9C.


I love getcolorcode.com

Triadic colors

1 #636D65 and #65636D with #6D6563 are triadic colors.

2 #63656D and #656D63 with #6D6563 are triadic colors.