COLOR #6D6E63

HEX: #6D6E63
RGB: (109,110,99)

Color info

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

RGB color model

#6D6E63 color RGB value is (109,110,99).

  • red value is 109;
  • green value is 110;
  • blue value is 99.
RGB:
(109,110,99)
(43%,43%,39%)

RGB channels and saturation

R 109 of 255 = 43%
G 110 of 255 = 43%
B 99 of 255 = 39%

109
110
99

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

Portions of RGB colors in percentages

R + G + B =
109 + 110 + 99 = 318 (100%)
R 109 of 318 ~ 34.28%
G 110 of 318 ~ 34.59%
B 99 of 318 ~ 31.13%

%34.28
%34.59
%31.13

CMYK color model

#6D6E63 color CMYK value is (1,0,10,57).

  • cyan value is 0.91%
  • magenta value is 0.00%
  • yellow value is 10.00%
  • key color value is 56.86%
CMYK:
(1,0,10,57)
C1M0Y10K57 
(1%,0%,10%,57%)
(0.01/0.00/0.10/0.57)	

CMYK percentages

%0.91
%0
%10
%56.86

Codes

Color #6D6E63 in popluar color models

6D6E63
RGB10911099
HSL65°5.26%40.98%
HSB/HSV65°10.00%43.14%
CMYK0.91%0.00%10.00%
56.86%

Color #6D6E63 in popluar number systems.

HEX6D6E63
Decimal10911099
Binary110110111011101100011
Octal155156143

Shades and tints

Shades of #6D6E63

#6D6E63
(109,110,99)
#64645A
(100,100,90)
#5B5A51
(91,90,81)
#525048
(82,80,72)
#49463F
(73,70,63)
#403C36
(64,60,54)
#37322D
(55,50,45)
#2E2824
(46,40,36)
#251E1B
(37,30,27)
#1C1412
(28,20,18)
#130A09
(19,10,9)
#000000
(0,0,0)

Tints of #6D6E63

#6D6E63
(109,110,99)
#7A7B71
(122,123,113)
#87887F
(135,136,127)
#94958D
(148,149,141)
#A1A29B
(161,162,155)
#AEAFA9
(174,175,169)
#BBBCB7
(187,188,183)
#C8C9C5
(200,201,197)
#D5D6D3
(213,214,211)
#E2E3E1
(226,227,225)
#EFF0EF
(239,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D6E63; }

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

This text font color is #6D6E63.


Background Color

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

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

This div background color is #6D6E63.


Border color

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

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

This div border color is #6D6E63.


Opacity

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

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

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

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

This text has shadow with #6D6E63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D6E63 on black background.


Color preview on white background

This text has color #6D6E63 on white background.



Black color preview on #6D6E63 background

This text has black color on #6D6E63 background.


White color preview on #6D6E63 background

This text has white color on #6D6E63 background.