COLOR #6B5C13

HEX: #6B5C13
RGB: (107,92,19)

Color info

#6B5C13 contains mainly red and green colors. Web safe color of #6B5C13 is #666600 (or #660).

RGB color model

#6B5C13 color RGB value is (107,92,19).

  • red value is 107;
  • green value is 92;
  • blue value is 19.
RGB:
(107,92,19)
(42%,36%,7%)

RGB channels and saturation

R 107 of 255 = 42%
G 92 of 255 = 36%
B 19 of 255 = 7%

107
92
19

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

Portions of RGB colors in percentages

R + G + B =
107 + 92 + 19 = 218 (100%)
R 107 of 218 ~ 49.08%
G 92 of 218 ~ 42.2%
B 19 of 218 ~ 8.72%

%49.08
%42.2

CMYK color model

#6B5C13 color CMYK value is (0,14,82,58).

  • cyan value is 0.00%
  • magenta value is 14.02%
  • yellow value is 82.24%
  • key color value is 58.04%
CMYK:
(0,14,82,58)
C0M14Y82K58 
(0%,14%,82%,58%)
(0.00/0.14/0.82/0.58)	

CMYK percentages

%0
%14.02
%82.24
%58.04

Codes

Color #6B5C13 in popluar color models

6B5C13
RGB1079219
HSL50°69.84%24.71%
HSB/HSV50°82.24%41.96%
CMYK0.00%14.02%82.24%
58.04%

Color #6B5C13 in popluar number systems.

HEX6B5C13
Decimal1079219
Binary1101011101110010011
Octal15313423

Shades and tints

Shades of #6B5C13

#6B5C13
(107,92,19)
#625412
(98,84,18)
#594C11
(89,76,17)
#504410
(80,68,16)
#473C0F
(71,60,15)
#3E340E
(62,52,14)
#352C0D
(53,44,13)
#2C240C
(44,36,12)
#231C0B
(35,28,11)
#1A140A
(26,20,10)
#110C09
(17,12,9)
#000000
(0,0,0)

Tints of #6B5C13

#6B5C13
(107,92,19)
#786A28
(120,106,40)
#85783D
(133,120,61)
#928652
(146,134,82)
#9F9467
(159,148,103)
#ACA27C
(172,162,124)
#B9B091
(185,176,145)
#C6BEA6
(198,190,166)
#D3CCBB
(211,204,187)
#E0DAD0
(224,218,208)
#EDE8E5
(237,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B5C13; }

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

This text font color is #6B5C13.


Background Color

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

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

This div background color is #6B5C13.


Border color

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

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

This div border color is #6B5C13.


Opacity

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

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

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

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

This text has shadow with #6B5C13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B5C13 on black background.


Color preview on white background

This text has color #6B5C13 on white background.



Black color preview on #6B5C13 background

This text has black color on #6B5C13 background.


White color preview on #6B5C13 background

This text has white color on #6B5C13 background.