COLOR #6D6463

HEX: #6D6463
RGB: (109,100,99)

Renk bilgisi

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

RGB renk modeli

#6D6463 color RGB value is (109,100,99).

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

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 100 of 255 = 39%
B 99 of 255 = 39%

109
100
99

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 100 + 99 = 308 (100%)
R 109 of 308 ~ 35.39%
G 100 of 308 ~ 32.47%
B 99 of 308 ~ 32.14%

%35.39
%32.47
%32.14

CMYK RENK MODELİ

#6D6463 rengi CMYK tonu (0,8,9,57).

  • camgöbeği tonu 0.00%
  • eflatun tonu 8.26%
  • sarı tonu 9.17%
  • ana renk tonu 57.25%
CMYK:
(0,8,9,57)
C0M8Y9K57 
(0%,8%,9%,57%)
(0.00/0.08/0.09/0.57)	

CMYK yüzdeleri

%0
%8.26
%9.17
%57.25

Codes

Color #6D6463 in popluar color models

6D6463
RGB10910099
HSL4.81%40.78%
HSB/HSV9.17%42.75%
CMYK0.00%8.26%9.17%
57.25%

Color #6D6463 in popluar number systems.

HEX6D6463
Decimal10910099
Binary110110111001001100011
Octal155144143

Shades and tints

Shades of #6D6463

#6D6463
(109,100,99)
#645B5A
(100,91,90)
#5B5251
(91,82,81)
#524948
(82,73,72)
#49403F
(73,64,63)
#403736
(64,55,54)
#372E2D
(55,46,45)
#2E2524
(46,37,36)
#251C1B
(37,28,27)
#1C1312
(28,19,18)
#130A09
(19,10,9)
#000000
(0,0,0)

Tints of #6D6463

#6D6463
(109,100,99)
#7A7271
(122,114,113)
#87807F
(135,128,127)
#948E8D
(148,142,141)
#A19C9B
(161,156,155)
#AEAAA9
(174,170,169)
#BBB8B7
(187,184,183)
#C8C6C5
(200,198,197)
#D5D4D3
(213,212,211)
#E2E2E1
(226,226,225)
#EFF0EF
(239,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D6463; }

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

This text font color is #6D6463.


Background Color

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

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

This div background color is #6D6463.


Border color

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

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

This div border color is #6D6463.


Opacity

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

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

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

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

This text has shadow with #6D6463 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D6463 on black background.


Color preview on white background

This text has color #6D6463 on white background.



Black color preview on #6D6463 background

This text has black color on #6D6463 background.


White color preview on #6D6463 background

This text has white color on #6D6463 background.