COLOR #646009

HEX: #646009
RGB: (100,96,9)

Color info

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

RGB color model

#646009 color RGB value is (100,96,9).

  • red value is 100;
  • green value is 96;
  • blue value is 9.
RGB:
(100,96,9)
(39%,38%,4%)

RGB channels and saturation

R 100 of 255 = 39%
G 96 of 255 = 38%
B 9 of 255 = 4%

100
96
9

R + G + B ~ 27%. #646009 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
100 + 96 + 9 = 205 (100%)
R 100 of 205 ~ 48.78%
G 96 of 205 ~ 46.83%
B 9 of 205 ~ 4.39%

%48.78
%46.83

CMYK color model

#646009 color CMYK value is (0,4,91,61).

  • cyan value is 0.00%
  • magenta value is 4.00%
  • yellow value is 91.00%
  • key color value is 60.78%
CMYK:
(0,4,91,61)
C0M4Y91K61 
(0%,4%,91%,61%)
(0.00/0.04/0.91/0.61)	

CMYK percentages

%0
%4
%91
%60.78

Codes

Color #646009 in popluar color models

646009
RGB100969
HSL57°83.49%21.37%
HSB/HSV57°91.00%39.22%
CMYK0.00%4.00%91.00%
60.78%

Color #646009 in popluar number systems.

HEX646009
Decimal100969
Binary110010011000001001
Octal14414011

Shades and tints

Shades of #646009

#646009
(100,96,9)
#5B5809
(91,88,9)
#525009
(82,80,9)
#494809
(73,72,9)
#404009
(64,64,9)
#373809
(55,56,9)
#2E3009
(46,48,9)
#252809
(37,40,9)
#1C2009
(28,32,9)
#131809
(19,24,9)
#0A1009
(10,16,9)
#000000
(0,0,0)

Tints of #646009

#646009
(100,96,9)
#726E1F
(114,110,31)
#807C35
(128,124,53)
#8E8A4B
(142,138,75)
#9C9861
(156,152,97)
#AAA677
(170,166,119)
#B8B48D
(184,180,141)
#C6C2A3
(198,194,163)
#D4D0B9
(212,208,185)
#E2DECF
(226,222,207)
#F0ECE5
(240,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #646009; }

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

This text font color is #646009.


Background Color

.myBgColor { background-color: #646009; }

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

This div background color is #646009.


Border color

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

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

This div border color is #646009.


Opacity

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

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

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

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

This text has shadow with #646009 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #646009 on black background.


Color preview on white background

This text has color #646009 on white background.



Black color preview on #646009 background

This text has black color on #646009 background.


White color preview on #646009 background

This text has white color on #646009 background.