COLOR #665636

HEX: #665636
RGB: (102,86,54)

Color info

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

RGB color model

#665636 color RGB value is (102,86,54).

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

RGB channels and saturation

R 102 of 255 = 40%
G 86 of 255 = 34%
B 54 of 255 = 21%

102
86
54

R + G + B ~ 32%. #665636 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 86 + 54 = 242 (100%)
R 102 of 242 ~ 42.15%
G 86 of 242 ~ 35.54%
B 54 of 242 ~ 22.31%

%42.15
%35.54
%22.31

CMYK color model

#665636 color CMYK value is (0,16,47,60).

  • cyan value is 0.00%
  • magenta value is 15.69%
  • yellow value is 47.06%
  • key color value is 60.00%
CMYK:
(0,16,47,60)
C0M16Y47K60 
(0%,16%,47%,60%)
(0.00/0.16/0.47/0.60)	

CMYK percentages

%0
%15.69
%47.06
%60

Codes

Color #665636 in popluar color models

665636
RGB1028654
HSL40°30.77%30.59%
HSB/HSV40°47.06%40.00%
CMYK0.00%15.69%47.06%
60.00%

Color #665636 in popluar number systems.

HEX665636
Decimal1028654
Binary11001101010110110110
Octal14612666

Shades and tints

Shades of #665636

#665636
(102,86,54)
#5D4F32
(93,79,50)
#54482E
(84,72,46)
#4B412A
(75,65,42)
#423A26
(66,58,38)
#393322
(57,51,34)
#302C1E
(48,44,30)
#27251A
(39,37,26)
#1E1E16
(30,30,22)
#151712
(21,23,18)
#0C100E
(12,16,14)
#000000
(0,0,0)

Tints of #665636

#665636
(102,86,54)
#736548
(115,101,72)
#80745A
(128,116,90)
#8D836C
(141,131,108)
#9A927E
(154,146,126)
#A7A190
(167,161,144)
#B4B0A2
(180,176,162)
#C1BFB4
(193,191,180)
#CECEC6
(206,206,198)
#DBDDD8
(219,221,216)
#E8ECEA
(232,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #665636; }

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

This text font color is #665636.


Background Color

.myBgColor { background-color: #665636; }

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

This div background color is #665636.


Border color

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

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

This div border color is #665636.


Opacity

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

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

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

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

This text has shadow with #665636 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #665636 on black background.


Color preview on white background

This text has color #665636 on white background.



Black color preview on #665636 background

This text has black color on #665636 background.


White color preview on #665636 background

This text has white color on #665636 background.