COLOR #6B5417

HEX: #6B5417
RGB: (107,84,23)

Color info

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

RGB color model

#6B5417 color RGB value is (107,84,23).

  • red value is 107;
  • green value is 84;
  • blue value is 23.
RGB:
(107,84,23)
(42%,33%,9%)

RGB channels and saturation

R 107 of 255 = 42%
G 84 of 255 = 33%
B 23 of 255 = 9%

107
84
23

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

Portions of RGB colors in percentages

R + G + B =
107 + 84 + 23 = 214 (100%)
R 107 of 214 ~ 50%
G 84 of 214 ~ 39.25%
B 23 of 214 ~ 10.75%

%50
%39.25
%10.75

CMYK color model

#6B5417 color CMYK value is (0,21,79,58).

  • cyan value is 0.00%
  • magenta value is 21.50%
  • yellow value is 78.50%
  • key color value is 58.04%
CMYK:
(0,21,79,58)
C0M21Y79K58 
(0%,21%,79%,58%)
(0.00/0.21/0.79/0.58)	

CMYK percentages

%0
%21.5
%78.5
%58.04

Codes

Color #6B5417 in popluar color models

6B5417
RGB1078423
HSL44°64.62%25.49%
HSB/HSV44°78.50%41.96%
CMYK0.00%21.50%78.50%
58.04%

Color #6B5417 in popluar number systems.

HEX6B5417
Decimal1078423
Binary1101011101010010111
Octal15312427

Shades and tints

Shades of #6B5417

#6B5417
(107,84,23)
#624D15
(98,77,21)
#594613
(89,70,19)
#503F11
(80,63,17)
#47380F
(71,56,15)
#3E310D
(62,49,13)
#352A0B
(53,42,11)
#2C2309
(44,35,9)
#231C07
(35,28,7)
#1A1505
(26,21,5)
#110E03
(17,14,3)
#000000
(0,0,0)

Tints of #6B5417

#6B5417
(107,84,23)
#78632C
(120,99,44)
#857241
(133,114,65)
#928156
(146,129,86)
#9F906B
(159,144,107)
#AC9F80
(172,159,128)
#B9AE95
(185,174,149)
#C6BDAA
(198,189,170)
#D3CCBF
(211,204,191)
#E0DBD4
(224,219,212)
#EDEAE9
(237,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B5417 color. Also use rgb(107,84,23) instead hex code.

Text Font Color

.myTextColor { color: #6B5417; }

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

This text font color is #6B5417.


Background Color

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

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

This div background color is #6B5417.


Border color

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

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

This div border color is #6B5417.


Opacity

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

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

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

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

This text has shadow with #6B5417 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B5417 on black background.


Color preview on white background

This text has color #6B5417 on white background.



Black color preview on #6B5417 background

This text has black color on #6B5417 background.


White color preview on #6B5417 background

This text has white color on #6B5417 background.