COLOR #6D5559

HEX: #6D5559
RGB: (109,85,89)

Renk bilgisi

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

RGB renk modeli

#6D5559 color RGB value is (109,85,89).

  • kırmız ton 109;
  • yeşil ton 85;
  • mavi ton 89.
RGB:
(109,85,89)
(43%,33%,35%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 85 of 255 = 33%
B 89 of 255 = 35%

109
85
89

R + G + B ~ 37%. #6D5559 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 85 + 89 = 283 (100%)
R 109 of 283 ~ 38.52%
G 85 of 283 ~ 30.04%
B 89 of 283 ~ 31.45%

%38.52
%30.04
%31.45

CMYK RENK MODELİ

#6D5559 rengi CMYK tonu (0,22,18,57).

  • camgöbeği tonu 0.00%
  • eflatun tonu 22.02%
  • sarı tonu 18.35%
  • ana renk tonu 57.25%
CMYK:
(0,22,18,57)
C0M22Y18K57 
(0%,22%,18%,57%)
(0.00/0.22/0.18/0.57)	

CMYK yüzdeleri

%0
%22.02
%18.35
%57.25

Codes

Color #6D5559 in popluar color models

6D5559
RGB1098589
HSL350°12.37%38.04%
HSB/HSV350°22.02%42.75%
CMYK0.00%22.02%18.35%
57.25%

Color #6D5559 in popluar number systems.

HEX6D5559
Decimal1098589
Binary110110110101011011001
Octal155125131

Shades and tints

Shades of #6D5559

#6D5559
(109,85,89)
#644E51
(100,78,81)
#5B4749
(91,71,73)
#524041
(82,64,65)
#493939
(73,57,57)
#403231
(64,50,49)
#372B29
(55,43,41)
#2E2421
(46,36,33)
#251D19
(37,29,25)
#1C1611
(28,22,17)
#130F09
(19,15,9)
#000000
(0,0,0)

Tints of #6D5559

#6D5559
(109,85,89)
#7A6468
(122,100,104)
#877377
(135,115,119)
#948286
(148,130,134)
#A19195
(161,145,149)
#AEA0A4
(174,160,164)
#BBAFB3
(187,175,179)
#C8BEC2
(200,190,194)
#D5CDD1
(213,205,209)
#E2DCE0
(226,220,224)
#EFEBEF
(239,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D5559 color. Also use rgb(109,85,89) instead hex code.

Text Font Color

.myTextColor { color: #6D5559; }

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

This text font color is #6D5559.


Background Color

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

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

This div background color is #6D5559.


Border color

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

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

This div border color is #6D5559.


Opacity

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

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

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

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

This text has shadow with #6D5559 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D5559 on black background.


Color preview on white background

This text has color #6D5559 on white background.



Black color preview on #6D5559 background

This text has black color on #6D5559 background.


White color preview on #6D5559 background

This text has white color on #6D5559 background.