COLOR #6C4D28

HEX: #6C4D28
RGB: (108,77,40)

Renk bilgisi

#6C4D28 contains mainly red and green colors. #6C4D28 ‘ nin web güvenlik rengi #663333 (ya da #633) dir.

RGB renk modeli

#6C4D28 color RGB value is (108,77,40).

  • kırmız ton 108;
  • yeşil ton 77;
  • mavi ton 40.
RGB:
(108,77,40)
(42%,30%,16%)

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 77 of 255 = 30%
B 40 of 255 = 16%

108
77
40

R + G + B ~ 29%. #6C4D28 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 77 + 40 = 225 (100%)
R 108 of 225 ~ 48%
G 77 of 225 ~ 34.22%
B 40 of 225 ~ 17.78%

%48
%34.22
%17.78

CMYK RENK MODELİ

#6C4D28 rengi CMYK tonu (0,29,63,58).

  • camgöbeği tonu 0.00%
  • eflatun tonu 28.70%
  • sarı tonu 62.96%
  • ana renk tonu 57.65%
CMYK:
(0,29,63,58)
C0M29Y63K58 
(0%,29%,63%,58%)
(0.00/0.29/0.63/0.58)	

CMYK yüzdeleri

%0
%28.7
%62.96
%57.65

Codes

Color #6C4D28 in popluar color models

6C4D28
RGB1087740
HSL33°45.95%29.02%
HSB/HSV33°62.96%42.35%
CMYK0.00%28.70%62.96%
57.65%

Color #6C4D28 in popluar number systems.

HEX6C4D28
Decimal1087740
Binary11011001001101101000
Octal15411550

Shades and tints

Shades of #6C4D28

#6C4D28
(108,77,40)
#634625
(99,70,37)
#5A3F22
(90,63,34)
#51381F
(81,56,31)
#48311C
(72,49,28)
#3F2A19
(63,42,25)
#362316
(54,35,22)
#2D1C13
(45,28,19)
#241510
(36,21,16)
#1B0E0D
(27,14,13)
#12070A
(18,7,10)
#000000
(0,0,0)

Tints of #6C4D28

#6C4D28
(108,77,40)
#795D3B
(121,93,59)
#866D4E
(134,109,78)
#937D61
(147,125,97)
#A08D74
(160,141,116)
#AD9D87
(173,157,135)
#BAAD9A
(186,173,154)
#C7BDAD
(199,189,173)
#D4CDC0
(212,205,192)
#E1DDD3
(225,221,211)
#EEEDE6
(238,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C4D28 color. Also use rgb(108,77,40) instead hex code.

Text Font Color

.myTextColor { color: #6C4D28; }

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

This text font color is #6C4D28.


Background Color

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

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

This div background color is #6C4D28.


Border color

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

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

This div border color is #6C4D28.


Opacity

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

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

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

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

This text has shadow with #6C4D28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C4D28 on black background.


Color preview on white background

This text has color #6C4D28 on white background.



Black color preview on #6C4D28 background

This text has black color on #6C4D28 background.


White color preview on #6C4D28 background

This text has white color on #6C4D28 background.