COLOR #6D5355

HEX: #6D5355
RGB: (109,83,85)

Renk bilgisi

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

RGB renk modeli

#6D5355 color RGB value is (109,83,85).

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

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 83 of 255 = 33%
B 85 of 255 = 33%

109
83
85

R + G + B ~ 36%. #6D5355 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 83 + 85 = 277 (100%)
R 109 of 277 ~ 39.35%
G 83 of 277 ~ 29.96%
B 85 of 277 ~ 30.69%

%39.35
%29.96
%30.69

CMYK RENK MODELİ

#6D5355 rengi CMYK tonu (0,24,22,57).

  • camgöbeği tonu 0.00%
  • eflatun tonu 23.85%
  • sarı tonu 22.02%
  • ana renk tonu 57.25%
CMYK:
(0,24,22,57)
C0M24Y22K57 
(0%,24%,22%,57%)
(0.00/0.24/0.22/0.57)	

CMYK yüzdeleri

%0
%23.85
%22.02
%57.25

Codes

Color #6D5355 in popluar color models

6D5355
RGB1098385
HSL355°13.54%37.65%
HSB/HSV355°23.85%42.75%
CMYK0.00%23.85%22.02%
57.25%

Color #6D5355 in popluar number systems.

HEX6D5355
Decimal1098385
Binary110110110100111010101
Octal155123125

Shades and tints

Shades of #6D5355

#6D5355
(109,83,85)
#644C4E
(100,76,78)
#5B4547
(91,69,71)
#523E40
(82,62,64)
#493739
(73,55,57)
#403032
(64,48,50)
#37292B
(55,41,43)
#2E2224
(46,34,36)
#251B1D
(37,27,29)
#1C1416
(28,20,22)
#130D0F
(19,13,15)
#000000
(0,0,0)

Tints of #6D5355

#6D5355
(109,83,85)
#7A6264
(122,98,100)
#877173
(135,113,115)
#948082
(148,128,130)
#A18F91
(161,143,145)
#AE9EA0
(174,158,160)
#BBADAF
(187,173,175)
#C8BCBE
(200,188,190)
#D5CBCD
(213,203,205)
#E2DADC
(226,218,220)
#EFE9EB
(239,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D5355; }

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

This text font color is #6D5355.


Background Color

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

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

This div background color is #6D5355.


Border color

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

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

This div border color is #6D5355.


Opacity

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

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

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

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

This text has shadow with #6D5355 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D5355 on black background.


Color preview on white background

This text has color #6D5355 on white background.



Black color preview on #6D5355 background

This text has black color on #6D5355 background.


White color preview on #6D5355 background

This text has white color on #6D5355 background.