COLOR #6D5414

HEX: #6D5414
RGB: (109,84,20)

Renk bilgisi

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

RGB renk modeli

#6D5414 color RGB value is (109,84,20).

  • kırmız ton 109;
  • yeşil ton 84;
  • mavi ton 20.
RGB:
(109,84,20)
(43%,33%,8%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 84 of 255 = 33%
B 20 of 255 = 8%

109
84
20

R + G + B ~ 28%. #6D5414 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 84 + 20 = 213 (100%)
R 109 of 213 ~ 51.17%
G 84 of 213 ~ 39.44%
B 20 of 213 ~ 9.39%

%51.17
%39.44

CMYK RENK MODELİ

#6D5414 rengi CMYK tonu (0,23,82,57).

  • camgöbeği tonu 0.00%
  • eflatun tonu 22.94%
  • sarı tonu 81.65%
  • ana renk tonu 57.25%
CMYK:
(0,23,82,57)
C0M23Y82K57 
(0%,23%,82%,57%)
(0.00/0.23/0.82/0.57)	

CMYK yüzdeleri

%0
%22.94
%81.65
%57.25

Codes

Color #6D5414 in popluar color models

6D5414
RGB1098420
HSL43°68.99%25.29%
HSB/HSV43°81.65%42.75%
CMYK0.00%22.94%81.65%
57.25%

Color #6D5414 in popluar number systems.

HEX6D5414
Decimal1098420
Binary1101101101010010100
Octal15512424

Shades and tints

Shades of #6D5414

#6D5414
(109,84,20)
#644D13
(100,77,19)
#5B4612
(91,70,18)
#523F11
(82,63,17)
#493810
(73,56,16)
#40310F
(64,49,15)
#372A0E
(55,42,14)
#2E230D
(46,35,13)
#251C0C
(37,28,12)
#1C150B
(28,21,11)
#130E0A
(19,14,10)
#000000
(0,0,0)

Tints of #6D5414

#6D5414
(109,84,20)
#7A6329
(122,99,41)
#87723E
(135,114,62)
#948153
(148,129,83)
#A19068
(161,144,104)
#AE9F7D
(174,159,125)
#BBAE92
(187,174,146)
#C8BDA7
(200,189,167)
#D5CCBC
(213,204,188)
#E2DBD1
(226,219,209)
#EFEAE6
(239,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D5414 color. Also use rgb(109,84,20) instead hex code.

Text Font Color

.myTextColor { color: #6D5414; }

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

This text font color is #6D5414.


Background Color

.myBgColor { background-color: #6D5414; }

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

This div background color is #6D5414.


Border color

.myBorderColor { border: 1px solid #6D5414; }

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

This div border color is #6D5414.


Opacity

.myOpacity80 { color: #6D5414; opacity: 0.8; }

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

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

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

This text has shadow with #6D5414 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D5414 on black background.


Color preview on white background

This text has color #6D5414 on white background.



Black color preview on #6D5414 background

This text has black color on #6D5414 background.


White color preview on #6D5414 background

This text has white color on #6D5414 background.