COLOR #6D4743

HEX: #6D4743
RGB: (109,71,67)

Renk bilgisi

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

RGB renk modeli

#6D4743 color RGB value is (109,71,67).

  • kırmız ton 109;
  • yeşil ton 71;
  • mavi ton 67.
RGB:
(109,71,67)
(43%,28%,26%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 71 of 255 = 28%
B 67 of 255 = 26%

109
71
67

R + G + B ~ 32%. #6D4743 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 71 + 67 = 247 (100%)
R 109 of 247 ~ 44.13%
G 71 of 247 ~ 28.74%
B 67 of 247 ~ 27.13%

%44.13
%28.74
%27.13

CMYK RENK MODELİ

#6D4743 rengi CMYK tonu (0,35,39,57).

  • camgöbeği tonu 0.00%
  • eflatun tonu 34.86%
  • sarı tonu 38.53%
  • ana renk tonu 57.25%
CMYK:
(0,35,39,57)
C0M35Y39K57 
(0%,35%,39%,57%)
(0.00/0.35/0.39/0.57)	

CMYK yüzdeleri

%0
%34.86
%38.53
%57.25

Codes

Color #6D4743 in popluar color models

6D4743
RGB1097167
HSL23.86%34.51%
HSB/HSV38.53%42.75%
CMYK0.00%34.86%38.53%
57.25%

Color #6D4743 in popluar number systems.

HEX6D4743
Decimal1097167
Binary110110110001111000011
Octal155107103

Shades and tints

Shades of #6D4743

#6D4743
(109,71,67)
#64413D
(100,65,61)
#5B3B37
(91,59,55)
#523531
(82,53,49)
#492F2B
(73,47,43)
#402925
(64,41,37)
#37231F
(55,35,31)
#2E1D19
(46,29,25)
#251713
(37,23,19)
#1C110D
(28,17,13)
#130B07
(19,11,7)
#000000
(0,0,0)

Tints of #6D4743

#6D4743
(109,71,67)
#7A5754
(122,87,84)
#876765
(135,103,101)
#947776
(148,119,118)
#A18787
(161,135,135)
#AE9798
(174,151,152)
#BBA7A9
(187,167,169)
#C8B7BA
(200,183,186)
#D5C7CB
(213,199,203)
#E2D7DC
(226,215,220)
#EFE7ED
(239,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D4743 color. Also use rgb(109,71,67) instead hex code.

Text Font Color

.myTextColor { color: #6D4743; }

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

This text font color is #6D4743.


Background Color

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

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

This div background color is #6D4743.


Border color

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

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

This div border color is #6D4743.


Opacity

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

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

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

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

This text has shadow with #6D4743 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D4743 on black background.


Color preview on white background

This text has color #6D4743 on white background.



Black color preview on #6D4743 background

This text has black color on #6D4743 background.


White color preview on #6D4743 background

This text has white color on #6D4743 background.