COLOR #646221

HEX: #646221
RGB: (100,98,33)

Color info

#646221 contains mainly red and green colors. Web safe color of #646221 is #666633 (or #663).

RGB color model

#646221 color RGB value is (100,98,33).

  • red value is 100;
  • green value is 98;
  • blue value is 33.
RGB:
(100,98,33)
(39%,38%,13%)

RGB channels and saturation

R 100 of 255 = 39%
G 98 of 255 = 38%
B 33 of 255 = 13%

100
98
33

R + G + B ~ 30%. #646221 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
100 + 98 + 33 = 231 (100%)
R 100 of 231 ~ 43.29%
G 98 of 231 ~ 42.42%
B 33 of 231 ~ 14.29%

%43.29
%42.42
%14.29

CMYK color model

#646221 color CMYK value is (0,2,67,61).

  • cyan value is 0.00%
  • magenta value is 2.00%
  • yellow value is 67.00%
  • key color value is 60.78%
CMYK:
(0,2,67,61)
C0M2Y67K61 
(0%,2%,67%,61%)
(0.00/0.02/0.67/0.61)	

CMYK percentages

%0
%2
%67
%60.78

Codes

Color #646221 in popluar color models

646221
RGB1009833
HSL58°50.38%26.08%
HSB/HSV58°67.00%39.22%
CMYK0.00%2.00%67.00%
60.78%

Color #646221 in popluar number systems.

HEX646221
Decimal1009833
Binary11001001100010100001
Octal14414241

Shades and tints

Shades of #646221

#646221
(100,98,33)
#5B5A1E
(91,90,30)
#52521B
(82,82,27)
#494A18
(73,74,24)
#404215
(64,66,21)
#373A12
(55,58,18)
#2E320F
(46,50,15)
#252A0C
(37,42,12)
#1C2209
(28,34,9)
#131A06
(19,26,6)
#0A1203
(10,18,3)
#000000
(0,0,0)

Tints of #646221

#646221
(100,98,33)
#727035
(114,112,53)
#807E49
(128,126,73)
#8E8C5D
(142,140,93)
#9C9A71
(156,154,113)
#AAA885
(170,168,133)
#B8B699
(184,182,153)
#C6C4AD
(198,196,173)
#D4D2C1
(212,210,193)
#E2E0D5
(226,224,213)
#F0EEE9
(240,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #646221 color. Also use rgb(100,98,33) instead hex code.

Text Font Color

.myTextColor { color: #646221; }

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

This text font color is #646221.


Background Color

.myBgColor { background-color: #646221; }

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

This div background color is #646221.


Border color

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

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

This div border color is #646221.


Opacity

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

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

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

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

This text has shadow with #646221 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #646221 on black background.


Color preview on white background

This text has color #646221 on white background.



Black color preview on #646221 background

This text has black color on #646221 background.


White color preview on #646221 background

This text has white color on #646221 background.