COLOR #683606

HEX: #683606
RGB: (104,54,6)

Color info

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

RGB color model

#683606 color RGB value is (104,54,6).

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

RGB channels and saturation

R 104 of 255 = 41%
G 54 of 255 = 21%
B 6 of 255 = 2%

104
54
6

R + G + B ~ 21%. #683606 is dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 54 + 6 = 164 (100%)
R 104 of 164 ~ 63.41%
G 54 of 164 ~ 32.93%
B 6 of 164 ~ 3.66%

%63.41
%32.93

CMYK color model

#683606 color CMYK value is (0,48,94,59).

  • cyan value is 0.00%
  • magenta value is 48.08%
  • yellow value is 94.23%
  • key color value is 59.22%
CMYK:
(0,48,94,59)
C0M48Y94K59 
(0%,48%,94%,59%)
(0.00/0.48/0.94/0.59)	

CMYK percentages

%0
%48.08
%94.23
%59.22

Codes

Color #683606 in popluar color models

683606
RGB104546
HSL29°89.09%21.57%
HSB/HSV29°94.23%40.78%
CMYK0.00%48.08%94.23%
59.22%

Color #683606 in popluar number systems.

HEX683606
Decimal104546
Binary1101000110110110
Octal150666

Shades and tints

Shades of #683606

#683606
(104,54,6)
#5F3206
(95,50,6)
#562E06
(86,46,6)
#4D2A06
(77,42,6)
#442606
(68,38,6)
#3B2206
(59,34,6)
#321E06
(50,30,6)
#291A06
(41,26,6)
#201606
(32,22,6)
#171206
(23,18,6)
#0E0E06
(14,14,6)
#000000
(0,0,0)

Tints of #683606

#683606
(104,54,6)
#75481C
(117,72,28)
#825A32
(130,90,50)
#8F6C48
(143,108,72)
#9C7E5E
(156,126,94)
#A99074
(169,144,116)
#B6A28A
(182,162,138)
#C3B4A0
(195,180,160)
#D0C6B6
(208,198,182)
#DDD8CC
(221,216,204)
#EAEAE2
(234,234,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #683606; }

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

This text font color is #683606.


Background Color

.myBgColor { background-color: #683606; }

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

This div background color is #683606.


Border color

.myBorderColor { border: 1px solid #683606; }

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

This div border color is #683606.


Opacity

.myOpacity80 { color: #683606; opacity: 0.8; }

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

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

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

This text has shadow with #683606 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #683606 on black background.


Color preview on white background

This text has color #683606 on white background.



Black color preview on #683606 background

This text has black color on #683606 background.


White color preview on #683606 background

This text has white color on #683606 background.