COLOR #686715

HEX: #686715
RGB: (104,103,21)

Renk bilgisi

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

RGB renk modeli

#686715 color RGB value is (104,103,21).

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

RGB bağlantıları ve doygunluk

R 104 of 255 = 41%
G 103 of 255 = 40%
B 21 of 255 = 8%

104
103
21

R + G + B ~ 30%. #686715 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 103 + 21 = 228 (100%)
R 104 of 228 ~ 45.61%
G 103 of 228 ~ 45.18%
B 21 of 228 ~ 9.21%

%45.61
%45.18

CMYK RENK MODELİ

#686715 rengi CMYK tonu (0,1,80,59).

  • camgöbeği tonu 0.00%
  • eflatun tonu 0.96%
  • sarı tonu 79.81%
  • ana renk tonu 59.22%
CMYK:
(0,1,80,59)
C0M1Y80K59 
(0%,1%,80%,59%)
(0.00/0.01/0.80/0.59)	

CMYK yüzdeleri

%0
%0.96
%79.81
%59.22

Codes

Color #686715 in popluar color models

686715
RGB10410321
HSL59°66.40%24.51%
HSB/HSV59°79.81%40.78%
CMYK0.00%0.96%79.81%
59.22%

Color #686715 in popluar number systems.

HEX686715
Decimal10410321
Binary1101000110011110101
Octal15014725

Shades and tints

Shades of #686715

#686715
(104,103,21)
#5F5E14
(95,94,20)
#565513
(86,85,19)
#4D4C12
(77,76,18)
#444311
(68,67,17)
#3B3A10
(59,58,16)
#32310F
(50,49,15)
#29280E
(41,40,14)
#201F0D
(32,31,13)
#17160C
(23,22,12)
#0E0D0B
(14,13,11)
#000000
(0,0,0)

Tints of #686715

#686715
(104,103,21)
#75742A
(117,116,42)
#82813F
(130,129,63)
#8F8E54
(143,142,84)
#9C9B69
(156,155,105)
#A9A87E
(169,168,126)
#B6B593
(182,181,147)
#C3C2A8
(195,194,168)
#D0CFBD
(208,207,189)
#DDDCD2
(221,220,210)
#EAE9E7
(234,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #686715; }

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

This text font color is #686715.


Background Color

.myBgColor { background-color: #686715; }

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

This div background color is #686715.


Border color

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

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

This div border color is #686715.


Opacity

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

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

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

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

This text has shadow with #686715 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #686715 on black background.


Color preview on white background

This text has color #686715 on white background.



Black color preview on #686715 background

This text has black color on #686715 background.


White color preview on #686715 background

This text has white color on #686715 background.