COLOR #686646

HEX: #686646
RGB: (104,102,70)

Renk bilgisi

#686646 contains red, green and blue colors in about the same proportion. #686646 ‘ nin web güvenlik rengi #666633 (ya da #663) dir.

RGB renk modeli

#686646 color RGB value is (104,102,70).

  • kırmız ton 104;
  • yeşil ton 102;
  • mavi ton 70.
RGB:
(104,102,70)
(41%,40%,27%)

RGB bağlantıları ve doygunluk

R 104 of 255 = 41%
G 102 of 255 = 40%
B 70 of 255 = 27%

104
102
70

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

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 102 + 70 = 276 (100%)
R 104 of 276 ~ 37.68%
G 102 of 276 ~ 36.96%
B 70 of 276 ~ 25.36%

%37.68
%36.96
%25.36

CMYK RENK MODELİ

#686646 rengi CMYK tonu (0,2,33,59).

  • camgöbeği tonu 0.00%
  • eflatun tonu 1.92%
  • sarı tonu 32.69%
  • ana renk tonu 59.22%
CMYK:
(0,2,33,59)
C0M2Y33K59 
(0%,2%,33%,59%)
(0.00/0.02/0.33/0.59)	

CMYK yüzdeleri

%0
%1.92
%32.69
%59.22

Codes

Color #686646 in popluar color models

686646
RGB10410270
HSL56°19.54%34.12%
HSB/HSV56°32.69%40.78%
CMYK0.00%1.92%32.69%
59.22%

Color #686646 in popluar number systems.

HEX686646
Decimal10410270
Binary110100011001101000110
Octal150146106

Shades and tints

Shades of #686646

#686646
(104,102,70)
#5F5D40
(95,93,64)
#56543A
(86,84,58)
#4D4B34
(77,75,52)
#44422E
(68,66,46)
#3B3928
(59,57,40)
#323022
(50,48,34)
#29271C
(41,39,28)
#201E16
(32,30,22)
#171510
(23,21,16)
#0E0C0A
(14,12,10)
#000000
(0,0,0)

Tints of #686646

#686646
(104,102,70)
#757356
(117,115,86)
#828066
(130,128,102)
#8F8D76
(143,141,118)
#9C9A86
(156,154,134)
#A9A796
(169,167,150)
#B6B4A6
(182,180,166)
#C3C1B6
(195,193,182)
#D0CEC6
(208,206,198)
#DDDBD6
(221,219,214)
#EAE8E6
(234,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #686646 color. Also use rgb(104,102,70) instead hex code.

Text Font Color

.myTextColor { color: #686646; }

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

This text font color is #686646.


Background Color

.myBgColor { background-color: #686646; }

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

This div background color is #686646.


Border color

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

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

This div border color is #686646.


Opacity

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

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

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

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

This text has shadow with #686646 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #686646 on black background.


Color preview on white background

This text has color #686646 on white background.



Black color preview on #686646 background

This text has black color on #686646 background.


White color preview on #686646 background

This text has white color on #686646 background.