COLOR #6D5A47

HEX: #6D5A47
RGB: (109,90,71)

Renk bilgisi

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

RGB renk modeli

#6D5A47 color RGB value is (109,90,71).

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

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 90 of 255 = 35%
B 71 of 255 = 28%

109
90
71

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 90 + 71 = 270 (100%)
R 109 of 270 ~ 40.37%
G 90 of 270 ~ 33.33%
B 71 of 270 ~ 26.3%

%40.37
%33.33
%26.3

CMYK RENK MODELİ

#6D5A47 rengi CMYK tonu (0,17,35,57).

  • camgöbeği tonu 0.00%
  • eflatun tonu 17.43%
  • sarı tonu 34.86%
  • ana renk tonu 57.25%
CMYK:
(0,17,35,57)
C0M17Y35K57 
(0%,17%,35%,57%)
(0.00/0.17/0.35/0.57)	

CMYK yüzdeleri

%0
%17.43
%34.86
%57.25

Codes

Color #6D5A47 in popluar color models

6D5A47
RGB1099071
HSL30°21.11%35.29%
HSB/HSV30°34.86%42.75%
CMYK0.00%17.43%34.86%
57.25%

Color #6D5A47 in popluar number systems.

HEX6D5A47
Decimal1099071
Binary110110110110101000111
Octal155132107

Shades and tints

Shades of #6D5A47

#6D5A47
(109,90,71)
#645241
(100,82,65)
#5B4A3B
(91,74,59)
#524235
(82,66,53)
#493A2F
(73,58,47)
#403229
(64,50,41)
#372A23
(55,42,35)
#2E221D
(46,34,29)
#251A17
(37,26,23)
#1C1211
(28,18,17)
#130A0B
(19,10,11)
#000000
(0,0,0)

Tints of #6D5A47

#6D5A47
(109,90,71)
#7A6957
(122,105,87)
#877867
(135,120,103)
#948777
(148,135,119)
#A19687
(161,150,135)
#AEA597
(174,165,151)
#BBB4A7
(187,180,167)
#C8C3B7
(200,195,183)
#D5D2C7
(213,210,199)
#E2E1D7
(226,225,215)
#EFF0E7
(239,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D5A47; }

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

This text font color is #6D5A47.


Background Color

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

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

This div background color is #6D5A47.


Border color

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

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

This div border color is #6D5A47.


Opacity

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

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

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

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

This text has shadow with #6D5A47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D5A47 on black background.


Color preview on white background

This text has color #6D5A47 on white background.



Black color preview on #6D5A47 background

This text has black color on #6D5A47 background.


White color preview on #6D5A47 background

This text has white color on #6D5A47 background.