COLOR #686B59

HEX: #686B59 RGB: (104,107,89)

Color info

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

RGB color model

#686B59 color RGB value is (104,107,89).

RGB: (104,107,89) (41%, 42%, 35%)

RGB channels and saturation

R 104 of 255 = 41%
G 107 of 255 = 42%
B 89 of 255 = 35%

104
107
89

R + G + B ~ 39%. #686B59 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 104 + 107 + 89 = 300 (100%)
R 104 of 300 ~ 34.67%
G 107 of 300 ~ 35.67%
B 89 of 300 ~ 29.67'%

%34.67
%35.67
%29.67

CMYK color model

#686B59 color CMYK value is (3,0,17,58).

  • cyan value is 2.80%
  • magenta value is 0.00%
  • yellow value is 16.82%
  • key color value is 58.04%

CMYK: (3,0,17,58)
C3M0Y17K58 (3%, 0%, 17%, 58%)
(0.03 / 0.00 / 0.17 / 0.58)

CMYK percentages

%2.8
%0
%16.82
%58.04

Codes

Color #686B59 in popluar color models

68 6B 59
RGB 104 107 89
HSL 70° 9.18% 38.43%
HSB/HSV 70° 16.82% 41.96%
CMYK 2.80% 0.00% 16.82%
58.04%

Color #686B59 in popluar number systems.

HEX 68 6B 59
Decimal 104 107 89
Binary 1101000 1101011 1011001
Octal 150 153 131

Shades and tints

Shades of #686B59

#686B59
(104,107,89)
#5F6251
(95,98,81)
#565949
(86,89,73)
#4D5041
(77,80,65)
#444739
(68,71,57)
#3B3E31
(59,62,49)
#323529
(50,53,41)
#292C21
(41,44,33)
#202319
(32,35,25)
#171A11
(23,26,17)
#0E1109
(14,17,9)
#000000
(0,0,0)

Tints of #686B59

#686B59
(104,107,89)
#757868
(117,120,104)
#828577
(130,133,119)
#8F9286
(143,146,134)
#9C9F95
(156,159,149)
#A9ACA4
(169,172,164)
#B6B9B3
(182,185,179)
#C3C6C2
(195,198,194)
#D0D3D1
(208,211,209)
#DDE0E0
(221,224,224)
#EAEDEF
(234,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #686B59 color. Also use rgb(104,107,89) instead hex code.

Text Font Color

.myTextColor { color: #686B59; }

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

This text font color is #686B59.

Background Color

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

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

This div background color is #686B59.

Border color

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

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

This div border color is #686B59.

Opacity

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

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

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

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

This text has shadow with #686B59 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #686B59.

Preview

Color preview on black background

This text has color #686B59 on black background.


Color preview on white background

This text has color #686B59 on white background.


Black color preview on #686B59 background

This text has black color on #686B59 background.


White color preview on #686B59 background

This text has white color on #686B59 background.


Related colors

Complementary color

Complementary color for #hex is #9794A6.


I love getcolorcode.com

Triadic colors

1 #59686B and #6B5968 with #686B59 are triadic colors.

2 #596B68 and #6B6859 with #686B59 are triadic colors.