COLOR #606511

HEX: #606511
RGB: (96,101,17)

Color info

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

RGB color model

#606511 color RGB value is (96,101,17).

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

RGB channels and saturation

R 96 of 255 = 38%
G 101 of 255 = 40%
B 17 of 255 = 7%

96
101
17

R + G + B ~ 28%. #606511 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 101 + 17 = 214 (100%)
R 96 of 214 ~ 44.86%
G 101 of 214 ~ 47.2%
B 17 of 214 ~ 7.94%

%44.86
%47.2

CMYK color model

#606511 color CMYK value is (5,0,83,60).

  • cyan value is 4.95%
  • magenta value is 0.00%
  • yellow value is 83.17%
  • key color value is 60.39%
CMYK:
(5,0,83,60)
C5M0Y83K60 
(5%,0%,83%,60%)
(0.05/0.00/0.83/0.60)	

CMYK percentages

%4.95
%0
%83.17
%60.39

Codes

Color #606511 in popluar color models

606511
RGB9610117
HSL64°71.19%23.14%
HSB/HSV64°83.17%39.61%
CMYK4.95%0.00%83.17%
60.39%

Color #606511 in popluar number systems.

HEX606511
Decimal9610117
Binary1100000110010110001
Octal14014521

Shades and tints

Shades of #606511

#606511
(96,101,17)
#585C10
(88,92,16)
#50530F
(80,83,15)
#484A0E
(72,74,14)
#40410D
(64,65,13)
#38380C
(56,56,12)
#302F0B
(48,47,11)
#28260A
(40,38,10)
#201D09
(32,29,9)
#181408
(24,20,8)
#100B07
(16,11,7)
#000000
(0,0,0)

Tints of #606511

#606511
(96,101,17)
#6E7326
(110,115,38)
#7C813B
(124,129,59)
#8A8F50
(138,143,80)
#989D65
(152,157,101)
#A6AB7A
(166,171,122)
#B4B98F
(180,185,143)
#C2C7A4
(194,199,164)
#D0D5B9
(208,213,185)
#DEE3CE
(222,227,206)
#ECF1E3
(236,241,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #606511; }

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

This text font color is #606511.


Background Color

.myBgColor { background-color: #606511; }

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

This div background color is #606511.


Border color

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

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

This div border color is #606511.


Opacity

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

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

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

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

This text has shadow with #606511 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #606511 on black background.


Color preview on white background

This text has color #606511 on white background.



Black color preview on #606511 background

This text has black color on #606511 background.


White color preview on #606511 background

This text has white color on #606511 background.