COLOR #6D5F55

HEX: #6D5F55
RGB: (109,95,85)

Renk bilgisi

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

RGB renk modeli

#6D5F55 color RGB value is (109,95,85).

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

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 95 of 255 = 37%
B 85 of 255 = 33%

109
95
85

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 95 + 85 = 289 (100%)
R 109 of 289 ~ 37.72%
G 95 of 289 ~ 32.87%
B 85 of 289 ~ 29.41%

%37.72
%32.87
%29.41

CMYK RENK MODELİ

#6D5F55 rengi CMYK tonu (0,13,22,57).

  • camgöbeği tonu 0.00%
  • eflatun tonu 12.84%
  • sarı tonu 22.02%
  • ana renk tonu 57.25%
CMYK:
(0,13,22,57)
C0M13Y22K57 
(0%,13%,22%,57%)
(0.00/0.13/0.22/0.57)	

CMYK yüzdeleri

%0
%12.84
%22.02
%57.25

Codes

Color #6D5F55 in popluar color models

6D5F55
RGB1099585
HSL25°12.37%38.04%
HSB/HSV25°22.02%42.75%
CMYK0.00%12.84%22.02%
57.25%

Color #6D5F55 in popluar number systems.

HEX6D5F55
Decimal1099585
Binary110110110111111010101
Octal155137125

Shades and tints

Shades of #6D5F55

#6D5F55
(109,95,85)
#64574E
(100,87,78)
#5B4F47
(91,79,71)
#524740
(82,71,64)
#493F39
(73,63,57)
#403732
(64,55,50)
#372F2B
(55,47,43)
#2E2724
(46,39,36)
#251F1D
(37,31,29)
#1C1716
(28,23,22)
#130F0F
(19,15,15)
#000000
(0,0,0)

Tints of #6D5F55

#6D5F55
(109,95,85)
#7A6D64
(122,109,100)
#877B73
(135,123,115)
#948982
(148,137,130)
#A19791
(161,151,145)
#AEA5A0
(174,165,160)
#BBB3AF
(187,179,175)
#C8C1BE
(200,193,190)
#D5CFCD
(213,207,205)
#E2DDDC
(226,221,220)
#EFEBEB
(239,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D5F55; }

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

This text font color is #6D5F55.


Background Color

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

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

This div background color is #6D5F55.


Border color

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

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

This div border color is #6D5F55.


Opacity

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

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

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

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

This text has shadow with #6D5F55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D5F55 on black background.


Color preview on white background

This text has color #6D5F55 on white background.



Black color preview on #6D5F55 background

This text has black color on #6D5F55 background.


White color preview on #6D5F55 background

This text has white color on #6D5F55 background.