COLOR #6D4939

HEX: #6D4939
RGB: (109,73,57)

Renk bilgisi

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

RGB renk modeli

#6D4939 color RGB value is (109,73,57).

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

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 73 of 255 = 29%
B 57 of 255 = 22%

109
73
57

R + G + B ~ 31%. #6D4939 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 73 + 57 = 239 (100%)
R 109 of 239 ~ 45.61%
G 73 of 239 ~ 30.54%
B 57 of 239 ~ 23.85%

%45.61
%30.54
%23.85

CMYK RENK MODELİ

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

  • camgöbeği tonu 0.00%
  • eflatun tonu 33.03%
  • sarı tonu 47.71%
  • ana renk tonu 57.25%
CMYK:
(0,33,48,57)
C0M33Y48K57 
(0%,33%,48%,57%)
(0.00/0.33/0.48/0.57)	

CMYK yüzdeleri

%0
%33.03
%47.71
%57.25

Codes

Color #6D4939 in popluar color models

6D4939
RGB1097357
HSL18°31.33%32.55%
HSB/HSV18°47.71%42.75%
CMYK0.00%33.03%47.71%
57.25%

Color #6D4939 in popluar number systems.

HEX6D4939
Decimal1097357
Binary11011011001001111001
Octal15511171

Shades and tints

Shades of #6D4939

#6D4939
(109,73,57)
#644334
(100,67,52)
#5B3D2F
(91,61,47)
#52372A
(82,55,42)
#493125
(73,49,37)
#402B20
(64,43,32)
#37251B
(55,37,27)
#2E1F16
(46,31,22)
#251911
(37,25,17)
#1C130C
(28,19,12)
#130D07
(19,13,7)
#000000
(0,0,0)

Tints of #6D4939

#6D4939
(109,73,57)
#7A594B
(122,89,75)
#87695D
(135,105,93)
#94796F
(148,121,111)
#A18981
(161,137,129)
#AE9993
(174,153,147)
#BBA9A5
(187,169,165)
#C8B9B7
(200,185,183)
#D5C9C9
(213,201,201)
#E2D9DB
(226,217,219)
#EFE9ED
(239,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D4939; }

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

This text font color is #6D4939.


Background Color

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

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

This div background color is #6D4939.


Border color

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

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

This div border color is #6D4939.


Opacity

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

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

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

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

This text has shadow with #6D4939 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D4939 on black background.


Color preview on white background

This text has color #6D4939 on white background.



Black color preview on #6D4939 background

This text has black color on #6D4939 background.


White color preview on #6D4939 background

This text has white color on #6D4939 background.