COLOR #6D4149

HEX: #6D4149
RGB: (109,65,73)

Renk bilgisi

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

RGB renk modeli

#6D4149 color RGB value is (109,65,73).

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

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 65 of 255 = 25%
B 73 of 255 = 29%

109
65
73

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 65 + 73 = 247 (100%)
R 109 of 247 ~ 44.13%
G 65 of 247 ~ 26.32%
B 73 of 247 ~ 29.55%

%44.13
%26.32
%29.55

CMYK RENK MODELİ

#6D4149 rengi CMYK tonu (0,40,33,57).

  • camgöbeği tonu 0.00%
  • eflatun tonu 40.37%
  • sarı tonu 33.03%
  • ana renk tonu 57.25%
CMYK:
(0,40,33,57)
C0M40Y33K57 
(0%,40%,33%,57%)
(0.00/0.40/0.33/0.57)	

CMYK yüzdeleri

%0
%40.37
%33.03
%57.25

Codes

Color #6D4149 in popluar color models

6D4149
RGB1096573
HSL349°25.29%34.12%
HSB/HSV349°40.37%42.75%
CMYK0.00%40.37%33.03%
57.25%

Color #6D4149 in popluar number systems.

HEX6D4149
Decimal1096573
Binary110110110000011001001
Octal155101111

Shades and tints

Shades of #6D4149

#6D4149
(109,65,73)
#643C43
(100,60,67)
#5B373D
(91,55,61)
#523237
(82,50,55)
#492D31
(73,45,49)
#40282B
(64,40,43)
#372325
(55,35,37)
#2E1E1F
(46,30,31)
#251919
(37,25,25)
#1C1413
(28,20,19)
#130F0D
(19,15,13)
#000000
(0,0,0)

Tints of #6D4149

#6D4149
(109,65,73)
#7A5259
(122,82,89)
#876369
(135,99,105)
#947479
(148,116,121)
#A18589
(161,133,137)
#AE9699
(174,150,153)
#BBA7A9
(187,167,169)
#C8B8B9
(200,184,185)
#D5C9C9
(213,201,201)
#E2DAD9
(226,218,217)
#EFEBE9
(239,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D4149; }

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

This text font color is #6D4149.


Background Color

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

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

This div background color is #6D4149.


Border color

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

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

This div border color is #6D4149.


Opacity

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

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

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

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

This text has shadow with #6D4149 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D4149 on black background.


Color preview on white background

This text has color #6D4149 on white background.



Black color preview on #6D4149 background

This text has black color on #6D4149 background.


White color preview on #6D4149 background

This text has white color on #6D4149 background.