COLOR #655901

HEX: #655901
RGB: (101,89,1)

Color info

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

RGB color model

#655901 color RGB value is (101,89,1).

  • red value is 101;
  • green value is 89;
  • blue value is 1.
RGB:
(101,89,1)
(40%,35%,0%)

RGB channels and saturation

R 101 of 255 = 40%
G 89 of 255 = 35%
B 1 of 255 = 0%

101
89
1

R + G + B ~ 25%. #655901 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
101 + 89 + 1 = 191 (100%)
R 101 of 191 ~ 52.88%
G 89 of 191 ~ 46.6%
B 1 of 191 ~ 0.52%

%52.88
%46.6

CMYK color model

#655901 color CMYK value is (0,12,99,60).

  • cyan value is 0.00%
  • magenta value is 11.88%
  • yellow value is 99.01%
  • key color value is 60.39%
CMYK:
(0,12,99,60)
C0M12Y99K60 
(0%,12%,99%,60%)
(0.00/0.12/0.99/0.60)	

CMYK percentages

%0
%11.88
%99.01
%60.39

Codes

Color #655901 in popluar color models

655901
RGB101891
HSL53°98.04%20.00%
HSB/HSV53°99.01%39.61%
CMYK0.00%11.88%99.01%
60.39%

Color #655901 in popluar number systems.

HEX655901
Decimal101891
Binary110010110110011
Octal1451311

Shades and tints

Shades of #655901

#655901
(101,89,1)
#5C5101
(92,81,1)
#534901
(83,73,1)
#4A4101
(74,65,1)
#413901
(65,57,1)
#383101
(56,49,1)
#2F2901
(47,41,1)
#262101
(38,33,1)
#1D1901
(29,25,1)
#141101
(20,17,1)
#0B0901
(11,9,1)
#000000
(0,0,0)

Tints of #655901

#655901
(101,89,1)
#736818
(115,104,24)
#81772F
(129,119,47)
#8F8646
(143,134,70)
#9D955D
(157,149,93)
#ABA474
(171,164,116)
#B9B38B
(185,179,139)
#C7C2A2
(199,194,162)
#D5D1B9
(213,209,185)
#E3E0D0
(227,224,208)
#F1EFE7
(241,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #655901 color. Also use rgb(101,89,1) instead hex code.

Text Font Color

.myTextColor { color: #655901; }

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

This text font color is #655901.


Background Color

.myBgColor { background-color: #655901; }

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

This div background color is #655901.


Border color

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

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

This div border color is #655901.


Opacity

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

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

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

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

This text has shadow with #655901 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #655901 on black background.


Color preview on white background

This text has color #655901 on white background.



Black color preview on #655901 background

This text has black color on #655901 background.


White color preview on #655901 background

This text has white color on #655901 background.