COLOR #686B56

HEX: #686B56
RGB: (104,107,86)

Renk bilgisi

#686B56 contains red, green and blue colors in about the same proportion. #686B56 ‘ nin web güvenlik rengi #666666 (ya da #666) dir.

RGB renk modeli

#686B56 color RGB value is (104,107,86).

  • kırmız ton 104;
  • yeşil ton 107;
  • mavi ton 86.
RGB:
(104,107,86)
(41%,42%,34%)

RGB bağlantıları ve doygunluk

R 104 of 255 = 41%
G 107 of 255 = 42%
B 86 of 255 = 34%

104
107
86

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

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 107 + 86 = 297 (100%)
R 104 of 297 ~ 35.02%
G 107 of 297 ~ 36.03%
B 86 of 297 ~ 28.96%

%35.02
%36.03
%28.96

CMYK RENK MODELİ

#686B56 rengi CMYK tonu (3,0,20,58).

  • camgöbeği tonu 2.80%
  • eflatun tonu 0.00%
  • sarı tonu 19.63%
  • ana renk tonu 58.04%
CMYK:
(3,0,20,58)
C3M0Y20K58 
(3%,0%,20%,58%)
(0.03/0.00/0.20/0.58)	

CMYK yüzdeleri

%2.8
%0
%19.63
%58.04

Codes

Color #686B56 in popluar color models

686B56
RGB10410786
HSL69°10.88%37.84%
HSB/HSV69°19.63%41.96%
CMYK2.80%0.00%19.63%
58.04%

Color #686B56 in popluar number systems.

HEX686B56
Decimal10410786
Binary110100011010111010110
Octal150153126

Shades and tints

Shades of #686B56

#686B56
(104,107,86)
#5F624F
(95,98,79)
#565948
(86,89,72)
#4D5041
(77,80,65)
#44473A
(68,71,58)
#3B3E33
(59,62,51)
#32352C
(50,53,44)
#292C25
(41,44,37)
#20231E
(32,35,30)
#171A17
(23,26,23)
#0E1110
(14,17,16)
#000000
(0,0,0)

Tints of #686B56

#686B56
(104,107,86)
#757865
(117,120,101)
#828574
(130,133,116)
#8F9283
(143,146,131)
#9C9F92
(156,159,146)
#A9ACA1
(169,172,161)
#B6B9B0
(182,185,176)
#C3C6BF
(195,198,191)
#D0D3CE
(208,211,206)
#DDE0DD
(221,224,221)
#EAEDEC
(234,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #686B56; }

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

This text font color is #686B56.


Background Color

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

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

This div background color is #686B56.


Border color

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

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

This div border color is #686B56.


Opacity

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

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

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

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

This text has shadow with #686B56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #686B56 on black background.


Color preview on white background

This text has color #686B56 on white background.



Black color preview on #686B56 background

This text has black color on #686B56 background.


White color preview on #686B56 background

This text has white color on #686B56 background.