COLOR #6B4606

HEX: #6B4606
RGB: (107,70,6)

Color info

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

RGB color model

#6B4606 color RGB value is (107,70,6).

  • red value is 107;
  • green value is 70;
  • blue value is 6.
RGB:
(107,70,6)
(42%,27%,2%)

RGB channels and saturation

R 107 of 255 = 42%
G 70 of 255 = 27%
B 6 of 255 = 2%

107
70
6

R + G + B ~ 24%. #6B4606 is dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 70 + 6 = 183 (100%)
R 107 of 183 ~ 58.47%
G 70 of 183 ~ 38.25%
B 6 of 183 ~ 3.28%

%58.47
%38.25

CMYK color model

#6B4606 color CMYK value is (0,35,94,58).

  • cyan value is 0.00%
  • magenta value is 34.58%
  • yellow value is 94.39%
  • key color value is 58.04%
CMYK:
(0,35,94,58)
C0M35Y94K58 
(0%,35%,94%,58%)
(0.00/0.35/0.94/0.58)	

CMYK percentages

%0
%34.58
%94.39
%58.04

Codes

Color #6B4606 in popluar color models

6B4606
RGB107706
HSL38°89.38%22.16%
HSB/HSV38°94.39%41.96%
CMYK0.00%34.58%94.39%
58.04%

Color #6B4606 in popluar number systems.

HEX6B4606
Decimal107706
Binary11010111000110110
Octal1531066

Shades and tints

Shades of #6B4606

#6B4606
(107,70,6)
#624006
(98,64,6)
#593A06
(89,58,6)
#503406
(80,52,6)
#472E06
(71,46,6)
#3E2806
(62,40,6)
#352206
(53,34,6)
#2C1C06
(44,28,6)
#231606
(35,22,6)
#1A1006
(26,16,6)
#110A06
(17,10,6)
#000000
(0,0,0)

Tints of #6B4606

#6B4606
(107,70,6)
#78561C
(120,86,28)
#856632
(133,102,50)
#927648
(146,118,72)
#9F865E
(159,134,94)
#AC9674
(172,150,116)
#B9A68A
(185,166,138)
#C6B6A0
(198,182,160)
#D3C6B6
(211,198,182)
#E0D6CC
(224,214,204)
#EDE6E2
(237,230,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B4606; }

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

This text font color is #6B4606.


Background Color

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

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

This div background color is #6B4606.


Border color

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

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

This div border color is #6B4606.


Opacity

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

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

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

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

This text has shadow with #6B4606 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B4606 on black background.


Color preview on white background

This text has color #6B4606 on white background.



Black color preview on #6B4606 background

This text has black color on #6B4606 background.


White color preview on #6B4606 background

This text has white color on #6B4606 background.