COLOR #6D4C65

HEX: #6D4C65
RGB: (109,76,101)

Renk bilgisi

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

RGB renk modeli

#6D4C65 color RGB value is (109,76,101).

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

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 76 of 255 = 30%
B 101 of 255 = 40%

109
76
101

R + G + B ~ 38%. #6D4C65 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 76 + 101 = 286 (100%)
R 109 of 286 ~ 38.11%
G 76 of 286 ~ 26.57%
B 101 of 286 ~ 35.31%

%38.11
%26.57
%35.31

CMYK RENK MODELİ

#6D4C65 rengi CMYK tonu (0,30,7,57).

  • camgöbeği tonu 0.00%
  • eflatun tonu 30.28%
  • sarı tonu 7.34%
  • ana renk tonu 57.25%
CMYK:
(0,30,7,57)
C0M30Y7K57 
(0%,30%,7%,57%)
(0.00/0.30/0.07/0.57)	

CMYK yüzdeleri

%0
%30.28
%7.34
%57.25

Codes

Color #6D4C65 in popluar color models

6D4C65
RGB10976101
HSL315°17.84%36.27%
HSB/HSV315°30.28%42.75%
CMYK0.00%30.28%7.34%
57.25%

Color #6D4C65 in popluar number systems.

HEX6D4C65
Decimal10976101
Binary110110110011001100101
Octal155114145

Shades and tints

Shades of #6D4C65

#6D4C65
(109,76,101)
#64465C
(100,70,92)
#5B4053
(91,64,83)
#523A4A
(82,58,74)
#493441
(73,52,65)
#402E38
(64,46,56)
#37282F
(55,40,47)
#2E2226
(46,34,38)
#251C1D
(37,28,29)
#1C1614
(28,22,20)
#13100B
(19,16,11)
#000000
(0,0,0)

Tints of #6D4C65

#6D4C65
(109,76,101)
#7A5C73
(122,92,115)
#876C81
(135,108,129)
#947C8F
(148,124,143)
#A18C9D
(161,140,157)
#AE9CAB
(174,156,171)
#BBACB9
(187,172,185)
#C8BCC7
(200,188,199)
#D5CCD5
(213,204,213)
#E2DCE3
(226,220,227)
#EFECF1
(239,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D4C65; }

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

This text font color is #6D4C65.


Background Color

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

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

This div background color is #6D4C65.


Border color

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

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

This div border color is #6D4C65.


Opacity

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

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

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

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

This text has shadow with #6D4C65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D4C65 on black background.


Color preview on white background

This text has color #6D4C65 on white background.



Black color preview on #6D4C65 background

This text has black color on #6D4C65 background.


White color preview on #6D4C65 background

This text has white color on #6D4C65 background.