COLOR #6B4815

HEX: #6B4815
RGB: (107,72,21)

Renk bilgisi

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

RGB renk modeli

#6B4815 color RGB value is (107,72,21).

  • kırmız ton 107;
  • yeşil ton 72;
  • mavi ton 21.
RGB:
(107,72,21)
(42%,28%,8%)

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 72 of 255 = 28%
B 21 of 255 = 8%

107
72
21

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

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 72 + 21 = 200 (100%)
R 107 of 200 ~ 53.5%
G 72 of 200 ~ 36%
B 21 of 200 ~ 10.5%

%53.5
%36
%10.5

CMYK RENK MODELİ

#6B4815 rengi CMYK tonu (0,33,80,58).

  • camgöbeği tonu 0.00%
  • eflatun tonu 32.71%
  • sarı tonu 80.37%
  • ana renk tonu 58.04%
CMYK:
(0,33,80,58)
C0M33Y80K58 
(0%,33%,80%,58%)
(0.00/0.33/0.80/0.58)	

CMYK yüzdeleri

%0
%32.71
%80.37
%58.04

Codes

Color #6B4815 in popluar color models

6B4815
RGB1077221
HSL36°67.19%25.10%
HSB/HSV36°80.37%41.96%
CMYK0.00%32.71%80.37%
58.04%

Color #6B4815 in popluar number systems.

HEX6B4815
Decimal1077221
Binary1101011100100010101
Octal15311025

Shades and tints

Shades of #6B4815

#6B4815
(107,72,21)
#624214
(98,66,20)
#593C13
(89,60,19)
#503612
(80,54,18)
#473011
(71,48,17)
#3E2A10
(62,42,16)
#35240F
(53,36,15)
#2C1E0E
(44,30,14)
#23180D
(35,24,13)
#1A120C
(26,18,12)
#110C0B
(17,12,11)
#000000
(0,0,0)

Tints of #6B4815

#6B4815
(107,72,21)
#78582A
(120,88,42)
#85683F
(133,104,63)
#927854
(146,120,84)
#9F8869
(159,136,105)
#AC987E
(172,152,126)
#B9A893
(185,168,147)
#C6B8A8
(198,184,168)
#D3C8BD
(211,200,189)
#E0D8D2
(224,216,210)
#EDE8E7
(237,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B4815 color. Also use rgb(107,72,21) instead hex code.

Text Font Color

.myTextColor { color: #6B4815; }

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

This text font color is #6B4815.


Background Color

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

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

This div background color is #6B4815.


Border color

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

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

This div border color is #6B4815.


Opacity

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

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

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

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

This text has shadow with #6B4815 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B4815 on black background.


Color preview on white background

This text has color #6B4815 on white background.



Black color preview on #6B4815 background

This text has black color on #6B4815 background.


White color preview on #6B4815 background

This text has white color on #6B4815 background.