COLOR #606316

HEX: #606316
RGB: (96,99,22)

Color info

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

RGB color model

#606316 color RGB value is (96,99,22).

  • red value is 96;
  • green value is 99;
  • blue value is 22.
RGB:
(96,99,22)
(38%,39%,9%)

RGB channels and saturation

R 96 of 255 = 38%
G 99 of 255 = 39%
B 22 of 255 = 9%

96
99
22

R + G + B ~ 29%. #606316 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 99 + 22 = 217 (100%)
R 96 of 217 ~ 44.24%
G 99 of 217 ~ 45.62%
B 22 of 217 ~ 10.14%

%44.24
%45.62
%10.14

CMYK color model

#606316 color CMYK value is (3,0,78,61).

  • cyan value is 3.03%
  • magenta value is 0.00%
  • yellow value is 77.78%
  • key color value is 61.18%
CMYK:
(3,0,78,61)
C3M0Y78K61 
(3%,0%,78%,61%)
(0.03/0.00/0.78/0.61)	

CMYK percentages

%3.03
%0
%77.78
%61.18

Codes

Color #606316 in popluar color models

606316
RGB969922
HSL62°63.64%23.73%
HSB/HSV62°77.78%38.82%
CMYK3.03%0.00%77.78%
61.18%

Color #606316 in popluar number systems.

HEX606316
Decimal969922
Binary1100000110001110110
Octal14014326

Shades and tints

Shades of #606316

#606316
(96,99,22)
#585A14
(88,90,20)
#505112
(80,81,18)
#484810
(72,72,16)
#403F0E
(64,63,14)
#38360C
(56,54,12)
#302D0A
(48,45,10)
#282408
(40,36,8)
#201B06
(32,27,6)
#181204
(24,18,4)
#100902
(16,9,2)
#000000
(0,0,0)

Tints of #606316

#606316
(96,99,22)
#6E712B
(110,113,43)
#7C7F40
(124,127,64)
#8A8D55
(138,141,85)
#989B6A
(152,155,106)
#A6A97F
(166,169,127)
#B4B794
(180,183,148)
#C2C5A9
(194,197,169)
#D0D3BE
(208,211,190)
#DEE1D3
(222,225,211)
#ECEFE8
(236,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #606316 color. Also use rgb(96,99,22) instead hex code.

Text Font Color

.myTextColor { color: #606316; }

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

This text font color is #606316.


Background Color

.myBgColor { background-color: #606316; }

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

This div background color is #606316.


Border color

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

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

This div border color is #606316.


Opacity

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

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

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

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

This text has shadow with #606316 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #606316 on black background.


Color preview on white background

This text has color #606316 on white background.



Black color preview on #606316 background

This text has black color on #606316 background.


White color preview on #606316 background

This text has white color on #606316 background.