COLOR #6D6861

HEX: #6D6861
RGB: (109,104,97)

Color info

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

RGB color model

#6D6861 color RGB value is (109,104,97).

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

RGB channels and saturation

R 109 of 255 = 43%
G 104 of 255 = 41%
B 97 of 255 = 38%

109
104
97

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

Portions of RGB colors in percentages

R + G + B =
109 + 104 + 97 = 310 (100%)
R 109 of 310 ~ 35.16%
G 104 of 310 ~ 33.55%
B 97 of 310 ~ 31.29%

%35.16
%33.55
%31.29

CMYK color model

#6D6861 color CMYK value is (0,5,11,57).

  • cyan value is 0.00%
  • magenta value is 4.59%
  • yellow value is 11.01%
  • key color value is 57.25%
CMYK: (0,5,11,57) C0M5Y11K57 (0%,5%,11%,57%) (0.00/0.05/0.11/0.57)

CMYK percentages

%0
%4.59
%11.01
%57.25

Codes

Color #6D6861 in popluar color models

6D6861
RGB10910497
HSL35°5.83%40.39%
HSB/HSV35°11.01%42.75%
CMYK0.00%4.59%11.01%
57.25%

Color #6D6861 in popluar number systems.

HEX6D6861
Decimal10910497
Binary110110111010001100001
Octal155150141

Shades and tints

Shades of #6D6861

#6D6861
(109,104,97)
#645F59
(100,95,89)
#5B5651
(91,86,81)
#524D49
(82,77,73)
#494441
(73,68,65)
#403B39
(64,59,57)
#373231
(55,50,49)
#2E2929
(46,41,41)
#252021
(37,32,33)
#1C1719
(28,23,25)
#130E11
(19,14,17)
#000000
(0,0,0)

Tints of #6D6861

#6D6861
(109,104,97)
#7A756F
(122,117,111)
#87827D
(135,130,125)
#948F8B
(148,143,139)
#A19C99
(161,156,153)
#AEA9A7
(174,169,167)
#BBB6B5
(187,182,181)
#C8C3C3
(200,195,195)
#D5D0D1
(213,208,209)
#E2DDDF
(226,221,223)
#EFEAED
(239,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D6861; }

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

This text font color is #6D6861.


Background Color

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

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

This div background color is #6D6861.


Border color

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

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

This div border color is #6D6861.


Opacity

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

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

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

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

This text has shadow with #6D6861 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #6D6861 on black background.


Color preview on white background

This text has color #6D6861 on white background.



Black color preview on #6D6861 background

This text has black color on #6D6861 background.


White color preview on #6D6861 background

This text has white color on #6D6861 background.