COLOR #6D6749

HEX: #6D6749
RGB: (109,103,73)

Renk bilgisi

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

RGB renk modeli

#6D6749 color RGB value is (109,103,73).

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

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 103 of 255 = 40%
B 73 of 255 = 29%

109
103
73

R + G + B ~ 37%. #6D6749 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 103 + 73 = 285 (100%)
R 109 of 285 ~ 38.25%
G 103 of 285 ~ 36.14%
B 73 of 285 ~ 25.61%

%38.25
%36.14
%25.61

CMYK RENK MODELİ

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

  • camgöbeği tonu 0.00%
  • eflatun tonu 5.50%
  • sarı tonu 33.03%
  • ana renk tonu 57.25%
CMYK:
(0,6,33,57)
C0M6Y33K57 
(0%,6%,33%,57%)
(0.00/0.06/0.33/0.57)	

CMYK yüzdeleri

%0
%5.5
%33.03
%57.25

Codes

Color #6D6749 in popluar color models

6D6749
RGB10910373
HSL50°19.78%35.69%
HSB/HSV50°33.03%42.75%
CMYK0.00%5.50%33.03%
57.25%

Color #6D6749 in popluar number systems.

HEX6D6749
Decimal10910373
Binary110110111001111001001
Octal155147111

Shades and tints

Shades of #6D6749

#6D6749
(109,103,73)
#645E43
(100,94,67)
#5B553D
(91,85,61)
#524C37
(82,76,55)
#494331
(73,67,49)
#403A2B
(64,58,43)
#373125
(55,49,37)
#2E281F
(46,40,31)
#251F19
(37,31,25)
#1C1613
(28,22,19)
#130D0D
(19,13,13)
#000000
(0,0,0)

Tints of #6D6749

#6D6749
(109,103,73)
#7A7459
(122,116,89)
#878169
(135,129,105)
#948E79
(148,142,121)
#A19B89
(161,155,137)
#AEA899
(174,168,153)
#BBB5A9
(187,181,169)
#C8C2B9
(200,194,185)
#D5CFC9
(213,207,201)
#E2DCD9
(226,220,217)
#EFE9E9
(239,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D6749; }

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

This text font color is #6D6749.


Background Color

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

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

This div background color is #6D6749.


Border color

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

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

This div border color is #6D6749.


Opacity

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

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

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

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

This text has shadow with #6D6749 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D6749 on black background.


Color preview on white background

This text has color #6D6749 on white background.



Black color preview on #6D6749 background

This text has black color on #6D6749 background.


White color preview on #6D6749 background

This text has white color on #6D6749 background.