COLOR #6D4551

HEX: #6D4551
RGB: (109,69,81)

Renk bilgisi

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

RGB renk modeli

#6D4551 color RGB value is (109,69,81).

  • kırmız ton 109;
  • yeşil ton 69;
  • mavi ton 81.
RGB:
(109,69,81)
(43%,27%,32%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 69 of 255 = 27%
B 81 of 255 = 32%

109
69
81

R + G + B ~ 34%. #6D4551 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 69 + 81 = 259 (100%)
R 109 of 259 ~ 42.08%
G 69 of 259 ~ 26.64%
B 81 of 259 ~ 31.27%

%42.08
%26.64
%31.27

CMYK RENK MODELİ

#6D4551 rengi CMYK tonu (0,37,26,57).

  • camgöbeği tonu 0.00%
  • eflatun tonu 36.70%
  • sarı tonu 25.69%
  • ana renk tonu 57.25%
CMYK:
(0,37,26,57)
C0M37Y26K57 
(0%,37%,26%,57%)
(0.00/0.37/0.26/0.57)	

CMYK yüzdeleri

%0
%36.7
%25.69
%57.25

Codes

Color #6D4551 in popluar color models

6D4551
RGB1096981
HSL342°22.47%34.90%
HSB/HSV342°36.70%42.75%
CMYK0.00%36.70%25.69%
57.25%

Color #6D4551 in popluar number systems.

HEX6D4551
Decimal1096981
Binary110110110001011010001
Octal155105121

Shades and tints

Shades of #6D4551

#6D4551
(109,69,81)
#643F4A
(100,63,74)
#5B3943
(91,57,67)
#52333C
(82,51,60)
#492D35
(73,45,53)
#40272E
(64,39,46)
#372127
(55,33,39)
#2E1B20
(46,27,32)
#251519
(37,21,25)
#1C0F12
(28,15,18)
#13090B
(19,9,11)
#000000
(0,0,0)

Tints of #6D4551

#6D4551
(109,69,81)
#7A5560
(122,85,96)
#87656F
(135,101,111)
#94757E
(148,117,126)
#A1858D
(161,133,141)
#AE959C
(174,149,156)
#BBA5AB
(187,165,171)
#C8B5BA
(200,181,186)
#D5C5C9
(213,197,201)
#E2D5D8
(226,213,216)
#EFE5E7
(239,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D4551 color. Also use rgb(109,69,81) instead hex code.

Text Font Color

.myTextColor { color: #6D4551; }

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

This text font color is #6D4551.


Background Color

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

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

This div background color is #6D4551.


Border color

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

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

This div border color is #6D4551.


Opacity

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

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

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

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

This text has shadow with #6D4551 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D4551 on black background.


Color preview on white background

This text has color #6D4551 on white background.



Black color preview on #6D4551 background

This text has black color on #6D4551 background.


White color preview on #6D4551 background

This text has white color on #6D4551 background.