COLOR #6B4011

HEX: #6B4011
RGB: (107,64,17)

Color info

#6B4011 contains mainly red and green colors. Web safe color of #6B4011 is #663300 (or #630).

RGB color model

#6B4011 color RGB value is (107,64,17).

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

RGB channels and saturation

R 107 of 255 = 42%
G 64 of 255 = 25%
B 17 of 255 = 7%

107
64
17

R + G + B ~ 25%. #6B4011 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 64 + 17 = 188 (100%)
R 107 of 188 ~ 56.91%
G 64 of 188 ~ 34.04%
B 17 of 188 ~ 9.04%

%56.91
%34.04

CMYK color model

#6B4011 color CMYK value is (0,40,84,58).

  • cyan value is 0.00%
  • magenta value is 40.19%
  • yellow value is 84.11%
  • key color value is 58.04%
CMYK:
(0,40,84,58)
C0M40Y84K58 
(0%,40%,84%,58%)
(0.00/0.40/0.84/0.58)	

CMYK percentages

%0
%40.19
%84.11
%58.04

Codes

Color #6B4011 in popluar color models

6B4011
RGB1076417
HSL31°72.58%24.31%
HSB/HSV31°84.11%41.96%
CMYK0.00%40.19%84.11%
58.04%

Color #6B4011 in popluar number systems.

HEX6B4011
Decimal1076417
Binary1101011100000010001
Octal15310021

Shades and tints

Shades of #6B4011

#6B4011
(107,64,17)
#623B10
(98,59,16)
#59360F
(89,54,15)
#50310E
(80,49,14)
#472C0D
(71,44,13)
#3E270C
(62,39,12)
#35220B
(53,34,11)
#2C1D0A
(44,29,10)
#231809
(35,24,9)
#1A1308
(26,19,8)
#110E07
(17,14,7)
#000000
(0,0,0)

Tints of #6B4011

#6B4011
(107,64,17)
#785126
(120,81,38)
#85623B
(133,98,59)
#927350
(146,115,80)
#9F8465
(159,132,101)
#AC957A
(172,149,122)
#B9A68F
(185,166,143)
#C6B7A4
(198,183,164)
#D3C8B9
(211,200,185)
#E0D9CE
(224,217,206)
#EDEAE3
(237,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B4011; }

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

This text font color is #6B4011.


Background Color

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

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

This div background color is #6B4011.


Border color

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

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

This div border color is #6B4011.


Opacity

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

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

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

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

This text has shadow with #6B4011 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B4011 on black background.


Color preview on white background

This text has color #6B4011 on white background.



Black color preview on #6B4011 background

This text has black color on #6B4011 background.


White color preview on #6B4011 background

This text has white color on #6B4011 background.