COLOR #655940

HEX: #655940
RGB: (101,89,64)

Color info

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

RGB color model

#655940 color RGB value is (101,89,64).

  • red value is 101;
  • green value is 89;
  • blue value is 64.
RGB:
(101,89,64)
(40%,35%,25%)

RGB channels and saturation

R 101 of 255 = 40%
G 89 of 255 = 35%
B 64 of 255 = 25%

101
89
64

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

Portions of RGB colors in percentages

R + G + B =
101 + 89 + 64 = 254 (100%)
R 101 of 254 ~ 39.76%
G 89 of 254 ~ 35.04%
B 64 of 254 ~ 25.2%

%39.76
%35.04
%25.2

CMYK color model

#655940 color CMYK value is (0,12,37,60).

  • cyan value is 0.00%
  • magenta value is 11.88%
  • yellow value is 36.63%
  • key color value is 60.39%
CMYK:
(0,12,37,60)
C0M12Y37K60 
(0%,12%,37%,60%)
(0.00/0.12/0.37/0.60)	

CMYK percentages

%0
%11.88
%36.63
%60.39

Codes

Color #655940 in popluar color models

655940
RGB1018964
HSL41°22.42%32.35%
HSB/HSV41°36.63%39.61%
CMYK0.00%11.88%36.63%
60.39%

Color #655940 in popluar number systems.

HEX655940
Decimal1018964
Binary110010110110011000000
Octal145131100

Shades and tints

Shades of #655940

#655940
(101,89,64)
#5C513B
(92,81,59)
#534936
(83,73,54)
#4A4131
(74,65,49)
#41392C
(65,57,44)
#383127
(56,49,39)
#2F2922
(47,41,34)
#26211D
(38,33,29)
#1D1918
(29,25,24)
#141113
(20,17,19)
#0B090E
(11,9,14)
#000000
(0,0,0)

Tints of #655940

#655940
(101,89,64)
#736851
(115,104,81)
#817762
(129,119,98)
#8F8673
(143,134,115)
#9D9584
(157,149,132)
#ABA495
(171,164,149)
#B9B3A6
(185,179,166)
#C7C2B7
(199,194,183)
#D5D1C8
(213,209,200)
#E3E0D9
(227,224,217)
#F1EFEA
(241,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #655940 color. Also use rgb(101,89,64) instead hex code.

Text Font Color

.myTextColor { color: #655940; }

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

This text font color is #655940.


Background Color

.myBgColor { background-color: #655940; }

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

This div background color is #655940.


Border color

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

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

This div border color is #655940.


Opacity

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

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

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

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

This text has shadow with #655940 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #655940 on black background.


Color preview on white background

This text has color #655940 on white background.



Black color preview on #655940 background

This text has black color on #655940 background.


White color preview on #655940 background

This text has white color on #655940 background.