COLOR #6D5242

HEX: #6D5242
RGB: (109,82,66)

Renk bilgisi

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

RGB renk modeli

#6D5242 color RGB value is (109,82,66).

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

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 82 of 255 = 32%
B 66 of 255 = 26%

109
82
66

R + G + B ~ 34%. #6D5242 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 82 + 66 = 257 (100%)
R 109 of 257 ~ 42.41%
G 82 of 257 ~ 31.91%
B 66 of 257 ~ 25.68%

%42.41
%31.91
%25.68

CMYK RENK MODELİ

#6D5242 rengi CMYK tonu (0,25,39,57).

  • camgöbeği tonu 0.00%
  • eflatun tonu 24.77%
  • sarı tonu 39.45%
  • ana renk tonu 57.25%
CMYK:
(0,25,39,57)
C0M25Y39K57 
(0%,25%,39%,57%)
(0.00/0.25/0.39/0.57)	

CMYK yüzdeleri

%0
%24.77
%39.45
%57.25

Codes

Color #6D5242 in popluar color models

6D5242
RGB1098266
HSL22°24.57%34.31%
HSB/HSV22°39.45%42.75%
CMYK0.00%24.77%39.45%
57.25%

Color #6D5242 in popluar number systems.

HEX6D5242
Decimal1098266
Binary110110110100101000010
Octal155122102

Shades and tints

Shades of #6D5242

#6D5242
(109,82,66)
#644B3C
(100,75,60)
#5B4436
(91,68,54)
#523D30
(82,61,48)
#49362A
(73,54,42)
#402F24
(64,47,36)
#37281E
(55,40,30)
#2E2118
(46,33,24)
#251A12
(37,26,18)
#1C130C
(28,19,12)
#130C06
(19,12,6)
#000000
(0,0,0)

Tints of #6D5242

#6D5242
(109,82,66)
#7A6153
(122,97,83)
#877064
(135,112,100)
#947F75
(148,127,117)
#A18E86
(161,142,134)
#AE9D97
(174,157,151)
#BBACA8
(187,172,168)
#C8BBB9
(200,187,185)
#D5CACA
(213,202,202)
#E2D9DB
(226,217,219)
#EFE8EC
(239,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D5242; }

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

This text font color is #6D5242.


Background Color

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

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

This div background color is #6D5242.


Border color

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

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

This div border color is #6D5242.


Opacity

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

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

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

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

This text has shadow with #6D5242 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D5242 on black background.


Color preview on white background

This text has color #6D5242 on white background.



Black color preview on #6D5242 background

This text has black color on #6D5242 background.


White color preview on #6D5242 background

This text has white color on #6D5242 background.