COLOR #655011

HEX: #655011
RGB: (101,80,17)

Color info

#655011 contains mainly red and green colors. Web safe color of #655011 is #666600 (or #660).

RGB color model

#655011 color RGB value is (101,80,17).

  • red value is 101;
  • green value is 80;
  • blue value is 17.
RGB:
(101,80,17)
(40%,31%,7%)

RGB channels and saturation

R 101 of 255 = 40%
G 80 of 255 = 31%
B 17 of 255 = 7%

101
80
17

R + G + B ~ 26%. #655011 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
101 + 80 + 17 = 198 (100%)
R 101 of 198 ~ 51.01%
G 80 of 198 ~ 40.4%
B 17 of 198 ~ 8.59%

%51.01
%40.4

CMYK color model

#655011 color CMYK value is (0,21,83,60).

  • cyan value is 0.00%
  • magenta value is 20.79%
  • yellow value is 83.17%
  • key color value is 60.39%
CMYK:
(0,21,83,60)
C0M21Y83K60 
(0%,21%,83%,60%)
(0.00/0.21/0.83/0.60)	

CMYK percentages

%0
%20.79
%83.17
%60.39

Codes

Color #655011 in popluar color models

655011
RGB1018017
HSL45°71.19%23.14%
HSB/HSV45°83.17%39.61%
CMYK0.00%20.79%83.17%
60.39%

Color #655011 in popluar number systems.

HEX655011
Decimal1018017
Binary1100101101000010001
Octal14512021

Shades and tints

Shades of #655011

#655011
(101,80,17)
#5C4910
(92,73,16)
#53420F
(83,66,15)
#4A3B0E
(74,59,14)
#41340D
(65,52,13)
#382D0C
(56,45,12)
#2F260B
(47,38,11)
#261F0A
(38,31,10)
#1D1809
(29,24,9)
#141108
(20,17,8)
#0B0A07
(11,10,7)
#000000
(0,0,0)

Tints of #655011

#655011
(101,80,17)
#735F26
(115,95,38)
#816E3B
(129,110,59)
#8F7D50
(143,125,80)
#9D8C65
(157,140,101)
#AB9B7A
(171,155,122)
#B9AA8F
(185,170,143)
#C7B9A4
(199,185,164)
#D5C8B9
(213,200,185)
#E3D7CE
(227,215,206)
#F1E6E3
(241,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #655011 color. Also use rgb(101,80,17) instead hex code.

Text Font Color

.myTextColor { color: #655011; }

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

This text font color is #655011.


Background Color

.myBgColor { background-color: #655011; }

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

This div background color is #655011.


Border color

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

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

This div border color is #655011.


Opacity

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

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

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

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

This text has shadow with #655011 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #655011 on black background.


Color preview on white background

This text has color #655011 on white background.



Black color preview on #655011 background

This text has black color on #655011 background.


White color preview on #655011 background

This text has white color on #655011 background.