COLOR #6D5963

HEX: #6D5963
RGB: (109,89,99)

Renk bilgisi

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

RGB renk modeli

#6D5963 color RGB value is (109,89,99).

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

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 89 of 255 = 35%
B 99 of 255 = 39%

109
89
99

R + G + B ~ 39%. #6D5963 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 89 + 99 = 297 (100%)
R 109 of 297 ~ 36.7%
G 89 of 297 ~ 29.97%
B 99 of 297 ~ 33.33%

%36.7
%29.97
%33.33

CMYK RENK MODELİ

#6D5963 rengi CMYK tonu (0,18,9,57).

  • camgöbeği tonu 0.00%
  • eflatun tonu 18.35%
  • sarı tonu 9.17%
  • ana renk tonu 57.25%
CMYK:
(0,18,9,57)
C0M18Y9K57 
(0%,18%,9%,57%)
(0.00/0.18/0.09/0.57)	

CMYK yüzdeleri

%0
%18.35
%9.17
%57.25

Codes

Color #6D5963 in popluar color models

6D5963
RGB1098999
HSL330°10.10%38.82%
HSB/HSV330°18.35%42.75%
CMYK0.00%18.35%9.17%
57.25%

Color #6D5963 in popluar number systems.

HEX6D5963
Decimal1098999
Binary110110110110011100011
Octal155131143

Shades and tints

Shades of #6D5963

#6D5963
(109,89,99)
#64515A
(100,81,90)
#5B4951
(91,73,81)
#524148
(82,65,72)
#49393F
(73,57,63)
#403136
(64,49,54)
#37292D
(55,41,45)
#2E2124
(46,33,36)
#25191B
(37,25,27)
#1C1112
(28,17,18)
#130909
(19,9,9)
#000000
(0,0,0)

Tints of #6D5963

#6D5963
(109,89,99)
#7A6871
(122,104,113)
#87777F
(135,119,127)
#94868D
(148,134,141)
#A1959B
(161,149,155)
#AEA4A9
(174,164,169)
#BBB3B7
(187,179,183)
#C8C2C5
(200,194,197)
#D5D1D3
(213,209,211)
#E2E0E1
(226,224,225)
#EFEFEF
(239,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D5963; }

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

This text font color is #6D5963.


Background Color

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

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

This div background color is #6D5963.


Border color

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

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

This div border color is #6D5963.


Opacity

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

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

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

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

This text has shadow with #6D5963 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D5963 on black background.


Color preview on white background

This text has color #6D5963 on white background.



Black color preview on #6D5963 background

This text has black color on #6D5963 background.


White color preview on #6D5963 background

This text has white color on #6D5963 background.