COLOR #6D4829

HEX: #6D4829
RGB: (109,72,41)

Renk bilgisi

#6D4829 contains mainly red and green colors. #6D4829 ‘ nin web güvenlik rengi #663333 (ya da #633) dir.

RGB renk modeli

#6D4829 color RGB value is (109,72,41).

  • kırmız ton 109;
  • yeşil ton 72;
  • mavi ton 41.
RGB:
(109,72,41)
(43%,28%,16%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 72 of 255 = 28%
B 41 of 255 = 16%

109
72
41

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 72 + 41 = 222 (100%)
R 109 of 222 ~ 49.1%
G 72 of 222 ~ 32.43%
B 41 of 222 ~ 18.47%

%49.1
%32.43
%18.47

CMYK RENK MODELİ

#6D4829 rengi CMYK tonu (0,34,62,57).

  • camgöbeği tonu 0.00%
  • eflatun tonu 33.94%
  • sarı tonu 62.39%
  • ana renk tonu 57.25%
CMYK:
(0,34,62,57)
C0M34Y62K57 
(0%,34%,62%,57%)
(0.00/0.34/0.62/0.57)	

CMYK yüzdeleri

%0
%33.94
%62.39
%57.25

Codes

Color #6D4829 in popluar color models

6D4829
RGB1097241
HSL27°45.33%29.41%
HSB/HSV27°62.39%42.75%
CMYK0.00%33.94%62.39%
57.25%

Color #6D4829 in popluar number systems.

HEX6D4829
Decimal1097241
Binary11011011001000101001
Octal15511051

Shades and tints

Shades of #6D4829

#6D4829
(109,72,41)
#644226
(100,66,38)
#5B3C23
(91,60,35)
#523620
(82,54,32)
#49301D
(73,48,29)
#402A1A
(64,42,26)
#372417
(55,36,23)
#2E1E14
(46,30,20)
#251811
(37,24,17)
#1C120E
(28,18,14)
#130C0B
(19,12,11)
#000000
(0,0,0)

Tints of #6D4829

#6D4829
(109,72,41)
#7A583C
(122,88,60)
#87684F
(135,104,79)
#947862
(148,120,98)
#A18875
(161,136,117)
#AE9888
(174,152,136)
#BBA89B
(187,168,155)
#C8B8AE
(200,184,174)
#D5C8C1
(213,200,193)
#E2D8D4
(226,216,212)
#EFE8E7
(239,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D4829 color. Also use rgb(109,72,41) instead hex code.

Text Font Color

.myTextColor { color: #6D4829; }

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

This text font color is #6D4829.


Background Color

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

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

This div background color is #6D4829.


Border color

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

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

This div border color is #6D4829.


Opacity

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

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

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

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

This text has shadow with #6D4829 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D4829 on black background.


Color preview on white background

This text has color #6D4829 on white background.



Black color preview on #6D4829 background

This text has black color on #6D4829 background.


White color preview on #6D4829 background

This text has white color on #6D4829 background.