COLOR #664829

HEX: #664829
RGB: (102,72,41)

Color info

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

RGB color model

#664829 color RGB value is (102,72,41).

  • red value is 102;
  • green value is 72;
  • blue value is 41.
RGB:
(102,72,41)
(40%,28%,16%)

RGB channels and saturation

R 102 of 255 = 40%
G 72 of 255 = 28%
B 41 of 255 = 16%

102
72
41

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

Portions of RGB colors in percentages

R + G + B =
102 + 72 + 41 = 215 (100%)
R 102 of 215 ~ 47.44%
G 72 of 215 ~ 33.49%
B 41 of 215 ~ 19.07%

%47.44
%33.49
%19.07

CMYK color model

#664829 color CMYK value is (0,29,60,60).

  • cyan value is 0.00%
  • magenta value is 29.41%
  • yellow value is 59.80%
  • key color value is 60.00%
CMYK:
(0,29,60,60)
C0M29Y60K60 
(0%,29%,60%,60%)
(0.00/0.29/0.60/0.60)	

CMYK percentages

%0
%29.41
%59.8
%60

Codes

Color #664829 in popluar color models

664829
RGB1027241
HSL30°42.66%28.04%
HSB/HSV30°59.80%40.00%
CMYK0.00%29.41%59.80%
60.00%

Color #664829 in popluar number systems.

HEX664829
Decimal1027241
Binary11001101001000101001
Octal14611051

Shades and tints

Shades of #664829

#664829
(102,72,41)
#5D4226
(93,66,38)
#543C23
(84,60,35)
#4B3620
(75,54,32)
#42301D
(66,48,29)
#392A1A
(57,42,26)
#302417
(48,36,23)
#271E14
(39,30,20)
#1E1811
(30,24,17)
#15120E
(21,18,14)
#0C0C0B
(12,12,11)
#000000
(0,0,0)

Tints of #664829

#664829
(102,72,41)
#73583C
(115,88,60)
#80684F
(128,104,79)
#8D7862
(141,120,98)
#9A8875
(154,136,117)
#A79888
(167,152,136)
#B4A89B
(180,168,155)
#C1B8AE
(193,184,174)
#CEC8C1
(206,200,193)
#DBD8D4
(219,216,212)
#E8E8E7
(232,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #664829 color. Also use rgb(102,72,41) instead hex code.

Text Font Color

.myTextColor { color: #664829; }

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

This text font color is #664829.


Background Color

.myBgColor { background-color: #664829; }

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

This div background color is #664829.


Border color

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

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

This div border color is #664829.


Opacity

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

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

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

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

This text has shadow with #664829 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #664829 on black background.


Color preview on white background

This text has color #664829 on white background.



Black color preview on #664829 background

This text has black color on #664829 background.


White color preview on #664829 background

This text has white color on #664829 background.