COLOR #655F48

HEX: #655F48 RGB: (101,95,72)

Color info

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

RGB color model

#655F48 color RGB value is (101,95,72).

RGB: (101,95,72) (40%, 37%, 28%)

RGB channels and saturation

R 101 of 255 = 40%
G 95 of 255 = 37%
B 72 of 255 = 28%

101
95
72

R + G + B ~ 35%. #655F48 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 101 + 95 + 72 = 268 (100%)
R 101 of 268 ~ 37.69%
G 95 of 268 ~ 35.45%
B 72 of 268 ~ 26.87'%

%37.69
%35.45
%26.87

CMYK color model

#655F48 color CMYK value is (0,6,29,60).

  • cyan value is 0.00%
  • magenta value is 5.94%
  • yellow value is 28.71%
  • key color value is 60.39%

CMYK: (0,6,29,60)
C0M6Y29K60 (0%, 6%, 29%, 60%)
(0.00 / 0.06 / 0.29 / 0.60)

CMYK percentages

%0
%5.94
%28.71
%60.39

Codes

Color #655F48 in popluar color models

65 5F 48
RGB 101 95 72
HSL 48° 16.76% 33.92%
HSB/HSV 48° 28.71% 39.61%
CMYK 0.00% 5.94% 28.71%
60.39%

Color #655F48 in popluar number systems.

HEX 65 5F 48
Decimal 101 95 72
Binary 1100101 1011111 1001000
Octal 145 137 110

Shades and tints

Shades of #655F48

#655F48
(101,95,72)
#5C5742
(92,87,66)
#534F3C
(83,79,60)
#4A4736
(74,71,54)
#413F30
(65,63,48)
#38372A
(56,55,42)
#2F2F24
(47,47,36)
#26271E
(38,39,30)
#1D1F18
(29,31,24)
#141712
(20,23,18)
#0B0F0C
(11,15,12)
#000000
(0,0,0)

Tints of #655F48

#655F48
(101,95,72)
#736D58
(115,109,88)
#817B68
(129,123,104)
#8F8978
(143,137,120)
#9D9788
(157,151,136)
#ABA598
(171,165,152)
#B9B3A8
(185,179,168)
#C7C1B8
(199,193,184)
#D5CFC8
(213,207,200)
#E3DDD8
(227,221,216)
#F1EBE8
(241,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #655F48 color. Also use rgb(101,95,72) instead hex code.

Text Font Color

.myTextColor { color: #655F48; }

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

This text font color is #655F48.

Background Color

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

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

This div background color is #655F48.

Border color

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

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

This div border color is #655F48.

Opacity

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

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

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

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

This text has shadow with #655F48 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #655F48.

Preview

Color preview on black background

This text has color #655F48 on black background.


Color preview on white background

This text has color #655F48 on white background.


Black color preview on #655F48 background

This text has black color on #655F48 background.


White color preview on #655F48 background

This text has white color on #655F48 background.


Related colors

Complementary color

Complementary color for #hex is #9AA0B7.


I love getcolorcode.com

Triadic colors

1 #48655F and #5F4865 with #655F48 are triadic colors.

2 #485F65 and #5F6548 with #655F48 are triadic colors.