COLOR #6D6656

HEX: #6D6656
RGB: (109,102,86)

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

109
102
86

R + G + B ~ 39%. #6D6656 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 102 + 86 = 297 (100%)
R 109 of 297 ~ 36.7%
G 102 of 297 ~ 34.34%
B 86 of 297 ~ 28.96%

%36.7
%34.34
%28.96

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%0
%6.42
%21.1
%57.25

Codes

Color #6D6656 in popluar color models

6D6656
RGB10910286
HSL42°11.79%38.24%
HSB/HSV42°21.10%42.75%
CMYK0.00%6.42%21.10%
57.25%

Color #6D6656 in popluar number systems.

HEX6D6656
Decimal10910286
Binary110110111001101010110
Octal155146126

Shades and tints

Shades of #6D6656

#6D6656
(109,102,86)
#645D4F
(100,93,79)
#5B5448
(91,84,72)
#524B41
(82,75,65)
#49423A
(73,66,58)
#403933
(64,57,51)
#37302C
(55,48,44)
#2E2725
(46,39,37)
#251E1E
(37,30,30)
#1C1517
(28,21,23)
#130C10
(19,12,16)
#000000
(0,0,0)

Tints of #6D6656

#6D6656
(109,102,86)
#7A7365
(122,115,101)
#878074
(135,128,116)
#948D83
(148,141,131)
#A19A92
(161,154,146)
#AEA7A1
(174,167,161)
#BBB4B0
(187,180,176)
#C8C1BF
(200,193,191)
#D5CECE
(213,206,206)
#E2DBDD
(226,219,221)
#EFE8EC
(239,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D6656; }

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

This text font color is #6D6656.


Background Color

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

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

This div background color is #6D6656.


Border color

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

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

This div border color is #6D6656.


Opacity

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

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

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

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

This text has shadow with #6D6656 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D6656 on black background.


Color preview on white background

This text has color #6D6656 on white background.



Black color preview on #6D6656 background

This text has black color on #6D6656 background.


White color preview on #6D6656 background

This text has white color on #6D6656 background.