COLOR #6D6365

HEX: #6D6365
RGB: (109,99,101)

Renk bilgisi

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

RGB renk modeli

#6D6365 color RGB value is (109,99,101).

  • kırmız ton 109;
  • yeşil ton 99;
  • mavi ton 101.
RGB:
(109,99,101)
(43%,39%,40%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 99 of 255 = 39%
B 101 of 255 = 40%

109
99
101

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 99 + 101 = 309 (100%)
R 109 of 309 ~ 35.28%
G 99 of 309 ~ 32.04%
B 101 of 309 ~ 32.69%

%35.28
%32.04
%32.69

CMYK RENK MODELİ

#6D6365 rengi CMYK tonu (0,9,7,57).

  • camgöbeği tonu 0.00%
  • eflatun tonu 9.17%
  • sarı tonu 7.34%
  • ana renk tonu 57.25%
CMYK:
(0,9,7,57)
C0M9Y7K57 
(0%,9%,7%,57%)
(0.00/0.09/0.07/0.57)	

CMYK yüzdeleri

%0
%9.17
%7.34
%57.25

Codes

Color #6D6365 in popluar color models

6D6365
RGB10999101
HSL348°4.81%40.78%
HSB/HSV348°9.17%42.75%
CMYK0.00%9.17%7.34%
57.25%

Color #6D6365 in popluar number systems.

HEX6D6365
Decimal10999101
Binary110110111000111100101
Octal155143145

Shades and tints

Shades of #6D6365

#6D6365
(109,99,101)
#645A5C
(100,90,92)
#5B5153
(91,81,83)
#52484A
(82,72,74)
#493F41
(73,63,65)
#403638
(64,54,56)
#372D2F
(55,45,47)
#2E2426
(46,36,38)
#251B1D
(37,27,29)
#1C1214
(28,18,20)
#13090B
(19,9,11)
#000000
(0,0,0)

Tints of #6D6365

#6D6365
(109,99,101)
#7A7173
(122,113,115)
#877F81
(135,127,129)
#948D8F
(148,141,143)
#A19B9D
(161,155,157)
#AEA9AB
(174,169,171)
#BBB7B9
(187,183,185)
#C8C5C7
(200,197,199)
#D5D3D5
(213,211,213)
#E2E1E3
(226,225,227)
#EFEFF1
(239,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D6365; }

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

This text font color is #6D6365.


Background Color

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

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

This div background color is #6D6365.


Border color

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

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

This div border color is #6D6365.


Opacity

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

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

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

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

This text has shadow with #6D6365 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D6365 on black background.


Color preview on white background

This text has color #6D6365 on white background.



Black color preview on #6D6365 background

This text has black color on #6D6365 background.


White color preview on #6D6365 background

This text has white color on #6D6365 background.