COLOR #6D4231

HEX: #6D4231
RGB: (109,66,49)

Renk bilgisi

#6D4231 contains mainly red and green colors. #6D4231 ‘ nin web güvenlik rengi #663333 (ya da #633) dir.

RGB renk modeli

#6D4231 color RGB value is (109,66,49).

  • kırmız ton 109;
  • yeşil ton 66;
  • mavi ton 49.
RGB:
(109,66,49)
(43%,26%,19%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 66 of 255 = 26%
B 49 of 255 = 19%

109
66
49

R + G + B ~ 29%. #6D4231 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 66 + 49 = 224 (100%)
R 109 of 224 ~ 48.66%
G 66 of 224 ~ 29.46%
B 49 of 224 ~ 21.88%

%48.66
%29.46
%21.88

CMYK RENK MODELİ

#6D4231 rengi CMYK tonu (0,39,55,57).

  • camgöbeği tonu 0.00%
  • eflatun tonu 39.45%
  • sarı tonu 55.05%
  • ana renk tonu 57.25%
CMYK:
(0,39,55,57)
C0M39Y55K57 
(0%,39%,55%,57%)
(0.00/0.39/0.55/0.57)	

CMYK yüzdeleri

%0
%39.45
%55.05
%57.25

Codes

Color #6D4231 in popluar color models

6D4231
RGB1096649
HSL17°37.97%30.98%
HSB/HSV17°55.05%42.75%
CMYK0.00%39.45%55.05%
57.25%

Color #6D4231 in popluar number systems.

HEX6D4231
Decimal1096649
Binary11011011000010110001
Octal15510261

Shades and tints

Shades of #6D4231

#6D4231
(109,66,49)
#643C2D
(100,60,45)
#5B3629
(91,54,41)
#523025
(82,48,37)
#492A21
(73,42,33)
#40241D
(64,36,29)
#371E19
(55,30,25)
#2E1815
(46,24,21)
#251211
(37,18,17)
#1C0C0D
(28,12,13)
#130609
(19,6,9)
#000000
(0,0,0)

Tints of #6D4231

#6D4231
(109,66,49)
#7A5343
(122,83,67)
#876455
(135,100,85)
#947567
(148,117,103)
#A18679
(161,134,121)
#AE978B
(174,151,139)
#BBA89D
(187,168,157)
#C8B9AF
(200,185,175)
#D5CAC1
(213,202,193)
#E2DBD3
(226,219,211)
#EFECE5
(239,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D4231 color. Also use rgb(109,66,49) instead hex code.

Text Font Color

.myTextColor { color: #6D4231; }

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

This text font color is #6D4231.


Background Color

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

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

This div background color is #6D4231.


Border color

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

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

This div border color is #6D4231.


Opacity

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

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

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

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

This text has shadow with #6D4231 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D4231 on black background.


Color preview on white background

This text has color #6D4231 on white background.



Black color preview on #6D4231 background

This text has black color on #6D4231 background.


White color preview on #6D4231 background

This text has white color on #6D4231 background.