COLOR #655B42

HEX: #655B42 RGB: (101,91,66)

Color info

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

RGB color model

#655B42 color RGB value is (101,91,66).

RGB: (101,91,66) (40%, 36%, 26%)

RGB channels and saturation

R 101 of 255 = 40%
G 91 of 255 = 36%
B 66 of 255 = 26%

101
91
66

R + G + B ~ 34%. #655B42 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 101 + 91 + 66 = 258 (100%)
R 101 of 258 ~ 39.15%
G 91 of 258 ~ 35.27%
B 66 of 258 ~ 25.58'%

%39.15
%35.27
%25.58

CMYK color model

#655B42 color CMYK value is (0,10,35,60).

  • cyan value is 0.00%
  • magenta value is 9.90%
  • yellow value is 34.65%
  • key color value is 60.39%

CMYK: (0,10,35,60)
C0M10Y35K60 (0%, 10%, 35%, 60%)
(0.00 / 0.10 / 0.35 / 0.60)

CMYK percentages

%0
%9.9
%34.65
%60.39

Codes

Color #655B42 in popluar color models

65 5B 42
RGB 101 91 66
HSL 43° 20.96% 32.75%
HSB/HSV 43° 34.65% 39.61%
CMYK 0.00% 9.90% 34.65%
60.39%

Color #655B42 in popluar number systems.

HEX 65 5B 42
Decimal 101 91 66
Binary 1100101 1011011 1000010
Octal 145 133 102

Shades and tints

Shades of #655B42

#655B42
(101,91,66)
#5C533C
(92,83,60)
#534B36
(83,75,54)
#4A4330
(74,67,48)
#413B2A
(65,59,42)
#383324
(56,51,36)
#2F2B1E
(47,43,30)
#262318
(38,35,24)
#1D1B12
(29,27,18)
#14130C
(20,19,12)
#0B0B06
(11,11,6)
#000000
(0,0,0)

Tints of #655B42

#655B42
(101,91,66)
#736953
(115,105,83)
#817764
(129,119,100)
#8F8575
(143,133,117)
#9D9386
(157,147,134)
#ABA197
(171,161,151)
#B9AFA8
(185,175,168)
#C7BDB9
(199,189,185)
#D5CBCA
(213,203,202)
#E3D9DB
(227,217,219)
#F1E7EC
(241,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #655B42 color. Also use rgb(101,91,66) instead hex code.

Text Font Color

.myTextColor { color: #655B42; }

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

This text font color is #655B42.

Background Color

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

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

This div background color is #655B42.

Border color

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

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

This div border color is #655B42.

Opacity

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

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

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

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

This text has shadow with #655B42 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #655B42.

Preview

Color preview on black background

This text has color #655B42 on black background.


Color preview on white background

This text has color #655B42 on white background.


Black color preview on #655B42 background

This text has black color on #655B42 background.


White color preview on #655B42 background

This text has white color on #655B42 background.


Related colors

Complementary color

Complementary color for #hex is #9AA4BD.


I love getcolorcode.com

Triadic colors

1 #42655B and #5B4265 with #655B42 are triadic colors.

2 #425B65 and #5B6542 with #655B42 are triadic colors.