COLOR #655636

HEX: #655636
RGB: (101,86,54)

Color info

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

RGB color model

#655636 color RGB value is (101,86,54).

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

RGB channels and saturation

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

101
86
54

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

Portions of RGB colors in percentages

R + G + B =
101 + 86 + 54 = 241 (100%)
R 101 of 241 ~ 41.91%
G 86 of 241 ~ 35.68%
B 54 of 241 ~ 22.41%

%41.91
%35.68
%22.41

CMYK color model

#655636 color CMYK value is (0,15,47,60).

  • cyan value is 0.00%
  • magenta value is 14.85%
  • yellow value is 46.53%
  • key color value is 60.39%
CMYK:
(0,15,47,60)
C0M15Y47K60 
(0%,15%,47%,60%)
(0.00/0.15/0.47/0.60)	

CMYK percentages

%0
%14.85
%46.53
%60.39

Codes

Color #655636 in popluar color models

655636
RGB1018654
HSL41°30.32%30.39%
HSB/HSV41°46.53%39.61%
CMYK0.00%14.85%46.53%
60.39%

Color #655636 in popluar number systems.

HEX655636
Decimal1018654
Binary11001011010110110110
Octal14512666

Shades and tints

Shades of #655636

#655636
(101,86,54)
#5C4F32
(92,79,50)
#53482E
(83,72,46)
#4A412A
(74,65,42)
#413A26
(65,58,38)
#383322
(56,51,34)
#2F2C1E
(47,44,30)
#26251A
(38,37,26)
#1D1E16
(29,30,22)
#141712
(20,23,18)
#0B100E
(11,16,14)
#000000
(0,0,0)

Tints of #655636

#655636
(101,86,54)
#736548
(115,101,72)
#81745A
(129,116,90)
#8F836C
(143,131,108)
#9D927E
(157,146,126)
#ABA190
(171,161,144)
#B9B0A2
(185,176,162)
#C7BFB4
(199,191,180)
#D5CEC6
(213,206,198)
#E3DDD8
(227,221,216)
#F1ECEA
(241,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #655636; }

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

This text font color is #655636.


Background Color

.myBgColor { background-color: #655636; }

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

This div background color is #655636.


Border color

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

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

This div border color is #655636.


Opacity

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

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

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

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

This text has shadow with #655636 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #655636 on black background.


Color preview on white background

This text has color #655636 on white background.



Black color preview on #655636 background

This text has black color on #655636 background.


White color preview on #655636 background

This text has white color on #655636 background.