COLOR #6C4246

HEX: #6C4246
RGB: (108,66,70)

Renk bilgisi

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

RGB renk modeli

#6C4246 color RGB value is (108,66,70).

  • kırmız ton 108;
  • yeşil ton 66;
  • mavi ton 70.
RGB:
(108,66,70)
(42%,26%,27%)

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 66 of 255 = 26%
B 70 of 255 = 27%

108
66
70

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

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 66 + 70 = 244 (100%)
R 108 of 244 ~ 44.26%
G 66 of 244 ~ 27.05%
B 70 of 244 ~ 28.69%

%44.26
%27.05
%28.69

CMYK RENK MODELİ

#6C4246 rengi CMYK tonu (0,39,35,58).

  • camgöbeği tonu 0.00%
  • eflatun tonu 38.89%
  • sarı tonu 35.19%
  • ana renk tonu 57.65%
CMYK:
(0,39,35,58)
C0M39Y35K58 
(0%,39%,35%,58%)
(0.00/0.39/0.35/0.58)	

CMYK yüzdeleri

%0
%38.89
%35.19
%57.65

Codes

Color #6C4246 in popluar color models

6C4246
RGB1086670
HSL354°24.14%34.12%
HSB/HSV354°38.89%42.35%
CMYK0.00%38.89%35.19%
57.65%

Color #6C4246 in popluar number systems.

HEX6C4246
Decimal1086670
Binary110110010000101000110
Octal154102106

Shades and tints

Shades of #6C4246

#6C4246
(108,66,70)
#633C40
(99,60,64)
#5A363A
(90,54,58)
#513034
(81,48,52)
#482A2E
(72,42,46)
#3F2428
(63,36,40)
#361E22
(54,30,34)
#2D181C
(45,24,28)
#241216
(36,18,22)
#1B0C10
(27,12,16)
#12060A
(18,6,10)
#000000
(0,0,0)

Tints of #6C4246

#6C4246
(108,66,70)
#795356
(121,83,86)
#866466
(134,100,102)
#937576
(147,117,118)
#A08686
(160,134,134)
#AD9796
(173,151,150)
#BAA8A6
(186,168,166)
#C7B9B6
(199,185,182)
#D4CAC6
(212,202,198)
#E1DBD6
(225,219,214)
#EEECE6
(238,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C4246 color. Also use rgb(108,66,70) instead hex code.

Text Font Color

.myTextColor { color: #6C4246; }

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

This text font color is #6C4246.


Background Color

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

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

This div background color is #6C4246.


Border color

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

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

This div border color is #6C4246.


Opacity

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

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

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

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

This text has shadow with #6C4246 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C4246 on black background.


Color preview on white background

This text has color #6C4246 on white background.



Black color preview on #6C4246 background

This text has black color on #6C4246 background.


White color preview on #6C4246 background

This text has white color on #6C4246 background.