COLOR #6B4713

HEX: #6B4713
RGB: (107,71,19)

Renk bilgisi

#6B4713 contains mainly red and green colors. #6B4713 ‘ nin web güvenlik rengi #663300 (ya da #630) dir.

RGB renk modeli

#6B4713 color RGB value is (107,71,19).

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

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 71 of 255 = 28%
B 19 of 255 = 7%

107
71
19

R + G + B ~ 26%. #6B4713 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 71 + 19 = 197 (100%)
R 107 of 197 ~ 54.31%
G 71 of 197 ~ 36.04%
B 19 of 197 ~ 9.64%

%54.31
%36.04
%9.64

CMYK RENK MODELİ

#6B4713 rengi CMYK tonu (0,34,82,58).

  • camgöbeği tonu 0.00%
  • eflatun tonu 33.64%
  • sarı tonu 82.24%
  • ana renk tonu 58.04%
CMYK:
(0,34,82,58)
C0M34Y82K58 
(0%,34%,82%,58%)
(0.00/0.34/0.82/0.58)	

CMYK yüzdeleri

%0
%33.64
%82.24
%58.04

Codes

Color #6B4713 in popluar color models

6B4713
RGB1077119
HSL35°69.84%24.71%
HSB/HSV35°82.24%41.96%
CMYK0.00%33.64%82.24%
58.04%

Color #6B4713 in popluar number systems.

HEX6B4713
Decimal1077119
Binary1101011100011110011
Octal15310723

Shades and tints

Shades of #6B4713

#6B4713
(107,71,19)
#624112
(98,65,18)
#593B11
(89,59,17)
#503510
(80,53,16)
#472F0F
(71,47,15)
#3E290E
(62,41,14)
#35230D
(53,35,13)
#2C1D0C
(44,29,12)
#23170B
(35,23,11)
#1A110A
(26,17,10)
#110B09
(17,11,9)
#000000
(0,0,0)

Tints of #6B4713

#6B4713
(107,71,19)
#785728
(120,87,40)
#85673D
(133,103,61)
#927752
(146,119,82)
#9F8767
(159,135,103)
#AC977C
(172,151,124)
#B9A791
(185,167,145)
#C6B7A6
(198,183,166)
#D3C7BB
(211,199,187)
#E0D7D0
(224,215,208)
#EDE7E5
(237,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B4713; }

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

This text font color is #6B4713.


Background Color

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

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

This div background color is #6B4713.


Border color

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

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

This div border color is #6B4713.


Opacity

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

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

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

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

This text has shadow with #6B4713 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B4713 on black background.


Color preview on white background

This text has color #6B4713 on white background.



Black color preview on #6B4713 background

This text has black color on #6B4713 background.


White color preview on #6B4713 background

This text has white color on #6B4713 background.