COLOR #655D3A

HEX: #655D3A RGB: (101,93,58)

Color info

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

RGB color model

#655D3A color RGB value is (101,93,58).

RGB: (101,93,58) (40%, 36%, 23%)

RGB channels and saturation

R 101 of 255 = 40%
G 93 of 255 = 36%
B 58 of 255 = 23%

101
93
58

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

Portions of RGB colors in percentages

R + G + B = 101 + 93 + 58 = 252 (100%)
R 101 of 252 ~ 40.08%
G 93 of 252 ~ 36.9%
B 58 of 252 ~ 23.02'%

%40.08
%36.9
%23.02

CMYK color model

#655D3A color CMYK value is (0,8,43,60).

  • cyan value is 0.00%
  • magenta value is 7.92%
  • yellow value is 42.57%
  • key color value is 60.39%

CMYK: (0,8,43,60)
C0M8Y43K60 (0%, 8%, 43%, 60%)
(0.00 / 0.08 / 0.43 / 0.60)

CMYK percentages

%0
%7.92
%42.57
%60.39

Codes

Color #655D3A in popluar color models

65 5D 3A
RGB 101 93 58
HSL 49° 27.04% 31.18%
HSB/HSV 49° 42.57% 39.61%
CMYK 0.00% 7.92% 42.57%
60.39%

Color #655D3A in popluar number systems.

HEX 65 5D 3A
Decimal 101 93 58
Binary 1100101 1011101 111010
Octal 145 135 72

Shades and tints

Shades of #655D3A

#655D3A
(101,93,58)
#5C5535
(92,85,53)
#534D30
(83,77,48)
#4A452B
(74,69,43)
#413D26
(65,61,38)
#383521
(56,53,33)
#2F2D1C
(47,45,28)
#262517
(38,37,23)
#1D1D12
(29,29,18)
#14150D
(20,21,13)
#0B0D08
(11,13,8)
#000000
(0,0,0)

Tints of #655D3A

#655D3A
(101,93,58)
#736B4B
(115,107,75)
#81795C
(129,121,92)
#8F876D
(143,135,109)
#9D957E
(157,149,126)
#ABA38F
(171,163,143)
#B9B1A0
(185,177,160)
#C7BFB1
(199,191,177)
#D5CDC2
(213,205,194)
#E3DBD3
(227,219,211)
#F1E9E4
(241,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #655D3A; }

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

This text font color is #655D3A.

Background Color

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

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

This div background color is #655D3A.

Border color

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

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

This div border color is #655D3A.

Opacity

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

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

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

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

This text has shadow with #655D3A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #655D3A.

Preview

Color preview on black background

This text has color #655D3A on black background.


Color preview on white background

This text has color #655D3A on white background.


Black color preview on #655D3A background

This text has black color on #655D3A background.


White color preview on #655D3A background

This text has white color on #655D3A background.


Related colors

Complementary color

Complementary color for #hex is #9AA2C5.


I love getcolorcode.com

Triadic colors

1 #3A655D and #5D3A65 with #655D3A are triadic colors.

2 #3A5D65 and #5D653A with #655D3A are triadic colors.