COLOR #6D366E

HEX: #6D366E
RGB: (109,54,110)

Renk bilgisi

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

RGB renk modeli

#6D366E color RGB value is (109,54,110).

  • kırmız ton 109;
  • yeşil ton 54;
  • mavi ton 110.
RGB:
(109,54,110)
(43%,21%,43%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 54 of 255 = 21%
B 110 of 255 = 43%

109
54
110

R + G + B ~ 36%. #6D366E is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 54 + 110 = 273 (100%)
R 109 of 273 ~ 39.93%
G 54 of 273 ~ 19.78%
B 110 of 273 ~ 40.29%

%39.93
%19.78
%40.29

CMYK RENK MODELİ

#6D366E rengi CMYK tonu (1,51,0,57).

  • camgöbeği tonu 0.91%
  • eflatun tonu 50.91%
  • sarı tonu 0.00%
  • ana renk tonu 56.86%
CMYK:
(1,51,0,57)
C1M51Y0K57 
(1%,51%,0%,57%)
(0.01/0.51/0.00/0.57)	

CMYK yüzdeleri

%0.91
%50.91
%0
%56.86

Codes

Color #6D366E in popluar color models

6D366E
RGB10954110
HSL299°34.15%32.16%
HSB/HSV299°50.91%43.14%
CMYK0.91%50.91%0.00%
56.86%

Color #6D366E in popluar number systems.

HEX6D366E
Decimal10954110
Binary11011011101101101110
Octal15566156

Shades and tints

Shades of #6D366E

#6D366E
(109,54,110)
#643264
(100,50,100)
#5B2E5A
(91,46,90)
#522A50
(82,42,80)
#492646
(73,38,70)
#40223C
(64,34,60)
#371E32
(55,30,50)
#2E1A28
(46,26,40)
#25161E
(37,22,30)
#1C1214
(28,18,20)
#130E0A
(19,14,10)
#000000
(0,0,0)

Tints of #6D366E

#6D366E
(109,54,110)
#7A487B
(122,72,123)
#875A88
(135,90,136)
#946C95
(148,108,149)
#A17EA2
(161,126,162)
#AE90AF
(174,144,175)
#BBA2BC
(187,162,188)
#C8B4C9
(200,180,201)
#D5C6D6
(213,198,214)
#E2D8E3
(226,216,227)
#EFEAF0
(239,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D366E color. Also use rgb(109,54,110) instead hex code.

Text Font Color

.myTextColor { color: #6D366E; }

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

This text font color is #6D366E.


Background Color

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

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

This div background color is #6D366E.


Border color

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

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

This div border color is #6D366E.


Opacity

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

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

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

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

This text has shadow with #6D366E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D366E on black background.


Color preview on white background

This text has color #6D366E on white background.



Black color preview on #6D366E background

This text has black color on #6D366E background.


White color preview on #6D366E background

This text has white color on #6D366E background.