COLOR #606613

HEX: #606613
RGB: (96,102,19)

Color info

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

RGB color model

#606613 color RGB value is (96,102,19).

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

RGB channels and saturation

R 96 of 255 = 38%
G 102 of 255 = 40%
B 19 of 255 = 7%

96
102
19

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

Portions of RGB colors in percentages

R + G + B =
96 + 102 + 19 = 217 (100%)
R 96 of 217 ~ 44.24%
G 102 of 217 ~ 47%
B 19 of 217 ~ 8.76%

%44.24
%47

CMYK color model

#606613 color CMYK value is (6,0,81,60).

  • cyan value is 5.88%
  • magenta value is 0.00%
  • yellow value is 81.37%
  • key color value is 60.00%
CMYK:
(6,0,81,60)
C6M0Y81K60 
(6%,0%,81%,60%)
(0.06/0.00/0.81/0.60)	

CMYK percentages

%5.88
%0
%81.37
%60

Codes

Color #606613 in popluar color models

606613
RGB9610219
HSL64°68.60%23.73%
HSB/HSV64°81.37%40.00%
CMYK5.88%0.00%81.37%
60.00%

Color #606613 in popluar number systems.

HEX606613
Decimal9610219
Binary1100000110011010011
Octal14014623

Shades and tints

Shades of #606613

#606613
(96,102,19)
#585D12
(88,93,18)
#505411
(80,84,17)
#484B10
(72,75,16)
#40420F
(64,66,15)
#38390E
(56,57,14)
#30300D
(48,48,13)
#28270C
(40,39,12)
#201E0B
(32,30,11)
#18150A
(24,21,10)
#100C09
(16,12,9)
#000000
(0,0,0)

Tints of #606613

#606613
(96,102,19)
#6E7328
(110,115,40)
#7C803D
(124,128,61)
#8A8D52
(138,141,82)
#989A67
(152,154,103)
#A6A77C
(166,167,124)
#B4B491
(180,180,145)
#C2C1A6
(194,193,166)
#D0CEBB
(208,206,187)
#DEDBD0
(222,219,208)
#ECE8E5
(236,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #606613 color. Also use rgb(96,102,19) instead hex code.

Text Font Color

.myTextColor { color: #606613; }

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

This text font color is #606613.


Background Color

.myBgColor { background-color: #606613; }

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

This div background color is #606613.


Border color

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

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

This div border color is #606613.


Opacity

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

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

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

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

This text has shadow with #606613 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #606613 on black background.


Color preview on white background

This text has color #606613 on white background.



Black color preview on #606613 background

This text has black color on #606613 background.


White color preview on #606613 background

This text has white color on #606613 background.