COLOR #6C6563

HEX: #6C6563
RGB: (108,101,99)

Renk bilgisi

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

RGB renk modeli

#6C6563 color RGB value is (108,101,99).

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

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 101 of 255 = 40%
B 99 of 255 = 39%

108
101
99

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

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 101 + 99 = 308 (100%)
R 108 of 308 ~ 35.06%
G 101 of 308 ~ 32.79%
B 99 of 308 ~ 32.14%

%35.06
%32.79
%32.14

CMYK RENK MODELİ

#6C6563 rengi CMYK tonu (0,6,8,58).

  • camgöbeği tonu 0.00%
  • eflatun tonu 6.48%
  • sarı tonu 8.33%
  • ana renk tonu 57.65%
CMYK:
(0,6,8,58)
C0M6Y8K58 
(0%,6%,8%,58%)
(0.00/0.06/0.08/0.58)	

CMYK yüzdeleri

%0
%6.48
%8.33
%57.65

Codes

Color #6C6563 in popluar color models

6C6563
RGB10810199
HSL13°4.35%40.59%
HSB/HSV13°8.33%42.35%
CMYK0.00%6.48%8.33%
57.65%

Color #6C6563 in popluar number systems.

HEX6C6563
Decimal10810199
Binary110110011001011100011
Octal154145143

Shades and tints

Shades of #6C6563

#6C6563
(108,101,99)
#635C5A
(99,92,90)
#5A5351
(90,83,81)
#514A48
(81,74,72)
#48413F
(72,65,63)
#3F3836
(63,56,54)
#362F2D
(54,47,45)
#2D2624
(45,38,36)
#241D1B
(36,29,27)
#1B1412
(27,20,18)
#120B09
(18,11,9)
#000000
(0,0,0)

Tints of #6C6563

#6C6563
(108,101,99)
#797371
(121,115,113)
#86817F
(134,129,127)
#938F8D
(147,143,141)
#A09D9B
(160,157,155)
#ADABA9
(173,171,169)
#BAB9B7
(186,185,183)
#C7C7C5
(199,199,197)
#D4D5D3
(212,213,211)
#E1E3E1
(225,227,225)
#EEF1EF
(238,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C6563; }

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

This text font color is #6C6563.


Background Color

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

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

This div background color is #6C6563.


Border color

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

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

This div border color is #6C6563.


Opacity

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

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

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

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

This text has shadow with #6C6563 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C6563 on black background.


Color preview on white background

This text has color #6C6563 on white background.



Black color preview on #6C6563 background

This text has black color on #6C6563 background.


White color preview on #6C6563 background

This text has white color on #6C6563 background.