COLOR #686215

HEX: #686215
RGB: (104,98,21)

Renk bilgisi

#686215 contains mainly red and green colors. #686215 ‘ nin web güvenlik rengi #666600 (ya da #660) dir.

RGB renk modeli

#686215 color RGB value is (104,98,21).

  • kırmız ton 104;
  • yeşil ton 98;
  • mavi ton 21.
RGB:
(104,98,21)
(41%,38%,8%)

RGB bağlantıları ve doygunluk

R 104 of 255 = 41%
G 98 of 255 = 38%
B 21 of 255 = 8%

104
98
21

R + G + B ~ 29%. #686215 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 98 + 21 = 223 (100%)
R 104 of 223 ~ 46.64%
G 98 of 223 ~ 43.95%
B 21 of 223 ~ 9.42%

%46.64
%43.95

CMYK RENK MODELİ

#686215 rengi CMYK tonu (0,6,80,59).

  • camgöbeği tonu 0.00%
  • eflatun tonu 5.77%
  • sarı tonu 79.81%
  • ana renk tonu 59.22%
CMYK:
(0,6,80,59)
C0M6Y80K59 
(0%,6%,80%,59%)
(0.00/0.06/0.80/0.59)	

CMYK yüzdeleri

%0
%5.77
%79.81
%59.22

Codes

Color #686215 in popluar color models

686215
RGB1049821
HSL56°66.40%24.51%
HSB/HSV56°79.81%40.78%
CMYK0.00%5.77%79.81%
59.22%

Color #686215 in popluar number systems.

HEX686215
Decimal1049821
Binary1101000110001010101
Octal15014225

Shades and tints

Shades of #686215

#686215
(104,98,21)
#5F5A14
(95,90,20)
#565213
(86,82,19)
#4D4A12
(77,74,18)
#444211
(68,66,17)
#3B3A10
(59,58,16)
#32320F
(50,50,15)
#292A0E
(41,42,14)
#20220D
(32,34,13)
#171A0C
(23,26,12)
#0E120B
(14,18,11)
#000000
(0,0,0)

Tints of #686215

#686215
(104,98,21)
#75702A
(117,112,42)
#827E3F
(130,126,63)
#8F8C54
(143,140,84)
#9C9A69
(156,154,105)
#A9A87E
(169,168,126)
#B6B693
(182,182,147)
#C3C4A8
(195,196,168)
#D0D2BD
(208,210,189)
#DDE0D2
(221,224,210)
#EAEEE7
(234,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #686215 color. Also use rgb(104,98,21) instead hex code.

Text Font Color

.myTextColor { color: #686215; }

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

This text font color is #686215.


Background Color

.myBgColor { background-color: #686215; }

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

This div background color is #686215.


Border color

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

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

This div border color is #686215.


Opacity

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

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

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

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

This text has shadow with #686215 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #686215 on black background.


Color preview on white background

This text has color #686215 on white background.



Black color preview on #686215 background

This text has black color on #686215 background.


White color preview on #686215 background

This text has white color on #686215 background.