COLOR #6D5249

HEX: #6D5249
RGB: (109,82,73)

Renk bilgisi

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

RGB renk modeli

#6D5249 color RGB value is (109,82,73).

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

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 82 of 255 = 32%
B 73 of 255 = 29%

109
82
73

R + G + B ~ 35%. #6D5249 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 82 + 73 = 264 (100%)
R 109 of 264 ~ 41.29%
G 82 of 264 ~ 31.06%
B 73 of 264 ~ 27.65%

%41.29
%31.06
%27.65

CMYK RENK MODELİ

#6D5249 rengi CMYK tonu (0,25,33,57).

  • camgöbeği tonu 0.00%
  • eflatun tonu 24.77%
  • sarı tonu 33.03%
  • ana renk tonu 57.25%
CMYK:
(0,25,33,57)
C0M25Y33K57 
(0%,25%,33%,57%)
(0.00/0.25/0.33/0.57)	

CMYK yüzdeleri

%0
%24.77
%33.03
%57.25

Codes

Color #6D5249 in popluar color models

6D5249
RGB1098273
HSL15°19.78%35.69%
HSB/HSV15°33.03%42.75%
CMYK0.00%24.77%33.03%
57.25%

Color #6D5249 in popluar number systems.

HEX6D5249
Decimal1098273
Binary110110110100101001001
Octal155122111

Shades and tints

Shades of #6D5249

#6D5249
(109,82,73)
#644B43
(100,75,67)
#5B443D
(91,68,61)
#523D37
(82,61,55)
#493631
(73,54,49)
#402F2B
(64,47,43)
#372825
(55,40,37)
#2E211F
(46,33,31)
#251A19
(37,26,25)
#1C1313
(28,19,19)
#130C0D
(19,12,13)
#000000
(0,0,0)

Tints of #6D5249

#6D5249
(109,82,73)
#7A6159
(122,97,89)
#877069
(135,112,105)
#947F79
(148,127,121)
#A18E89
(161,142,137)
#AE9D99
(174,157,153)
#BBACA9
(187,172,169)
#C8BBB9
(200,187,185)
#D5CAC9
(213,202,201)
#E2D9D9
(226,217,217)
#EFE8E9
(239,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D5249; }

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

This text font color is #6D5249.


Background Color

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

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

This div background color is #6D5249.


Border color

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

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

This div border color is #6D5249.


Opacity

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

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

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

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

This text has shadow with #6D5249 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D5249 on black background.


Color preview on white background

This text has color #6D5249 on white background.



Black color preview on #6D5249 background

This text has black color on #6D5249 background.


White color preview on #6D5249 background

This text has white color on #6D5249 background.