COLOR #6D5E60

HEX: #6D5E60
RGB: (109,94,96)

Renk bilgisi

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

RGB renk modeli

#6D5E60 color RGB value is (109,94,96).

  • kırmız ton 109;
  • yeşil ton 94;
  • mavi ton 96.
RGB:
(109,94,96)
(43%,37%,38%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 94 of 255 = 37%
B 96 of 255 = 38%

109
94
96

R + G + B ~ 39%. #6D5E60 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 94 + 96 = 299 (100%)
R 109 of 299 ~ 36.45%
G 94 of 299 ~ 31.44%
B 96 of 299 ~ 32.11%

%36.45
%31.44
%32.11

CMYK RENK MODELİ

#6D5E60 rengi CMYK tonu (0,14,12,57).

  • camgöbeği tonu 0.00%
  • eflatun tonu 13.76%
  • sarı tonu 11.93%
  • ana renk tonu 57.25%
CMYK:
(0,14,12,57)
C0M14Y12K57 
(0%,14%,12%,57%)
(0.00/0.14/0.12/0.57)	

CMYK yüzdeleri

%0
%13.76
%11.93
%57.25

Codes

Color #6D5E60 in popluar color models

6D5E60
RGB1099496
HSL352°7.39%39.80%
HSB/HSV352°13.76%42.75%
CMYK0.00%13.76%11.93%
57.25%

Color #6D5E60 in popluar number systems.

HEX6D5E60
Decimal1099496
Binary110110110111101100000
Octal155136140

Shades and tints

Shades of #6D5E60

#6D5E60
(109,94,96)
#645658
(100,86,88)
#5B4E50
(91,78,80)
#524648
(82,70,72)
#493E40
(73,62,64)
#403638
(64,54,56)
#372E30
(55,46,48)
#2E2628
(46,38,40)
#251E20
(37,30,32)
#1C1618
(28,22,24)
#130E10
(19,14,16)
#000000
(0,0,0)

Tints of #6D5E60

#6D5E60
(109,94,96)
#7A6C6E
(122,108,110)
#877A7C
(135,122,124)
#94888A
(148,136,138)
#A19698
(161,150,152)
#AEA4A6
(174,164,166)
#BBB2B4
(187,178,180)
#C8C0C2
(200,192,194)
#D5CED0
(213,206,208)
#E2DCDE
(226,220,222)
#EFEAEC
(239,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D5E60 color. Also use rgb(109,94,96) instead hex code.

Text Font Color

.myTextColor { color: #6D5E60; }

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

This text font color is #6D5E60.


Background Color

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

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

This div background color is #6D5E60.


Border color

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

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

This div border color is #6D5E60.


Opacity

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

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

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

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

This text has shadow with #6D5E60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D5E60 on black background.


Color preview on white background

This text has color #6D5E60 on white background.



Black color preview on #6D5E60 background

This text has black color on #6D5E60 background.


White color preview on #6D5E60 background

This text has white color on #6D5E60 background.