COLOR #665641

HEX: #665641
RGB: (102,86,65)

Color info

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

RGB color model

#665641 color RGB value is (102,86,65).

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

RGB channels and saturation

R 102 of 255 = 40%
G 86 of 255 = 34%
B 65 of 255 = 25%

102
86
65

R + G + B ~ 33%. #665641 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 86 + 65 = 253 (100%)
R 102 of 253 ~ 40.32%
G 86 of 253 ~ 33.99%
B 65 of 253 ~ 25.69%

%40.32
%33.99
%25.69

CMYK color model

#665641 color CMYK value is (0,16,36,60).

  • cyan value is 0.00%
  • magenta value is 15.69%
  • yellow value is 36.27%
  • key color value is 60.00%
CMYK:
(0,16,36,60)
C0M16Y36K60 
(0%,16%,36%,60%)
(0.00/0.16/0.36/0.60)	

CMYK percentages

%0
%15.69
%36.27
%60

Codes

Color #665641 in popluar color models

665641
RGB1028665
HSL34°22.16%32.75%
HSB/HSV34°36.27%40.00%
CMYK0.00%15.69%36.27%
60.00%

Color #665641 in popluar number systems.

HEX665641
Decimal1028665
Binary110011010101101000001
Octal146126101

Shades and tints

Shades of #665641

#665641
(102,86,65)
#5D4F3C
(93,79,60)
#544837
(84,72,55)
#4B4132
(75,65,50)
#423A2D
(66,58,45)
#393328
(57,51,40)
#302C23
(48,44,35)
#27251E
(39,37,30)
#1E1E19
(30,30,25)
#151714
(21,23,20)
#0C100F
(12,16,15)
#000000
(0,0,0)

Tints of #665641

#665641
(102,86,65)
#736552
(115,101,82)
#807463
(128,116,99)
#8D8374
(141,131,116)
#9A9285
(154,146,133)
#A7A196
(167,161,150)
#B4B0A7
(180,176,167)
#C1BFB8
(193,191,184)
#CECEC9
(206,206,201)
#DBDDDA
(219,221,218)
#E8ECEB
(232,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #665641; }

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

This text font color is #665641.


Background Color

.myBgColor { background-color: #665641; }

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

This div background color is #665641.


Border color

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

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

This div border color is #665641.


Opacity

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

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

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

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

This text has shadow with #665641 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #665641 on black background.


Color preview on white background

This text has color #665641 on white background.



Black color preview on #665641 background

This text has black color on #665641 background.


White color preview on #665641 background

This text has white color on #665641 background.