COLOR #6B4727

HEX: #6B4727
RGB: (107,71,39)

Renk bilgisi

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

RGB renk modeli

#6B4727 color RGB value is (107,71,39).

  • kırmız ton 107;
  • yeşil ton 71;
  • mavi ton 39.
RGB:
(107,71,39)
(42%,28%,15%)

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 71 of 255 = 28%
B 39 of 255 = 15%

107
71
39

R + G + B ~ 28%. #6B4727 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 71 + 39 = 217 (100%)
R 107 of 217 ~ 49.31%
G 71 of 217 ~ 32.72%
B 39 of 217 ~ 17.97%

%49.31
%32.72
%17.97

CMYK RENK MODELİ

#6B4727 rengi CMYK tonu (0,34,64,58).

  • camgöbeği tonu 0.00%
  • eflatun tonu 33.64%
  • sarı tonu 63.55%
  • ana renk tonu 58.04%
CMYK:
(0,34,64,58)
C0M34Y64K58 
(0%,34%,64%,58%)
(0.00/0.34/0.64/0.58)	

CMYK yüzdeleri

%0
%33.64
%63.55
%58.04

Codes

Color #6B4727 in popluar color models

6B4727
RGB1077139
HSL28°46.58%28.63%
HSB/HSV28°63.55%41.96%
CMYK0.00%33.64%63.55%
58.04%

Color #6B4727 in popluar number systems.

HEX6B4727
Decimal1077139
Binary11010111000111100111
Octal15310747

Shades and tints

Shades of #6B4727

#6B4727
(107,71,39)
#624124
(98,65,36)
#593B21
(89,59,33)
#50351E
(80,53,30)
#472F1B
(71,47,27)
#3E2918
(62,41,24)
#352315
(53,35,21)
#2C1D12
(44,29,18)
#23170F
(35,23,15)
#1A110C
(26,17,12)
#110B09
(17,11,9)
#000000
(0,0,0)

Tints of #6B4727

#6B4727
(107,71,39)
#78573A
(120,87,58)
#85674D
(133,103,77)
#927760
(146,119,96)
#9F8773
(159,135,115)
#AC9786
(172,151,134)
#B9A799
(185,167,153)
#C6B7AC
(198,183,172)
#D3C7BF
(211,199,191)
#E0D7D2
(224,215,210)
#EDE7E5
(237,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B4727 color. Also use rgb(107,71,39) instead hex code.

Text Font Color

.myTextColor { color: #6B4727; }

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

This text font color is #6B4727.


Background Color

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

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

This div background color is #6B4727.


Border color

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

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

This div border color is #6B4727.


Opacity

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

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

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

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

This text has shadow with #6B4727 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B4727 on black background.


Color preview on white background

This text has color #6B4727 on white background.



Black color preview on #6B4727 background

This text has black color on #6B4727 background.


White color preview on #6B4727 background

This text has white color on #6B4727 background.