COLOR #6D4A37

HEX: #6D4A37
RGB: (109,74,55)

Renk bilgisi

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

RGB renk modeli

#6D4A37 color RGB value is (109,74,55).

  • kırmız ton 109;
  • yeşil ton 74;
  • mavi ton 55.
RGB:
(109,74,55)
(43%,29%,22%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 74 of 255 = 29%
B 55 of 255 = 22%

109
74
55

R + G + B ~ 31%. #6D4A37 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 74 + 55 = 238 (100%)
R 109 of 238 ~ 45.8%
G 74 of 238 ~ 31.09%
B 55 of 238 ~ 23.11%

%45.8
%31.09
%23.11

CMYK RENK MODELİ

#6D4A37 rengi CMYK tonu (0,32,50,57).

  • camgöbeği tonu 0.00%
  • eflatun tonu 32.11%
  • sarı tonu 49.54%
  • ana renk tonu 57.25%
CMYK:
(0,32,50,57)
C0M32Y50K57 
(0%,32%,50%,57%)
(0.00/0.32/0.50/0.57)	

CMYK yüzdeleri

%0
%32.11
%49.54
%57.25

Codes

Color #6D4A37 in popluar color models

6D4A37
RGB1097455
HSL21°32.93%32.16%
HSB/HSV21°49.54%42.75%
CMYK0.00%32.11%49.54%
57.25%

Color #6D4A37 in popluar number systems.

HEX6D4A37
Decimal1097455
Binary11011011001010110111
Octal15511267

Shades and tints

Shades of #6D4A37

#6D4A37
(109,74,55)
#644432
(100,68,50)
#5B3E2D
(91,62,45)
#523828
(82,56,40)
#493223
(73,50,35)
#402C1E
(64,44,30)
#372619
(55,38,25)
#2E2014
(46,32,20)
#251A0F
(37,26,15)
#1C140A
(28,20,10)
#130E05
(19,14,5)
#000000
(0,0,0)

Tints of #6D4A37

#6D4A37
(109,74,55)
#7A5A49
(122,90,73)
#876A5B
(135,106,91)
#947A6D
(148,122,109)
#A18A7F
(161,138,127)
#AE9A91
(174,154,145)
#BBAAA3
(187,170,163)
#C8BAB5
(200,186,181)
#D5CAC7
(213,202,199)
#E2DAD9
(226,218,217)
#EFEAEB
(239,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D4A37 color. Also use rgb(109,74,55) instead hex code.

Text Font Color

.myTextColor { color: #6D4A37; }

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

This text font color is #6D4A37.


Background Color

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

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

This div background color is #6D4A37.


Border color

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

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

This div border color is #6D4A37.


Opacity

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

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

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

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

This text has shadow with #6D4A37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D4A37 on black background.


Color preview on white background

This text has color #6D4A37 on white background.



Black color preview on #6D4A37 background

This text has black color on #6D4A37 background.


White color preview on #6D4A37 background

This text has white color on #6D4A37 background.