COLOR #6D4E49

HEX: #6D4E49
RGB: (109,78,73)

Renk bilgisi

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

RGB renk modeli

#6D4E49 color RGB value is (109,78,73).

  • kırmız ton 109;
  • yeşil ton 78;
  • mavi ton 73.
RGB:
(109,78,73)
(43%,31%,29%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 78 of 255 = 31%
B 73 of 255 = 29%

109
78
73

R + G + B ~ 34%. #6D4E49 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 78 + 73 = 260 (100%)
R 109 of 260 ~ 41.92%
G 78 of 260 ~ 30%
B 73 of 260 ~ 28.08%

%41.92
%30
%28.08

CMYK RENK MODELİ

#6D4E49 rengi CMYK tonu (0,28,33,57).

  • camgöbeği tonu 0.00%
  • eflatun tonu 28.44%
  • sarı tonu 33.03%
  • ana renk tonu 57.25%
CMYK:
(0,28,33,57)
C0M28Y33K57 
(0%,28%,33%,57%)
(0.00/0.28/0.33/0.57)	

CMYK yüzdeleri

%0
%28.44
%33.03
%57.25

Codes

Color #6D4E49 in popluar color models

6D4E49
RGB1097873
HSL19.78%35.69%
HSB/HSV33.03%42.75%
CMYK0.00%28.44%33.03%
57.25%

Color #6D4E49 in popluar number systems.

HEX6D4E49
Decimal1097873
Binary110110110011101001001
Octal155116111

Shades and tints

Shades of #6D4E49

#6D4E49
(109,78,73)
#644743
(100,71,67)
#5B403D
(91,64,61)
#523937
(82,57,55)
#493231
(73,50,49)
#402B2B
(64,43,43)
#372425
(55,36,37)
#2E1D1F
(46,29,31)
#251619
(37,22,25)
#1C0F13
(28,15,19)
#13080D
(19,8,13)
#000000
(0,0,0)

Tints of #6D4E49

#6D4E49
(109,78,73)
#7A5E59
(122,94,89)
#876E69
(135,110,105)
#947E79
(148,126,121)
#A18E89
(161,142,137)
#AE9E99
(174,158,153)
#BBAEA9
(187,174,169)
#C8BEB9
(200,190,185)
#D5CEC9
(213,206,201)
#E2DED9
(226,222,217)
#EFEEE9
(239,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D4E49 color. Also use rgb(109,78,73) instead hex code.

Text Font Color

.myTextColor { color: #6D4E49; }

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

This text font color is #6D4E49.


Background Color

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

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

This div background color is #6D4E49.


Border color

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

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

This div border color is #6D4E49.


Opacity

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

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

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

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

This text has shadow with #6D4E49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D4E49 on black background.


Color preview on white background

This text has color #6D4E49 on white background.



Black color preview on #6D4E49 background

This text has black color on #6D4E49 background.


White color preview on #6D4E49 background

This text has white color on #6D4E49 background.