COLOR #6C4736

HEX: #6C4736
RGB: (108,71,54)

Renk bilgisi

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

RGB renk modeli

#6C4736 color RGB value is (108,71,54).

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

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 71 of 255 = 28%
B 54 of 255 = 21%

108
71
54

R + G + B ~ 30%. #6C4736 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 71 + 54 = 233 (100%)
R 108 of 233 ~ 46.35%
G 71 of 233 ~ 30.47%
B 54 of 233 ~ 23.18%

%46.35
%30.47
%23.18

CMYK RENK MODELİ

#6C4736 rengi CMYK tonu (0,34,50,58).

  • camgöbeği tonu 0.00%
  • eflatun tonu 34.26%
  • sarı tonu 50.00%
  • ana renk tonu 57.65%
CMYK:
(0,34,50,58)
C0M34Y50K58 
(0%,34%,50%,58%)
(0.00/0.34/0.50/0.58)	

CMYK yüzdeleri

%0
%34.26
%50
%57.65

Codes

Color #6C4736 in popluar color models

6C4736
RGB1087154
HSL19°33.33%31.76%
HSB/HSV19°50.00%42.35%
CMYK0.00%34.26%50.00%
57.65%

Color #6C4736 in popluar number systems.

HEX6C4736
Decimal1087154
Binary11011001000111110110
Octal15410766

Shades and tints

Shades of #6C4736

#6C4736
(108,71,54)
#634132
(99,65,50)
#5A3B2E
(90,59,46)
#51352A
(81,53,42)
#482F26
(72,47,38)
#3F2922
(63,41,34)
#36231E
(54,35,30)
#2D1D1A
(45,29,26)
#241716
(36,23,22)
#1B1112
(27,17,18)
#120B0E
(18,11,14)
#000000
(0,0,0)

Tints of #6C4736

#6C4736
(108,71,54)
#795748
(121,87,72)
#86675A
(134,103,90)
#93776C
(147,119,108)
#A0877E
(160,135,126)
#AD9790
(173,151,144)
#BAA7A2
(186,167,162)
#C7B7B4
(199,183,180)
#D4C7C6
(212,199,198)
#E1D7D8
(225,215,216)
#EEE7EA
(238,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C4736; }

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

This text font color is #6C4736.


Background Color

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

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

This div background color is #6C4736.


Border color

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

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

This div border color is #6C4736.


Opacity

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

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

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

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

This text has shadow with #6C4736 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C4736 on black background.


Color preview on white background

This text has color #6C4736 on white background.



Black color preview on #6C4736 background

This text has black color on #6C4736 background.


White color preview on #6C4736 background

This text has white color on #6C4736 background.