COLOR #664B20

HEX: #664B20 RGB: (102,75,32)

Color info

#664B20 contains mainly red and green colors. Web safe color of #664B20 is #663333 (or #633).

RGB color model

#664B20 color RGB value is (102,75,32).

RGB: (102,75,32) (40%, 29%, 13%)

RGB channels and saturation

R 102 of 255 = 40%
G 75 of 255 = 29%
B 32 of 255 = 13%

102
75
32

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

Portions of RGB colors in percentages

R + G + B = 102 + 75 + 32 = 209 (100%)
R 102 of 209 ~ 48.8%
G 75 of 209 ~ 35.89%
B 32 of 209 ~ 15.31'%

%48.8
%35.89
%15.31

CMYK color model

#664B20 color CMYK value is (0,26,69,60).

  • cyan value is 0.00%
  • magenta value is 26.47%
  • yellow value is 68.63%
  • key color value is 60.00%

CMYK: (0,26,69,60)
C0M26Y69K60 (0%, 26%, 69%, 60%)
(0.00 / 0.26 / 0.69 / 0.60)

CMYK percentages

%0
%26.47
%68.63
%60

Codes

Color #664B20 in popluar color models

66 4B 20
RGB 102 75 32
HSL 37° 52.24% 26.27%
HSB/HSV 37° 68.63% 40.00%
CMYK 0.00% 26.47% 68.63%
60.00%

Color #664B20 in popluar number systems.

HEX 66 4B 20
Decimal 102 75 32
Binary 1100110 1001011 100000
Octal 146 113 40

Shades and tints

Shades of #664B20

#664B20
(102,75,32)
#5D451E
(93,69,30)
#543F1C
(84,63,28)
#4B391A
(75,57,26)
#423318
(66,51,24)
#392D16
(57,45,22)
#302714
(48,39,20)
#272112
(39,33,18)
#1E1B10
(30,27,16)
#15150E
(21,21,14)
#0C0F0C
(12,15,12)
#000000
(0,0,0)

Tints of #664B20

#664B20
(102,75,32)
#735B34
(115,91,52)
#806B48
(128,107,72)
#8D7B5C
(141,123,92)
#9A8B70
(154,139,112)
#A79B84
(167,155,132)
#B4AB98
(180,171,152)
#C1BBAC
(193,187,172)
#CECBC0
(206,203,192)
#DBDBD4
(219,219,212)
#E8EBE8
(232,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #664B20 color. Also use rgb(102,75,32) instead hex code.

Text Font Color

.myTextColor { color: #664B20; }

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

This text font color is #664B20.

Background Color

.myBgColor { background-color: #664B20; }

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

This div background color is #664B20.

Border color

.myBorderColor { border: 1px solid #664B20; }

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

This div border color is #664B20.

Opacity

.myOpacity80 { color: #664B20; opacity: 0.8; }

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

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

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

This text has shadow with #664B20 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #664B20.

Preview

Color preview on black background

This text has color #664B20 on black background.


Color preview on white background

This text has color #664B20 on white background.


Black color preview on #664B20 background

This text has black color on #664B20 background.


White color preview on #664B20 background

This text has white color on #664B20 background.


Related colors

Complementary color

Complementary color for #hex is #99B4DF.


I love getcolorcode.com

Triadic colors

1 #20664B and #4B2066 with #664B20 are triadic colors.

2 #204B66 and #4B6620 with #664B20 are triadic colors.