COLOR #655D3D

HEX: #655D3D
RGB: (101,93,61)

Color info

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

RGB color model

#655D3D color RGB value is (101,93,61).

  • red value is 101;
  • green value is 93;
  • blue value is 61.
RGB:
(101,93,61)
(40%,36%,24%)

RGB channels and saturation

R 101 of 255 = 40%
G 93 of 255 = 36%
B 61 of 255 = 24%

101
93
61

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

Portions of RGB colors in percentages

R + G + B =
101 + 93 + 61 = 255 (100%)
R 101 of 255 ~ 39.61%
G 93 of 255 ~ 36.47%
B 61 of 255 ~ 23.92%

%39.61
%36.47
%23.92

CMYK color model

#655D3D color CMYK value is (0,8,40,60).

  • cyan value is 0.00%
  • magenta value is 7.92%
  • yellow value is 39.60%
  • key color value is 60.39%
CMYK:
(0,8,40,60)
C0M8Y40K60 
(0%,8%,40%,60%)
(0.00/0.08/0.40/0.60)	

CMYK percentages

%0
%7.92
%39.6
%60.39

Codes

Color #655D3D in popluar color models

655D3D
RGB1019361
HSL48°24.69%31.76%
HSB/HSV48°39.60%39.61%
CMYK0.00%7.92%39.60%
60.39%

Color #655D3D in popluar number systems.

HEX655D3D
Decimal1019361
Binary11001011011101111101
Octal14513575

Shades and tints

Shades of #655D3D

#655D3D
(101,93,61)
#5C5538
(92,85,56)
#534D33
(83,77,51)
#4A452E
(74,69,46)
#413D29
(65,61,41)
#383524
(56,53,36)
#2F2D1F
(47,45,31)
#26251A
(38,37,26)
#1D1D15
(29,29,21)
#141510
(20,21,16)
#0B0D0B
(11,13,11)
#000000
(0,0,0)

Tints of #655D3D

#655D3D
(101,93,61)
#736B4E
(115,107,78)
#81795F
(129,121,95)
#8F8770
(143,135,112)
#9D9581
(157,149,129)
#ABA392
(171,163,146)
#B9B1A3
(185,177,163)
#C7BFB4
(199,191,180)
#D5CDC5
(213,205,197)
#E3DBD6
(227,219,214)
#F1E9E7
(241,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #655D3D color. Also use rgb(101,93,61) instead hex code.

Text Font Color

.myTextColor { color: #655D3D; }

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

This text font color is #655D3D.


Background Color

.myBgColor { background-color: #655D3D; }

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

This div background color is #655D3D.


Border color

.myBorderColor { border: 1px solid #655D3D; }

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

This div border color is #655D3D.


Opacity

.myOpacity80 { color: #655D3D; opacity: 0.8; }

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

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

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

This text has shadow with #655D3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #655D3D on black background.


Color preview on white background

This text has color #655D3D on white background.



Black color preview on #655D3D background

This text has black color on #655D3D background.


White color preview on #655D3D background

This text has white color on #655D3D background.