COLOR #6B5911

HEX: #6B5911
RGB: (107,89,17)

Color info

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

RGB color model

#6B5911 color RGB value is (107,89,17).

  • red value is 107;
  • green value is 89;
  • blue value is 17.
RGB:
(107,89,17)
(42%,35%,7%)

RGB channels and saturation

R 107 of 255 = 42%
G 89 of 255 = 35%
B 17 of 255 = 7%

107
89
17

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

Portions of RGB colors in percentages

R + G + B =
107 + 89 + 17 = 213 (100%)
R 107 of 213 ~ 50.23%
G 89 of 213 ~ 41.78%
B 17 of 213 ~ 7.98%

%50.23
%41.78

CMYK color model

#6B5911 color CMYK value is (0,17,84,58).

  • cyan value is 0.00%
  • magenta value is 16.82%
  • yellow value is 84.11%
  • key color value is 58.04%
CMYK:
(0,17,84,58)
C0M17Y84K58 
(0%,17%,84%,58%)
(0.00/0.17/0.84/0.58)	

CMYK percentages

%0
%16.82
%84.11
%58.04

Codes

Color #6B5911 in popluar color models

6B5911
RGB1078917
HSL48°72.58%24.31%
HSB/HSV48°84.11%41.96%
CMYK0.00%16.82%84.11%
58.04%

Color #6B5911 in popluar number systems.

HEX6B5911
Decimal1078917
Binary1101011101100110001
Octal15313121

Shades and tints

Shades of #6B5911

#6B5911
(107,89,17)
#625110
(98,81,16)
#59490F
(89,73,15)
#50410E
(80,65,14)
#47390D
(71,57,13)
#3E310C
(62,49,12)
#35290B
(53,41,11)
#2C210A
(44,33,10)
#231909
(35,25,9)
#1A1108
(26,17,8)
#110907
(17,9,7)
#000000
(0,0,0)

Tints of #6B5911

#6B5911
(107,89,17)
#786826
(120,104,38)
#85773B
(133,119,59)
#928650
(146,134,80)
#9F9565
(159,149,101)
#ACA47A
(172,164,122)
#B9B38F
(185,179,143)
#C6C2A4
(198,194,164)
#D3D1B9
(211,209,185)
#E0E0CE
(224,224,206)
#EDEFE3
(237,239,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B5911 color. Also use rgb(107,89,17) instead hex code.

Text Font Color

.myTextColor { color: #6B5911; }

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

This text font color is #6B5911.


Background Color

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

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

This div background color is #6B5911.


Border color

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

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

This div border color is #6B5911.


Opacity

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

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

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

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

This text has shadow with #6B5911 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B5911 on black background.


Color preview on white background

This text has color #6B5911 on white background.



Black color preview on #6B5911 background

This text has black color on #6B5911 background.


White color preview on #6B5911 background

This text has white color on #6B5911 background.