COLOR #6D5A49

HEX: #6D5A49
RGB: (109,90,73)

Renk bilgisi

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

RGB renk modeli

#6D5A49 color RGB value is (109,90,73).

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

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 90 of 255 = 35%
B 73 of 255 = 29%

109
90
73

R + G + B ~ 36%. #6D5A49 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 90 + 73 = 272 (100%)
R 109 of 272 ~ 40.07%
G 90 of 272 ~ 33.09%
B 73 of 272 ~ 26.84%

%40.07
%33.09
%26.84

CMYK RENK MODELİ

#6D5A49 rengi CMYK tonu (0,17,33,57).

  • camgöbeği tonu 0.00%
  • eflatun tonu 17.43%
  • sarı tonu 33.03%
  • ana renk tonu 57.25%
CMYK:
(0,17,33,57)
C0M17Y33K57 
(0%,17%,33%,57%)
(0.00/0.17/0.33/0.57)	

CMYK yüzdeleri

%0
%17.43
%33.03
%57.25

Codes

Color #6D5A49 in popluar color models

6D5A49
RGB1099073
HSL28°19.78%35.69%
HSB/HSV28°33.03%42.75%
CMYK0.00%17.43%33.03%
57.25%

Color #6D5A49 in popluar number systems.

HEX6D5A49
Decimal1099073
Binary110110110110101001001
Octal155132111

Shades and tints

Shades of #6D5A49

#6D5A49
(109,90,73)
#645243
(100,82,67)
#5B4A3D
(91,74,61)
#524237
(82,66,55)
#493A31
(73,58,49)
#40322B
(64,50,43)
#372A25
(55,42,37)
#2E221F
(46,34,31)
#251A19
(37,26,25)
#1C1213
(28,18,19)
#130A0D
(19,10,13)
#000000
(0,0,0)

Tints of #6D5A49

#6D5A49
(109,90,73)
#7A6959
(122,105,89)
#877869
(135,120,105)
#948779
(148,135,121)
#A19689
(161,150,137)
#AEA599
(174,165,153)
#BBB4A9
(187,180,169)
#C8C3B9
(200,195,185)
#D5D2C9
(213,210,201)
#E2E1D9
(226,225,217)
#EFF0E9
(239,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D5A49; }

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

This text font color is #6D5A49.


Background Color

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

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

This div background color is #6D5A49.


Border color

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

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

This div border color is #6D5A49.


Opacity

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

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

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

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

This text has shadow with #6D5A49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D5A49 on black background.


Color preview on white background

This text has color #6D5A49 on white background.



Black color preview on #6D5A49 background

This text has black color on #6D5A49 background.


White color preview on #6D5A49 background

This text has white color on #6D5A49 background.