COLOR #686D61

HEX: #686D61 RGB: (104,109,97)

Color info

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

RGB color model

#686D61 color RGB value is (104,109,97).

RGB: (104,109,97) (41%, 43%, 38%)

RGB channels and saturation

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

104
109
97

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

Portions of RGB colors in percentages

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

%33.55
%35.16
%31.29

CMYK color model

#686D61 color CMYK value is (5,0,11,57).

  • cyan value is 4.59%
  • magenta value is 0.00%
  • yellow value is 11.01%
  • key color value is 57.25%

CMYK: (5,0,11,57)
C5M0Y11K57 (5%, 0%, 11%, 57%)
(0.05 / 0.00 / 0.11 / 0.57)

CMYK percentages

%4.59
%0
%11.01
%57.25

Codes

Color #686D61 in popluar color models

68 6D 61
RGB 104 109 97
HSL 85° 5.83% 40.39%
HSB/HSV 85° 11.01% 42.75%
CMYK 4.59% 0.00% 11.01%
57.25%

Color #686D61 in popluar number systems.

HEX 68 6D 61
Decimal 104 109 97
Binary 1101000 1101101 1100001
Octal 150 155 141

Shades and tints

Shades of #686D61

#686D61
(104,109,97)
#5F6459
(95,100,89)
#565B51
(86,91,81)
#4D5249
(77,82,73)
#444941
(68,73,65)
#3B4039
(59,64,57)
#323731
(50,55,49)
#292E29
(41,46,41)
#202521
(32,37,33)
#171C19
(23,28,25)
#0E1311
(14,19,17)
#000000
(0,0,0)

Tints of #686D61

#686D61
(104,109,97)
#757A6F
(117,122,111)
#82877D
(130,135,125)
#8F948B
(143,148,139)
#9CA199
(156,161,153)
#A9AEA7
(169,174,167)
#B6BBB5
(182,187,181)
#C3C8C3
(195,200,195)
#D0D5D1
(208,213,209)
#DDE2DF
(221,226,223)
#EAEFED
(234,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #686D61; }

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

This text font color is #686D61.

Background Color

.myBgColor { background-color: #686D61; }

<div style="background-color:#686D61">Inner text</div>

This div background color is #686D61.

Border color

.myBorderColor { border: 1px solid #686D61; }

<div style="border:3px solid #686D61">Div</div>

This div border color is #686D61.

Opacity

.myOpacity80 { color: #686D61; opacity: 0.8; }

<p style="color:#686D61;opacity:0.8;">80%</p>

Text with #686D61 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 #686D61;}

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

This text has shadow with #686D61 color.


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

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

This text has shadow with #686D61 primary color and red secondary color.


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

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

This text has shadow with #686D61 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #686D61.

Preview

Color preview on black background

This text has color #686D61 on black background.


Color preview on white background

This text has color #686D61 on white background.


Black color preview on #686D61 background

This text has black color on #686D61 background.


White color preview on #686D61 background

This text has white color on #686D61 background.


Related colors

Complementary color

Complementary color for #hex is #97929E.


I love getcolorcode.com

Triadic colors

1 #61686D and #6D6168 with #686D61 are triadic colors.

2 #616D68 and #6D6861 with #686D61 are triadic colors.