COLOR #666635

HEX: #666635
RGB: (102,102,53)

Color info

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

RGB color model

#666635 color RGB value is (102,102,53).

  • red value is 102;
  • green value is 102;
  • blue value is 53.
RGB:
(102,102,53)
(40%,40%,21%)

RGB channels and saturation

R 102 of 255 = 40%
G 102 of 255 = 40%
B 53 of 255 = 21%

102
102
53

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

Portions of RGB colors in percentages

R + G + B =
102 + 102 + 53 = 257 (100%)
R 102 of 257 ~ 39.69%
G 102 of 257 ~ 39.69%
B 53 of 257 ~ 20.62%

%39.69
%39.69
%20.62

CMYK color model

#666635 color CMYK value is (0,0,48,60).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 48.04%
  • key color value is 60.00%
CMYK:
(0,0,48,60)
C0M0Y48K60 
(0%,0%,48%,60%)
(0.00/0.00/0.48/0.60)	

CMYK percentages

%0
%0
%48.04
%60

Codes

Color #666635 in popluar color models

666635
RGB10210253
HSL60°31.61%30.39%
HSB/HSV60°48.04%40.00%
CMYK0.00%0.00%48.04%
60.00%

Color #666635 in popluar number systems.

HEX666635
Decimal10210253
Binary11001101100110110101
Octal14614665

Shades and tints

Shades of #666635

#666635
(102,102,53)
#5D5D31
(93,93,49)
#54542D
(84,84,45)
#4B4B29
(75,75,41)
#424225
(66,66,37)
#393921
(57,57,33)
#30301D
(48,48,29)
#272719
(39,39,25)
#1E1E15
(30,30,21)
#151511
(21,21,17)
#0C0C0D
(12,12,13)
#000000
(0,0,0)

Tints of #666635

#666635
(102,102,53)
#737347
(115,115,71)
#808059
(128,128,89)
#8D8D6B
(141,141,107)
#9A9A7D
(154,154,125)
#A7A78F
(167,167,143)
#B4B4A1
(180,180,161)
#C1C1B3
(193,193,179)
#CECEC5
(206,206,197)
#DBDBD7
(219,219,215)
#E8E8E9
(232,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #666635; }

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

This text font color is #666635.


Background Color

.myBgColor { background-color: #666635; }

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

This div background color is #666635.


Border color

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

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

This div border color is #666635.


Opacity

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

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

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

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

This text has shadow with #666635 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #666635 on black background.


Color preview on white background

This text has color #666635 on white background.



Black color preview on #666635 background

This text has black color on #666635 background.


White color preview on #666635 background

This text has white color on #666635 background.