COLOR #6D3C4A

HEX: #6D3C4A
RGB: (109,60,74)

Renk bilgisi

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

RGB renk modeli

#6D3C4A color RGB value is (109,60,74).

  • kırmız ton 109;
  • yeşil ton 60;
  • mavi ton 74.
RGB:
(109,60,74)
(43%,24%,29%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 60 of 255 = 24%
B 74 of 255 = 29%

109
60
74

R + G + B ~ 32%. #6D3C4A is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 60 + 74 = 243 (100%)
R 109 of 243 ~ 44.86%
G 60 of 243 ~ 24.69%
B 74 of 243 ~ 30.45%

%44.86
%24.69
%30.45

CMYK RENK MODELİ

#6D3C4A rengi CMYK tonu (0,45,32,57).

  • camgöbeği tonu 0.00%
  • eflatun tonu 44.95%
  • sarı tonu 32.11%
  • ana renk tonu 57.25%
CMYK:
(0,45,32,57)
C0M45Y32K57 
(0%,45%,32%,57%)
(0.00/0.45/0.32/0.57)	

CMYK yüzdeleri

%0
%44.95
%32.11
%57.25

Codes

Color #6D3C4A in popluar color models

6D3C4A
RGB1096074
HSL343°28.99%33.14%
HSB/HSV343°44.95%42.75%
CMYK0.00%44.95%32.11%
57.25%

Color #6D3C4A in popluar number systems.

HEX6D3C4A
Decimal1096074
Binary11011011111001001010
Octal15574112

Shades and tints

Shades of #6D3C4A

#6D3C4A
(109,60,74)
#643744
(100,55,68)
#5B323E
(91,50,62)
#522D38
(82,45,56)
#492832
(73,40,50)
#40232C
(64,35,44)
#371E26
(55,30,38)
#2E1920
(46,25,32)
#25141A
(37,20,26)
#1C0F14
(28,15,20)
#130A0E
(19,10,14)
#000000
(0,0,0)

Tints of #6D3C4A

#6D3C4A
(109,60,74)
#7A4D5A
(122,77,90)
#875E6A
(135,94,106)
#946F7A
(148,111,122)
#A1808A
(161,128,138)
#AE919A
(174,145,154)
#BBA2AA
(187,162,170)
#C8B3BA
(200,179,186)
#D5C4CA
(213,196,202)
#E2D5DA
(226,213,218)
#EFE6EA
(239,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D3C4A color. Also use rgb(109,60,74) instead hex code.

Text Font Color

.myTextColor { color: #6D3C4A; }

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

This text font color is #6D3C4A.


Background Color

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

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

This div background color is #6D3C4A.


Border color

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

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

This div border color is #6D3C4A.


Opacity

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

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

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

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

This text has shadow with #6D3C4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D3C4A on black background.


Color preview on white background

This text has color #6D3C4A on white background.



Black color preview on #6D3C4A background

This text has black color on #6D3C4A background.


White color preview on #6D3C4A background

This text has white color on #6D3C4A background.