COLOR #606001

HEX: #606001
RGB: (96,96,1)

Color info

#606001 contains mainly red and green colors. Web safe color of #606001 is #666600 (or #660).

RGB color model

#606001 color RGB value is (96,96,1).

  • red value is 96;
  • green value is 96;
  • blue value is 1.
RGB:
(96,96,1)
(38%,38%,0%)

RGB channels and saturation

R 96 of 255 = 38%
G 96 of 255 = 38%
B 1 of 255 = 0%

96
96
1

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

Portions of RGB colors in percentages

R + G + B =
96 + 96 + 1 = 193 (100%)
R 96 of 193 ~ 49.74%
G 96 of 193 ~ 49.74%
B 1 of 193 ~ 0.52%

%49.74
%49.74

CMYK color model

#606001 color CMYK value is (0,0,99,62).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 98.96%
  • key color value is 62.35%
CMYK:
(0,0,99,62)
C0M0Y99K62 
(0%,0%,99%,62%)
(0.00/0.00/0.99/0.62)	

CMYK percentages

%0
%0
%98.96
%62.35

Codes

Color #606001 in popluar color models

606001
RGB96961
HSL60°97.94%19.02%
HSB/HSV60°98.96%37.65%
CMYK0.00%0.00%98.96%
62.35%

Color #606001 in popluar number systems.

HEX606001
Decimal96961
Binary110000011000001
Octal1401401

Shades and tints

Shades of #606001

#606001
(96,96,1)
#585801
(88,88,1)
#505001
(80,80,1)
#484801
(72,72,1)
#404001
(64,64,1)
#383801
(56,56,1)
#303001
(48,48,1)
#282801
(40,40,1)
#202001
(32,32,1)
#181801
(24,24,1)
#101001
(16,16,1)
#000000
(0,0,0)

Tints of #606001

#606001
(96,96,1)
#6E6E18
(110,110,24)
#7C7C2F
(124,124,47)
#8A8A46
(138,138,70)
#98985D
(152,152,93)
#A6A674
(166,166,116)
#B4B48B
(180,180,139)
#C2C2A2
(194,194,162)
#D0D0B9
(208,208,185)
#DEDED0
(222,222,208)
#ECECE7
(236,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #606001 color. Also use rgb(96,96,1) instead hex code.

Text Font Color

.myTextColor { color: #606001; }

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

This text font color is #606001.


Background Color

.myBgColor { background-color: #606001; }

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

This div background color is #606001.


Border color

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

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

This div border color is #606001.


Opacity

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

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

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

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

This text has shadow with #606001 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #606001 on black background.


Color preview on white background

This text has color #606001 on white background.



Black color preview on #606001 background

This text has black color on #606001 background.


White color preview on #606001 background

This text has white color on #606001 background.