COLOR #601E06

HEX: #601E06
RGB: (96,30,6)

Color info

#601E06 contains mainly red color. Web safe color of #601E06 is #663300 (or #630).

RGB color model

#601E06 color RGB value is (96,30,6).

  • red value is 96;
  • green value is 30;
  • blue value is 6.
RGB:
(96,30,6)
(38%,12%,2%)

RGB channels and saturation

R 96 of 255 = 38%
G 30 of 255 = 12%
B 6 of 255 = 2%

96
30
6

R + G + B ~ 17%. #601E06 is dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 30 + 6 = 132 (100%)
R 96 of 132 ~ 72.73%
G 30 of 132 ~ 22.73%
B 6 of 132 ~ 4.55%

%72.73
%22.73

CMYK color model

#601E06 color CMYK value is (0,69,94,62).

  • cyan value is 0.00%
  • magenta value is 68.75%
  • yellow value is 93.75%
  • key color value is 62.35%
CMYK:
(0,69,94,62)
C0M69Y94K62 
(0%,69%,94%,62%)
(0.00/0.69/0.94/0.62)	

CMYK percentages

%0
%68.75
%93.75
%62.35

Codes

Color #601E06 in popluar color models

601E06
RGB96306
HSL16°88.24%20.00%
HSB/HSV16°93.75%37.65%
CMYK0.00%68.75%93.75%
62.35%

Color #601E06 in popluar number systems.

HEX601E06
Decimal96306
Binary110000011110110
Octal140366

Shades and tints

Shades of #601E06

#601E06
(96,30,6)
#581C06
(88,28,6)
#501A06
(80,26,6)
#481806
(72,24,6)
#401606
(64,22,6)
#381406
(56,20,6)
#301206
(48,18,6)
#281006
(40,16,6)
#200E06
(32,14,6)
#180C06
(24,12,6)
#100A06
(16,10,6)
#000000
(0,0,0)

Tints of #601E06

#601E06
(96,30,6)
#6E321C
(110,50,28)
#7C4632
(124,70,50)
#8A5A48
(138,90,72)
#986E5E
(152,110,94)
#A68274
(166,130,116)
#B4968A
(180,150,138)
#C2AAA0
(194,170,160)
#D0BEB6
(208,190,182)
#DED2CC
(222,210,204)
#ECE6E2
(236,230,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #601E06 color. Also use rgb(96,30,6) instead hex code.

Text Font Color

.myTextColor { color: #601E06; }

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

This text font color is #601E06.


Background Color

.myBgColor { background-color: #601E06; }

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

This div background color is #601E06.


Border color

.myBorderColor { border: 1px solid #601E06; }

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

This div border color is #601E06.


Opacity

.myOpacity80 { color: #601E06; opacity: 0.8; }

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

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

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

This text has shadow with #601E06 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #601E06 on black background.


Color preview on white background

This text has color #601E06 on white background.



Black color preview on #601E06 background

This text has black color on #601E06 background.


White color preview on #601E06 background

This text has white color on #601E06 background.