COLOR #666201

HEX: #666201
RGB: (102,98,1)

Color info

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

RGB color model

#666201 color RGB value is (102,98,1).

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

RGB channels and saturation

R 102 of 255 = 40%
G 98 of 255 = 38%
B 1 of 255 = 0%

102
98
1

R + G + B ~ 26%. #666201 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 98 + 1 = 201 (100%)
R 102 of 201 ~ 50.75%
G 98 of 201 ~ 48.76%
B 1 of 201 ~ 0.5%

%50.75
%48.76

CMYK color model

#666201 color CMYK value is (0,4,99,60).

  • cyan value is 0.00%
  • magenta value is 3.92%
  • yellow value is 99.02%
  • key color value is 60.00%
CMYK:
(0,4,99,60)
C0M4Y99K60 
(0%,4%,99%,60%)
(0.00/0.04/0.99/0.60)	

CMYK percentages

%0
%3.92
%99.02
%60

Codes

Color #666201 in popluar color models

666201
RGB102981
HSL58°98.06%20.20%
HSB/HSV58°99.02%40.00%
CMYK0.00%3.92%99.02%
60.00%

Color #666201 in popluar number systems.

HEX666201
Decimal102981
Binary110011011000101
Octal1461421

Shades and tints

Shades of #666201

#666201
(102,98,1)
#5D5A01
(93,90,1)
#545201
(84,82,1)
#4B4A01
(75,74,1)
#424201
(66,66,1)
#393A01
(57,58,1)
#303201
(48,50,1)
#272A01
(39,42,1)
#1E2201
(30,34,1)
#151A01
(21,26,1)
#0C1201
(12,18,1)
#000000
(0,0,0)

Tints of #666201

#666201
(102,98,1)
#737018
(115,112,24)
#807E2F
(128,126,47)
#8D8C46
(141,140,70)
#9A9A5D
(154,154,93)
#A7A874
(167,168,116)
#B4B68B
(180,182,139)
#C1C4A2
(193,196,162)
#CED2B9
(206,210,185)
#DBE0D0
(219,224,208)
#E8EEE7
(232,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #666201; }

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

This text font color is #666201.


Background Color

.myBgColor { background-color: #666201; }

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

This div background color is #666201.


Border color

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

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

This div border color is #666201.


Opacity

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

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

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

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

This text has shadow with #666201 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #666201 on black background.


Color preview on white background

This text has color #666201 on white background.



Black color preview on #666201 background

This text has black color on #666201 background.


White color preview on #666201 background

This text has white color on #666201 background.