COLOR #655841

HEX: #655841 RGB: (101,88,65)

Color info

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

RGB color model

#655841 color RGB value is (101,88,65).

RGB: (101,88,65) (40%, 35%, 25%)

RGB channels and saturation

R 101 of 255 = 40%
G 88 of 255 = 35%
B 65 of 255 = 25%

101
88
65

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

Portions of RGB colors in percentages

R + G + B = 101 + 88 + 65 = 254 (100%)
R 101 of 254 ~ 39.76%
G 88 of 254 ~ 34.65%
B 65 of 254 ~ 25.59'%

%39.76
%34.65
%25.59

CMYK color model

#655841 color CMYK value is (0,13,36,60).

  • cyan value is 0.00%
  • magenta value is 12.87%
  • yellow value is 35.64%
  • key color value is 60.39%

CMYK: (0,13,36,60)
C0M13Y36K60 (0%, 13%, 36%, 60%)
(0.00 / 0.13 / 0.36 / 0.60)

CMYK percentages

%0
%12.87
%35.64
%60.39

Codes

Color #655841 in popluar color models

65 58 41
RGB 101 88 65
HSL 38° 21.69% 32.55%
HSB/HSV 38° 35.64% 39.61%
CMYK 0.00% 12.87% 35.64%
60.39%

Color #655841 in popluar number systems.

HEX 65 58 41
Decimal 101 88 65
Binary 1100101 1011000 1000001
Octal 145 130 101

Shades and tints

Shades of #655841

#655841
(101,88,65)
#5C503C
(92,80,60)
#534837
(83,72,55)
#4A4032
(74,64,50)
#41382D
(65,56,45)
#383028
(56,48,40)
#2F2823
(47,40,35)
#26201E
(38,32,30)
#1D1819
(29,24,25)
#141014
(20,16,20)
#0B080F
(11,8,15)
#000000
(0,0,0)

Tints of #655841

#655841
(101,88,65)
#736752
(115,103,82)
#817663
(129,118,99)
#8F8574
(143,133,116)
#9D9485
(157,148,133)
#ABA396
(171,163,150)
#B9B2A7
(185,178,167)
#C7C1B8
(199,193,184)
#D5D0C9
(213,208,201)
#E3DFDA
(227,223,218)
#F1EEEB
(241,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #655841 color. Also use rgb(101,88,65) instead hex code.

Text Font Color

.myTextColor { color: #655841; }

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

This text font color is #655841.

Background Color

.myBgColor { background-color: #655841; }

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

This div background color is #655841.

Border color

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

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

This div border color is #655841.

Opacity

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

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

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

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

This text has shadow with #655841 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #655841.

Preview

Color preview on black background

This text has color #655841 on black background.


Color preview on white background

This text has color #655841 on white background.


Black color preview on #655841 background

This text has black color on #655841 background.


White color preview on #655841 background

This text has white color on #655841 background.


Related colors

Complementary color

Complementary color for #hex is #9AA7BE.


I love getcolorcode.com

Triadic colors

1 #416558 and #584165 with #655841 are triadic colors.

2 #415865 and #586541 with #655841 are triadic colors.