COLOR #6C4149

HEX: #6C4149
RGB: (108,65,73)

Renk bilgisi

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

RGB renk modeli

#6C4149 color RGB value is (108,65,73).

  • kırmız ton 108;
  • yeşil ton 65;
  • mavi ton 73.
RGB:
(108,65,73)
(42%,25%,29%)

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 65 of 255 = 25%
B 73 of 255 = 29%

108
65
73

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

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 65 + 73 = 246 (100%)
R 108 of 246 ~ 43.9%
G 65 of 246 ~ 26.42%
B 73 of 246 ~ 29.67%

%43.9
%26.42
%29.67

CMYK RENK MODELİ

#6C4149 rengi CMYK tonu (0,40,32,58).

  • camgöbeği tonu 0.00%
  • eflatun tonu 39.81%
  • sarı tonu 32.41%
  • ana renk tonu 57.65%
CMYK:
(0,40,32,58)
C0M40Y32K58 
(0%,40%,32%,58%)
(0.00/0.40/0.32/0.58)	

CMYK yüzdeleri

%0
%39.81
%32.41
%57.65

Codes

Color #6C4149 in popluar color models

6C4149
RGB1086573
HSL349°24.86%33.92%
HSB/HSV349°39.81%42.35%
CMYK0.00%39.81%32.41%
57.65%

Color #6C4149 in popluar number systems.

HEX6C4149
Decimal1086573
Binary110110010000011001001
Octal154101111

Shades and tints

Shades of #6C4149

#6C4149
(108,65,73)
#633C43
(99,60,67)
#5A373D
(90,55,61)
#513237
(81,50,55)
#482D31
(72,45,49)
#3F282B
(63,40,43)
#362325
(54,35,37)
#2D1E1F
(45,30,31)
#241919
(36,25,25)
#1B1413
(27,20,19)
#120F0D
(18,15,13)
#000000
(0,0,0)

Tints of #6C4149

#6C4149
(108,65,73)
#795259
(121,82,89)
#866369
(134,99,105)
#937479
(147,116,121)
#A08589
(160,133,137)
#AD9699
(173,150,153)
#BAA7A9
(186,167,169)
#C7B8B9
(199,184,185)
#D4C9C9
(212,201,201)
#E1DAD9
(225,218,217)
#EEEBE9
(238,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C4149 color. Also use rgb(108,65,73) instead hex code.

Text Font Color

.myTextColor { color: #6C4149; }

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

This text font color is #6C4149.


Background Color

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

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

This div background color is #6C4149.


Border color

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

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

This div border color is #6C4149.


Opacity

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

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

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

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

This text has shadow with #6C4149 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C4149 on black background.


Color preview on white background

This text has color #6C4149 on white background.



Black color preview on #6C4149 background

This text has black color on #6C4149 background.


White color preview on #6C4149 background

This text has white color on #6C4149 background.