COLOR #684A06

HEX: #684A06
RGB: (104,74,6)

Color info

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

RGB color model

#684A06 color RGB value is (104,74,6).

  • red value is 104;
  • green value is 74;
  • blue value is 6.
RGB:
(104,74,6)
(41%,29%,2%)

RGB channels and saturation

R 104 of 255 = 41%
G 74 of 255 = 29%
B 6 of 255 = 2%

104
74
6

R + G + B ~ 24%. #684A06 is dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 74 + 6 = 184 (100%)
R 104 of 184 ~ 56.52%
G 74 of 184 ~ 40.22%
B 6 of 184 ~ 3.26%

%56.52
%40.22

CMYK color model

#684A06 color CMYK value is (0,29,94,59).

  • cyan value is 0.00%
  • magenta value is 28.85%
  • yellow value is 94.23%
  • key color value is 59.22%
CMYK:
(0,29,94,59)
C0M29Y94K59 
(0%,29%,94%,59%)
(0.00/0.29/0.94/0.59)	

CMYK percentages

%0
%28.85
%94.23
%59.22

Codes

Color #684A06 in popluar color models

684A06
RGB104746
HSL42°89.09%21.57%
HSB/HSV42°94.23%40.78%
CMYK0.00%28.85%94.23%
59.22%

Color #684A06 in popluar number systems.

HEX684A06
Decimal104746
Binary11010001001010110
Octal1501126

Shades and tints

Shades of #684A06

#684A06
(104,74,6)
#5F4406
(95,68,6)
#563E06
(86,62,6)
#4D3806
(77,56,6)
#443206
(68,50,6)
#3B2C06
(59,44,6)
#322606
(50,38,6)
#292006
(41,32,6)
#201A06
(32,26,6)
#171406
(23,20,6)
#0E0E06
(14,14,6)
#000000
(0,0,0)

Tints of #684A06

#684A06
(104,74,6)
#755A1C
(117,90,28)
#826A32
(130,106,50)
#8F7A48
(143,122,72)
#9C8A5E
(156,138,94)
#A99A74
(169,154,116)
#B6AA8A
(182,170,138)
#C3BAA0
(195,186,160)
#D0CAB6
(208,202,182)
#DDDACC
(221,218,204)
#EAEAE2
(234,234,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #684A06 color. Also use rgb(104,74,6) instead hex code.

Text Font Color

.myTextColor { color: #684A06; }

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

This text font color is #684A06.


Background Color

.myBgColor { background-color: #684A06; }

<div style="background-color:#684A06">Inner text</div>

This div background color is #684A06.


Border color

.myBorderColor { border: 1px solid #684A06; }

<div style="border:3px solid #684A06">Div</div>

This div border color is #684A06.


Opacity

.myOpacity80 { color: #684A06; opacity: 0.8; }

<p style="color:#684A06;opacity:0.8;">80%</p>

Text with #684A06 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 #684A06;}

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

This text has shadow with #684A06 color.

.textShadow {text-shadow: 3px 3px 1px #684A06, 3px 3px 1px red;}

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

This text has shadow with #684A06 primary color and red secondary color.


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

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

This text has shadow with #684A06 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #684A06 on black background.


Color preview on white background

This text has color #684A06 on white background.



Black color preview on #684A06 background

This text has black color on #684A06 background.


White color preview on #684A06 background

This text has white color on #684A06 background.