COLOR #646B37

HEX: #646B37 RGB: (100,107,55)

Color info

#646B37 contains red, green and blue colors in about the same proportion. Web safe color of #646B37 is #666633 (or #663).

RGB color model

#646B37 color RGB value is (100,107,55).

RGB: (100,107,55) (39%, 42%, 22%)

RGB channels and saturation

R 100 of 255 = 39%
G 107 of 255 = 42%
B 55 of 255 = 22%

100
107
55

R + G + B ~ 34%. #646B37 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 100 + 107 + 55 = 262 (100%)
R 100 of 262 ~ 38.17%
G 107 of 262 ~ 40.84%
B 55 of 262 ~ 20.99'%

%38.17
%40.84
%20.99

CMYK color model

#646B37 color CMYK value is (7,0,49,58).

  • cyan value is 6.54%
  • magenta value is 0.00%
  • yellow value is 48.60%
  • key color value is 58.04%
CMYK: (7,0,49,58) C7M0Y49K58 (7%,0%,49%,58%) (0.07/0.00/0.49/0.58) 

CMYK percentages

%6.54
%0
%48.6
%58.04

Codes

Color #646B37 in popluar color models

64 6B 37
RGB 100 107 55
HSL 68° 32.10% 31.76%
HSB/HSV 68° 48.60% 41.96%
CMYK 6.54% 0.00% 48.60%
58.04%

Color #646B37 in popluar number systems.

HEX 64 6B 37
Decimal 100 107 55
Binary 1100100 1101011 110111
Octal 144 153 67

Shades and tints

Shades of #646B37

#646B37
(100,107,55)
#5B6232
(91,98,50)
#52592D
(82,89,45)
#495028
(73,80,40)
#404723
(64,71,35)
#373E1E
(55,62,30)
#2E3519
(46,53,25)
#252C14
(37,44,20)
#1C230F
(28,35,15)
#131A0A
(19,26,10)
#0A1105
(10,17,5)
#000000
(0,0,0)

Tints of #646B37

#646B37
(100,107,55)
#727849
(114,120,73)
#80855B
(128,133,91)
#8E926D
(142,146,109)
#9C9F7F
(156,159,127)
#AAAC91
(170,172,145)
#B8B9A3
(184,185,163)
#C6C6B5
(198,198,181)
#D4D3C7
(212,211,199)
#E2E0D9
(226,224,217)
#F0EDEB
(240,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #646B37 color. Also use rgb(100,107,55) instead hex code.

Text Font Color

.myTextColor { color: #646B37; }

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

This text font color is #646B37.

Background Color

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

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

This div background color is #646B37.

Border color

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

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

This div border color is #646B37.

Opacity

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

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

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

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

This text has shadow with #646B37 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #646B37.

Preview

Color preview on black background

This text has color #646B37 on black background.


Color preview on white background

This text has color #646B37 on white background.


Black color preview on #646B37 background

This text has black color on #646B37 background.


White color preview on #646B37 background

This text has white color on #646B37 background.


Related colors

Complementary color

Complementary color for #hex is #9B94C8.


I love getcolorcode.com

Triadic colors

1 #37646B and #6B3764 with #646B37 are triadic colors.

2 #376B64 and #6B6437 with #646B37 are triadic colors.