COLOR #6D796B

HEX: #6D796B
RGB: (109,121,107)

Renk bilgisi

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

RGB renk modeli

#6D796B color RGB value is (109,121,107).

  • kırmız ton 109;
  • yeşil ton 121;
  • mavi ton 107.
RGB:
(109,121,107)
(43%,47%,42%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 121 of 255 = 47%
B 107 of 255 = 42%

109
121
107

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 121 + 107 = 337 (100%)
R 109 of 337 ~ 32.34%
G 121 of 337 ~ 35.91%
B 107 of 337 ~ 31.75%

%32.34
%35.91
%31.75

CMYK RENK MODELİ

#6D796B rengi CMYK tonu (10,0,12,53).

  • camgöbeği tonu 9.92%
  • eflatun tonu 0.00%
  • sarı tonu 11.57%
  • ana renk tonu 52.55%
CMYK:
(10,0,12,53)
C10M0Y12K53 
(10%,0%,12%,53%)
(0.10/0.00/0.12/0.53)	

CMYK yüzdeleri

%9.92
%0
%11.57
%52.55

Codes

Color #6D796B in popluar color models

6D796B
RGB109121107
HSL111°6.14%44.71%
HSB/HSV111°11.57%47.45%
CMYK9.92%0.00%11.57%
52.55%

Color #6D796B in popluar number systems.

HEX6D796B
Decimal109121107
Binary110110111110011101011
Octal155171153

Shades and tints

Shades of #6D796B

#6D796B
(109,121,107)
#646E62
(100,110,98)
#5B6359
(91,99,89)
#525850
(82,88,80)
#494D47
(73,77,71)
#40423E
(64,66,62)
#373735
(55,55,53)
#2E2C2C
(46,44,44)
#252123
(37,33,35)
#1C161A
(28,22,26)
#130B11
(19,11,17)
#000000
(0,0,0)

Tints of #6D796B

#6D796B
(109,121,107)
#7A8578
(122,133,120)
#879185
(135,145,133)
#949D92
(148,157,146)
#A1A99F
(161,169,159)
#AEB5AC
(174,181,172)
#BBC1B9
(187,193,185)
#C8CDC6
(200,205,198)
#D5D9D3
(213,217,211)
#E2E5E0
(226,229,224)
#EFF1ED
(239,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D796B; }

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

This text font color is #6D796B.


Background Color

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

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

This div background color is #6D796B.


Border color

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

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

This div border color is #6D796B.


Opacity

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

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

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

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

This text has shadow with #6D796B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D796B on black background.


Color preview on white background

This text has color #6D796B on white background.



Black color preview on #6D796B background

This text has black color on #6D796B background.


White color preview on #6D796B background

This text has white color on #6D796B background.