COLOR #664010

HEX: #664010
RGB: (102,64,16)

Color info

#664010 contains mainly red and green colors. Web safe color of #664010 is #663300 (or #630).

RGB color model

#664010 color RGB value is (102,64,16).

  • red value is 102;
  • green value is 64;
  • blue value is 16.
RGB:
(102,64,16)
(40%,25%,6%)

RGB channels and saturation

R 102 of 255 = 40%
G 64 of 255 = 25%
B 16 of 255 = 6%

102
64
16

R + G + B ~ 24%. #664010 is dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 64 + 16 = 182 (100%)
R 102 of 182 ~ 56.04%
G 64 of 182 ~ 35.16%
B 16 of 182 ~ 8.79%

%56.04
%35.16

CMYK color model

#664010 color CMYK value is (0,37,84,60).

  • cyan value is 0.00%
  • magenta value is 37.25%
  • yellow value is 84.31%
  • key color value is 60.00%
CMYK:
(0,37,84,60)
C0M37Y84K60 
(0%,37%,84%,60%)
(0.00/0.37/0.84/0.60)	

CMYK percentages

%0
%37.25
%84.31
%60

Codes

Color #664010 in popluar color models

664010
RGB1026416
HSL33°72.88%23.14%
HSB/HSV33°84.31%40.00%
CMYK0.00%37.25%84.31%
60.00%

Color #664010 in popluar number systems.

HEX664010
Decimal1026416
Binary1100110100000010000
Octal14610020

Shades and tints

Shades of #664010

#664010
(102,64,16)
#5D3B0F
(93,59,15)
#54360E
(84,54,14)
#4B310D
(75,49,13)
#422C0C
(66,44,12)
#39270B
(57,39,11)
#30220A
(48,34,10)
#271D09
(39,29,9)
#1E1808
(30,24,8)
#151307
(21,19,7)
#0C0E06
(12,14,6)
#000000
(0,0,0)

Tints of #664010

#664010
(102,64,16)
#735125
(115,81,37)
#80623A
(128,98,58)
#8D734F
(141,115,79)
#9A8464
(154,132,100)
#A79579
(167,149,121)
#B4A68E
(180,166,142)
#C1B7A3
(193,183,163)
#CEC8B8
(206,200,184)
#DBD9CD
(219,217,205)
#E8EAE2
(232,234,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #664010 color. Also use rgb(102,64,16) instead hex code.

Text Font Color

.myTextColor { color: #664010; }

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

This text font color is #664010.


Background Color

.myBgColor { background-color: #664010; }

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

This div background color is #664010.


Border color

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

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

This div border color is #664010.


Opacity

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

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

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

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

This text has shadow with #664010 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #664010 on black background.


Color preview on white background

This text has color #664010 on white background.



Black color preview on #664010 background

This text has black color on #664010 background.


White color preview on #664010 background

This text has white color on #664010 background.