COLOR #6D5F49

HEX: #6D5F49
RGB: (109,95,73)

Renk bilgisi

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

RGB renk modeli

#6D5F49 color RGB value is (109,95,73).

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

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 95 of 255 = 37%
B 73 of 255 = 29%

109
95
73

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 95 + 73 = 277 (100%)
R 109 of 277 ~ 39.35%
G 95 of 277 ~ 34.3%
B 73 of 277 ~ 26.35%

%39.35
%34.3
%26.35

CMYK RENK MODELİ

#6D5F49 rengi CMYK tonu (0,13,33,57).

  • camgöbeği tonu 0.00%
  • eflatun tonu 12.84%
  • sarı tonu 33.03%
  • ana renk tonu 57.25%
CMYK:
(0,13,33,57)
C0M13Y33K57 
(0%,13%,33%,57%)
(0.00/0.13/0.33/0.57)	

CMYK yüzdeleri

%0
%12.84
%33.03
%57.25

Codes

Color #6D5F49 in popluar color models

6D5F49
RGB1099573
HSL37°19.78%35.69%
HSB/HSV37°33.03%42.75%
CMYK0.00%12.84%33.03%
57.25%

Color #6D5F49 in popluar number systems.

HEX6D5F49
Decimal1099573
Binary110110110111111001001
Octal155137111

Shades and tints

Shades of #6D5F49

#6D5F49
(109,95,73)
#645743
(100,87,67)
#5B4F3D
(91,79,61)
#524737
(82,71,55)
#493F31
(73,63,49)
#40372B
(64,55,43)
#372F25
(55,47,37)
#2E271F
(46,39,31)
#251F19
(37,31,25)
#1C1713
(28,23,19)
#130F0D
(19,15,13)
#000000
(0,0,0)

Tints of #6D5F49

#6D5F49
(109,95,73)
#7A6D59
(122,109,89)
#877B69
(135,123,105)
#948979
(148,137,121)
#A19789
(161,151,137)
#AEA599
(174,165,153)
#BBB3A9
(187,179,169)
#C8C1B9
(200,193,185)
#D5CFC9
(213,207,201)
#E2DDD9
(226,221,217)
#EFEBE9
(239,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D5F49; }

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

This text font color is #6D5F49.


Background Color

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

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

This div background color is #6D5F49.


Border color

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

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

This div border color is #6D5F49.


Opacity

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

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

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

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

This text has shadow with #6D5F49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D5F49 on black background.


Color preview on white background

This text has color #6D5F49 on white background.



Black color preview on #6D5F49 background

This text has black color on #6D5F49 background.


White color preview on #6D5F49 background

This text has white color on #6D5F49 background.