COLOR #6D5042

HEX: #6D5042
RGB: (109,80,66)

Renk bilgisi

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

RGB renk modeli

#6D5042 color RGB value is (109,80,66).

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

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 80 of 255 = 31%
B 66 of 255 = 26%

109
80
66

R + G + B ~ 33%. #6D5042 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 80 + 66 = 255 (100%)
R 109 of 255 ~ 42.75%
G 80 of 255 ~ 31.37%
B 66 of 255 ~ 25.88%

%42.75
%31.37
%25.88

CMYK RENK MODELİ

#6D5042 rengi CMYK tonu (0,27,39,57).

  • camgöbeği tonu 0.00%
  • eflatun tonu 26.61%
  • sarı tonu 39.45%
  • ana renk tonu 57.25%
CMYK:
(0,27,39,57)
C0M27Y39K57 
(0%,27%,39%,57%)
(0.00/0.27/0.39/0.57)	

CMYK yüzdeleri

%0
%26.61
%39.45
%57.25

Codes

Color #6D5042 in popluar color models

6D5042
RGB1098066
HSL20°24.57%34.31%
HSB/HSV20°39.45%42.75%
CMYK0.00%26.61%39.45%
57.25%

Color #6D5042 in popluar number systems.

HEX6D5042
Decimal1098066
Binary110110110100001000010
Octal155120102

Shades and tints

Shades of #6D5042

#6D5042
(109,80,66)
#64493C
(100,73,60)
#5B4236
(91,66,54)
#523B30
(82,59,48)
#49342A
(73,52,42)
#402D24
(64,45,36)
#37261E
(55,38,30)
#2E1F18
(46,31,24)
#251812
(37,24,18)
#1C110C
(28,17,12)
#130A06
(19,10,6)
#000000
(0,0,0)

Tints of #6D5042

#6D5042
(109,80,66)
#7A5F53
(122,95,83)
#876E64
(135,110,100)
#947D75
(148,125,117)
#A18C86
(161,140,134)
#AE9B97
(174,155,151)
#BBAAA8
(187,170,168)
#C8B9B9
(200,185,185)
#D5C8CA
(213,200,202)
#E2D7DB
(226,215,219)
#EFE6EC
(239,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D5042; }

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

This text font color is #6D5042.


Background Color

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

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

This div background color is #6D5042.


Border color

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

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

This div border color is #6D5042.


Opacity

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

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

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

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

This text has shadow with #6D5042 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D5042 on black background.


Color preview on white background

This text has color #6D5042 on white background.



Black color preview on #6D5042 background

This text has black color on #6D5042 background.


White color preview on #6D5042 background

This text has white color on #6D5042 background.