COLOR #6C4740

HEX: #6C4740
RGB: (108,71,64)

Renk bilgisi

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

RGB renk modeli

#6C4740 color RGB value is (108,71,64).

  • kırmız ton 108;
  • yeşil ton 71;
  • mavi ton 64.
RGB:
(108,71,64)
(42%,28%,25%)

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 71 of 255 = 28%
B 64 of 255 = 25%

108
71
64

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

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 71 + 64 = 243 (100%)
R 108 of 243 ~ 44.44%
G 71 of 243 ~ 29.22%
B 64 of 243 ~ 26.34%

%44.44
%29.22
%26.34

CMYK RENK MODELİ

#6C4740 rengi CMYK tonu (0,34,41,58).

  • camgöbeği tonu 0.00%
  • eflatun tonu 34.26%
  • sarı tonu 40.74%
  • ana renk tonu 57.65%
CMYK:
(0,34,41,58)
C0M34Y41K58 
(0%,34%,41%,58%)
(0.00/0.34/0.41/0.58)	

CMYK yüzdeleri

%0
%34.26
%40.74
%57.65

Codes

Color #6C4740 in popluar color models

6C4740
RGB1087164
HSL10°25.58%33.73%
HSB/HSV10°40.74%42.35%
CMYK0.00%34.26%40.74%
57.65%

Color #6C4740 in popluar number systems.

HEX6C4740
Decimal1087164
Binary110110010001111000000
Octal154107100

Shades and tints

Shades of #6C4740

#6C4740
(108,71,64)
#63413B
(99,65,59)
#5A3B36
(90,59,54)
#513531
(81,53,49)
#482F2C
(72,47,44)
#3F2927
(63,41,39)
#362322
(54,35,34)
#2D1D1D
(45,29,29)
#241718
(36,23,24)
#1B1113
(27,17,19)
#120B0E
(18,11,14)
#000000
(0,0,0)

Tints of #6C4740

#6C4740
(108,71,64)
#795751
(121,87,81)
#866762
(134,103,98)
#937773
(147,119,115)
#A08784
(160,135,132)
#AD9795
(173,151,149)
#BAA7A6
(186,167,166)
#C7B7B7
(199,183,183)
#D4C7C8
(212,199,200)
#E1D7D9
(225,215,217)
#EEE7EA
(238,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C4740 color. Also use rgb(108,71,64) instead hex code.

Text Font Color

.myTextColor { color: #6C4740; }

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

This text font color is #6C4740.


Background Color

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

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

This div background color is #6C4740.


Border color

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

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

This div border color is #6C4740.


Opacity

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

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

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

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

This text has shadow with #6C4740 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C4740 on black background.


Color preview on white background

This text has color #6C4740 on white background.



Black color preview on #6C4740 background

This text has black color on #6C4740 background.


White color preview on #6C4740 background

This text has white color on #6C4740 background.