COLOR #6D4D3B

HEX: #6D4D3B
RGB: (109,77,59)

Renk bilgisi

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

RGB renk modeli

#6D4D3B color RGB value is (109,77,59).

  • kırmız ton 109;
  • yeşil ton 77;
  • mavi ton 59.
RGB:
(109,77,59)
(43%,30%,23%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 77 of 255 = 30%
B 59 of 255 = 23%

109
77
59

R + G + B ~ 32%. #6D4D3B is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 77 + 59 = 245 (100%)
R 109 of 245 ~ 44.49%
G 77 of 245 ~ 31.43%
B 59 of 245 ~ 24.08%

%44.49
%31.43
%24.08

CMYK RENK MODELİ

#6D4D3B rengi CMYK tonu (0,29,46,57).

  • camgöbeği tonu 0.00%
  • eflatun tonu 29.36%
  • sarı tonu 45.87%
  • ana renk tonu 57.25%
CMYK:
(0,29,46,57)
C0M29Y46K57 
(0%,29%,46%,57%)
(0.00/0.29/0.46/0.57)	

CMYK yüzdeleri

%0
%29.36
%45.87
%57.25

Codes

Color #6D4D3B in popluar color models

6D4D3B
RGB1097759
HSL22°29.76%32.94%
HSB/HSV22°45.87%42.75%
CMYK0.00%29.36%45.87%
57.25%

Color #6D4D3B in popluar number systems.

HEX6D4D3B
Decimal1097759
Binary11011011001101111011
Octal15511573

Shades and tints

Shades of #6D4D3B

#6D4D3B
(109,77,59)
#644636
(100,70,54)
#5B3F31
(91,63,49)
#52382C
(82,56,44)
#493127
(73,49,39)
#402A22
(64,42,34)
#37231D
(55,35,29)
#2E1C18
(46,28,24)
#251513
(37,21,19)
#1C0E0E
(28,14,14)
#130709
(19,7,9)
#000000
(0,0,0)

Tints of #6D4D3B

#6D4D3B
(109,77,59)
#7A5D4C
(122,93,76)
#876D5D
(135,109,93)
#947D6E
(148,125,110)
#A18D7F
(161,141,127)
#AE9D90
(174,157,144)
#BBADA1
(187,173,161)
#C8BDB2
(200,189,178)
#D5CDC3
(213,205,195)
#E2DDD4
(226,221,212)
#EFEDE5
(239,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D4D3B color. Also use rgb(109,77,59) instead hex code.

Text Font Color

.myTextColor { color: #6D4D3B; }

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

This text font color is #6D4D3B.


Background Color

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

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

This div background color is #6D4D3B.


Border color

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

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

This div border color is #6D4D3B.


Opacity

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

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

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

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

This text has shadow with #6D4D3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D4D3B on black background.


Color preview on white background

This text has color #6D4D3B on white background.



Black color preview on #6D4D3B background

This text has black color on #6D4D3B background.


White color preview on #6D4D3B background

This text has white color on #6D4D3B background.