COLOR #6D5656

HEX: #6D5656
RGB: (109,86,86)

Renk bilgisi

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

RGB renk modeli

#6D5656 color RGB value is (109,86,86).

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

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 86 of 255 = 34%
B 86 of 255 = 34%

109
86
86

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 86 + 86 = 281 (100%)
R 109 of 281 ~ 38.79%
G 86 of 281 ~ 30.6%
B 86 of 281 ~ 30.6%

%38.79
%30.6
%30.6

CMYK RENK MODELİ

#6D5656 rengi CMYK tonu (0,21,21,57).

  • camgöbeği tonu 0.00%
  • eflatun tonu 21.10%
  • sarı tonu 21.10%
  • ana renk tonu 57.25%
CMYK:
(0,21,21,57)
C0M21Y21K57 
(0%,21%,21%,57%)
(0.00/0.21/0.21/0.57)	

CMYK yüzdeleri

%0
%21.1
%21.1
%57.25

Codes

Color #6D5656 in popluar color models

6D5656
RGB1098686
HSL11.79%38.24%
HSB/HSV21.10%42.75%
CMYK0.00%21.10%21.10%
57.25%

Color #6D5656 in popluar number systems.

HEX6D5656
Decimal1098686
Binary110110110101101010110
Octal155126126

Shades and tints

Shades of #6D5656

#6D5656
(109,86,86)
#644F4F
(100,79,79)
#5B4848
(91,72,72)
#524141
(82,65,65)
#493A3A
(73,58,58)
#403333
(64,51,51)
#372C2C
(55,44,44)
#2E2525
(46,37,37)
#251E1E
(37,30,30)
#1C1717
(28,23,23)
#131010
(19,16,16)
#000000
(0,0,0)

Tints of #6D5656

#6D5656
(109,86,86)
#7A6565
(122,101,101)
#877474
(135,116,116)
#948383
(148,131,131)
#A19292
(161,146,146)
#AEA1A1
(174,161,161)
#BBB0B0
(187,176,176)
#C8BFBF
(200,191,191)
#D5CECE
(213,206,206)
#E2DDDD
(226,221,221)
#EFECEC
(239,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D5656; }

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

This text font color is #6D5656.


Background Color

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

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

This div background color is #6D5656.


Border color

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

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

This div border color is #6D5656.


Opacity

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

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

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

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

This text has shadow with #6D5656 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D5656 on black background.


Color preview on white background

This text has color #6D5656 on white background.



Black color preview on #6D5656 background

This text has black color on #6D5656 background.


White color preview on #6D5656 background

This text has white color on #6D5656 background.