COLOR #6D6959

HEX: #6D6959
RGB: (109,105,89)

Renk bilgisi

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

RGB renk modeli

#6D6959 color RGB value is (109,105,89).

  • kırmız ton 109;
  • yeşil ton 105;
  • mavi ton 89.
RGB:
(109,105,89)
(43%,41%,35%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 105 of 255 = 41%
B 89 of 255 = 35%

109
105
89

R + G + B ~ 40%. #6D6959 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 105 + 89 = 303 (100%)
R 109 of 303 ~ 35.97%
G 105 of 303 ~ 34.65%
B 89 of 303 ~ 29.37%

%35.97
%34.65
%29.37

CMYK RENK MODELİ

#6D6959 rengi CMYK tonu (0,4,18,57).

  • camgöbeği tonu 0.00%
  • eflatun tonu 3.67%
  • sarı tonu 18.35%
  • ana renk tonu 57.25%
CMYK:
(0,4,18,57)
C0M4Y18K57 
(0%,4%,18%,57%)
(0.00/0.04/0.18/0.57)	

CMYK yüzdeleri

%0
%3.67
%18.35
%57.25

Codes

Color #6D6959 in popluar color models

6D6959
RGB10910589
HSL48°10.10%38.82%
HSB/HSV48°18.35%42.75%
CMYK0.00%3.67%18.35%
57.25%

Color #6D6959 in popluar number systems.

HEX6D6959
Decimal10910589
Binary110110111010011011001
Octal155151131

Shades and tints

Shades of #6D6959

#6D6959
(109,105,89)
#646051
(100,96,81)
#5B5749
(91,87,73)
#524E41
(82,78,65)
#494539
(73,69,57)
#403C31
(64,60,49)
#373329
(55,51,41)
#2E2A21
(46,42,33)
#252119
(37,33,25)
#1C1811
(28,24,17)
#130F09
(19,15,9)
#000000
(0,0,0)

Tints of #6D6959

#6D6959
(109,105,89)
#7A7668
(122,118,104)
#878377
(135,131,119)
#949086
(148,144,134)
#A19D95
(161,157,149)
#AEAAA4
(174,170,164)
#BBB7B3
(187,183,179)
#C8C4C2
(200,196,194)
#D5D1D1
(213,209,209)
#E2DEE0
(226,222,224)
#EFEBEF
(239,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D6959; }

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

This text font color is #6D6959.


Background Color

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

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

This div background color is #6D6959.


Border color

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

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

This div border color is #6D6959.


Opacity

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

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

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

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

This text has shadow with #6D6959 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D6959 on black background.


Color preview on white background

This text has color #6D6959 on white background.



Black color preview on #6D6959 background

This text has black color on #6D6959 background.


White color preview on #6D6959 background

This text has white color on #6D6959 background.