COLOR #6D6355

HEX: #6D6355
RGB: (109,99,85)

Renk bilgisi

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

RGB renk modeli

#6D6355 color RGB value is (109,99,85).

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

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 99 of 255 = 39%
B 85 of 255 = 33%

109
99
85

R + G + B ~ 38%. #6D6355 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 99 + 85 = 293 (100%)
R 109 of 293 ~ 37.2%
G 99 of 293 ~ 33.79%
B 85 of 293 ~ 29.01%

%37.2
%33.79
%29.01

CMYK RENK MODELİ

#6D6355 rengi CMYK tonu (0,9,22,57).

  • camgöbeği tonu 0.00%
  • eflatun tonu 9.17%
  • sarı tonu 22.02%
  • ana renk tonu 57.25%
CMYK:
(0,9,22,57)
C0M9Y22K57 
(0%,9%,22%,57%)
(0.00/0.09/0.22/0.57)	

CMYK yüzdeleri

%0
%9.17
%22.02
%57.25

Codes

Color #6D6355 in popluar color models

6D6355
RGB1099985
HSL35°12.37%38.04%
HSB/HSV35°22.02%42.75%
CMYK0.00%9.17%22.02%
57.25%

Color #6D6355 in popluar number systems.

HEX6D6355
Decimal1099985
Binary110110111000111010101
Octal155143125

Shades and tints

Shades of #6D6355

#6D6355
(109,99,85)
#645A4E
(100,90,78)
#5B5147
(91,81,71)
#524840
(82,72,64)
#493F39
(73,63,57)
#403632
(64,54,50)
#372D2B
(55,45,43)
#2E2424
(46,36,36)
#251B1D
(37,27,29)
#1C1216
(28,18,22)
#13090F
(19,9,15)
#000000
(0,0,0)

Tints of #6D6355

#6D6355
(109,99,85)
#7A7164
(122,113,100)
#877F73
(135,127,115)
#948D82
(148,141,130)
#A19B91
(161,155,145)
#AEA9A0
(174,169,160)
#BBB7AF
(187,183,175)
#C8C5BE
(200,197,190)
#D5D3CD
(213,211,205)
#E2E1DC
(226,225,220)
#EFEFEB
(239,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D6355; }

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

This text font color is #6D6355.


Background Color

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

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

This div background color is #6D6355.


Border color

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

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

This div border color is #6D6355.


Opacity

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

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

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

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

This text has shadow with #6D6355 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D6355 on black background.


Color preview on white background

This text has color #6D6355 on white background.



Black color preview on #6D6355 background

This text has black color on #6D6355 background.


White color preview on #6D6355 background

This text has white color on #6D6355 background.