COLOR #685651

HEX: #685651
RGB: (104,86,81)

Color info

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

RGB color model

#685651 color RGB value is (104,86,81).

  • red value is 104;
  • green value is 86;
  • blue value is 81.
RGB:
(104,86,81)
(41%,34%,32%)

RGB channels and saturation

R 104 of 255 = 41%
G 86 of 255 = 34%
B 81 of 255 = 32%

104
86
81

R + G + B ~ 36%. #685651 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 86 + 81 = 271 (100%)
R 104 of 271 ~ 38.38%
G 86 of 271 ~ 31.73%
B 81 of 271 ~ 29.89%

%38.38
%31.73
%29.89

CMYK color model

#685651 color CMYK value is (0,17,22,59).

  • cyan value is 0.00%
  • magenta value is 17.31%
  • yellow value is 22.12%
  • key color value is 59.22%
CMYK:
(0,17,22,59)
C0M17Y22K59 
(0%,17%,22%,59%)
(0.00/0.17/0.22/0.59)	

CMYK percentages

%0
%17.31
%22.12
%59.22

Codes

Color #685651 in popluar color models

685651
RGB1048681
HSL13°12.43%36.27%
HSB/HSV13°22.12%40.78%
CMYK0.00%17.31%22.12%
59.22%

Color #685651 in popluar number systems.

HEX685651
Decimal1048681
Binary110100010101101010001
Octal150126121

Shades and tints

Shades of #685651

#685651
(104,86,81)
#5F4F4A
(95,79,74)
#564843
(86,72,67)
#4D413C
(77,65,60)
#443A35
(68,58,53)
#3B332E
(59,51,46)
#322C27
(50,44,39)
#292520
(41,37,32)
#201E19
(32,30,25)
#171712
(23,23,18)
#0E100B
(14,16,11)
#000000
(0,0,0)

Tints of #685651

#685651
(104,86,81)
#756560
(117,101,96)
#82746F
(130,116,111)
#8F837E
(143,131,126)
#9C928D
(156,146,141)
#A9A19C
(169,161,156)
#B6B0AB
(182,176,171)
#C3BFBA
(195,191,186)
#D0CEC9
(208,206,201)
#DDDDD8
(221,221,216)
#EAECE7
(234,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #685651 color. Also use rgb(104,86,81) instead hex code.

Text Font Color

.myTextColor { color: #685651; }

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

This text font color is #685651.


Background Color

.myBgColor { background-color: #685651; }

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

This div background color is #685651.


Border color

.myBorderColor { border: 1px solid #685651; }

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

This div border color is #685651.


Opacity

.myOpacity80 { color: #685651; opacity: 0.8; }

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

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

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

This text has shadow with #685651 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #685651 on black background.


Color preview on white background

This text has color #685651 on white background.



Black color preview on #685651 background

This text has black color on #685651 background.


White color preview on #685651 background

This text has white color on #685651 background.