COLOR #646E06

HEX: #646E06 RGB: (100,110,6)

Color info

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

RGB color model

#646E06 color RGB value is (100,110,6).

RGB: (100,110,6) (39%, 43%, 2%)

RGB channels and saturation

R 100 of 255 = 39%
G 110 of 255 = 43%
B 6 of 255 = 2%

100
110
6

R + G + B ~ 28%. #646E06 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 100 + 110 + 6 = 216 (100%)
R 100 of 216 ~ 46.3%
G 110 of 216 ~ 50.93%
B 6 of 216 ~ 2.78'%

%46.3
%50.93

CMYK color model

#646E06 color CMYK value is (9,0,95,57).

  • cyan value is 9.09%
  • magenta value is 0.00%
  • yellow value is 94.55%
  • key color value is 56.86%

CMYK: (9,0,95,57)
C9M0Y95K57 (9%, 0%, 95%, 57%)
(0.09 / 0.00 / 0.95 / 0.57)

CMYK percentages

%9.09
%0
%94.55
%56.86

Codes

Color #646E06 in popluar color models

64 6E 06
RGB 100 110 6
HSL 66° 89.66% 22.75%
HSB/HSV 66° 94.55% 43.14%
CMYK 9.09% 0.00% 94.55%
56.86%

Color #646E06 in popluar number systems.

HEX 64 6E 06
Decimal 100 110 6
Binary 1100100 1101110 110
Octal 144 156 6

Shades and tints

Shades of #646E06

#646E06
(100,110,6)
#5B6406
(91,100,6)
#525A06
(82,90,6)
#495006
(73,80,6)
#404606
(64,70,6)
#373C06
(55,60,6)
#2E3206
(46,50,6)
#252806
(37,40,6)
#1C1E06
(28,30,6)
#131406
(19,20,6)
#0A0A06
(10,10,6)
#000000
(0,0,0)

Tints of #646E06

#646E06
(100,110,6)
#727B1C
(114,123,28)
#808832
(128,136,50)
#8E9548
(142,149,72)
#9CA25E
(156,162,94)
#AAAF74
(170,175,116)
#B8BC8A
(184,188,138)
#C6C9A0
(198,201,160)
#D4D6B6
(212,214,182)
#E2E3CC
(226,227,204)
#F0F0E2
(240,240,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #646E06 color. Also use rgb(100,110,6) instead hex code.

Text Font Color

.myTextColor { color: #646E06; }

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

This text font color is #646E06.

Background Color

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

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

This div background color is #646E06.

Border color

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

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

This div border color is #646E06.

Opacity

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

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

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

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

This text has shadow with #646E06 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #646E06.

Preview

Color preview on black background

This text has color #646E06 on black background.


Color preview on white background

This text has color #646E06 on white background.


Black color preview on #646E06 background

This text has black color on #646E06 background.


White color preview on #646E06 background

This text has white color on #646E06 background.


Related colors

Complementary color

Complementary color for #hex is #9B91F9.


I love getcolorcode.com

Triadic colors

1 #06646E and #6E0664 with #646E06 are triadic colors.

2 #066E64 and #6E6406 with #646E06 are triadic colors.