COLOR #664241

HEX: #664241 RGB: (102,66,65)

Color info

#664241 contains red, green and blue colors in about the same proportion. Web safe color of #664241 is #663333 (or #633).

RGB color model

#664241 color RGB value is (102,66,65).

RGB: (102,66,65) (40%, 26%, 25%)

RGB channels and saturation

R 102 of 255 = 40%
G 66 of 255 = 26%
B 65 of 255 = 25%

102
66
65

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

Portions of RGB colors in percentages

R + G + B = 102 + 66 + 65 = 233 (100%)
R 102 of 233 ~ 43.78%
G 66 of 233 ~ 28.33%
B 65 of 233 ~ 27.9'%

%43.78
%28.33
%27.9

CMYK color model

#664241 color CMYK value is (0,35,36,60).

  • cyan value is 0.00%
  • magenta value is 35.29%
  • yellow value is 36.27%
  • key color value is 60.00%

CMYK: (0,35,36,60)
C0M35Y36K60 (0%, 35%, 36%, 60%)
(0.00 / 0.35 / 0.36 / 0.60)

CMYK percentages

%0
%35.29
%36.27
%60

Codes

Color #664241 in popluar color models

66 42 41
RGB 102 66 65
HSL 22.16% 32.75%
HSB/HSV 36.27% 40.00%
CMYK 0.00% 35.29% 36.27%
60.00%

Color #664241 in popluar number systems.

HEX 66 42 41
Decimal 102 66 65
Binary 1100110 1000010 1000001
Octal 146 102 101

Shades and tints

Shades of #664241

#664241
(102,66,65)
#5D3C3C
(93,60,60)
#543637
(84,54,55)
#4B3032
(75,48,50)
#422A2D
(66,42,45)
#392428
(57,36,40)
#301E23
(48,30,35)
#27181E
(39,24,30)
#1E1219
(30,18,25)
#150C14
(21,12,20)
#0C060F
(12,6,15)
#000000
(0,0,0)

Tints of #664241

#664241
(102,66,65)
#735352
(115,83,82)
#806463
(128,100,99)
#8D7574
(141,117,116)
#9A8685
(154,134,133)
#A79796
(167,151,150)
#B4A8A7
(180,168,167)
#C1B9B8
(193,185,184)
#CECAC9
(206,202,201)
#DBDBDA
(219,219,218)
#E8ECEB
(232,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #664241 color. Also use rgb(102,66,65) instead hex code.

Text Font Color

.myTextColor { color: #664241; }

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

This text font color is #664241.

Background Color

.myBgColor { background-color: #664241; }

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

This div background color is #664241.

Border color

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

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

This div border color is #664241.

Opacity

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

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

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

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

This text has shadow with #664241 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #664241.

Preview

Color preview on black background

This text has color #664241 on black background.


Color preview on white background

This text has color #664241 on white background.


Black color preview on #664241 background

This text has black color on #664241 background.


White color preview on #664241 background

This text has white color on #664241 background.


Related colors

Complementary color

Complementary color for #hex is #99BDBE.


I love getcolorcode.com

Triadic colors

1 #416642 and #424166 with #664241 are triadic colors.

2 #414266 and #426641 with #664241 are triadic colors.