COLOR #606636

HEX: #606636
RGB: (96,102,54)

Color info

#606636 contains red, green and blue colors in about the same proportion. Web safe color of #606636 is #666633 (or #663).

RGB color model

#606636 color RGB value is (96,102,54).

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

RGB channels and saturation

R 96 of 255 = 38%
G 102 of 255 = 40%
B 54 of 255 = 21%

96
102
54

R + G + B ~ 33%. #606636 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 102 + 54 = 252 (100%)
R 96 of 252 ~ 38.1%
G 102 of 252 ~ 40.48%
B 54 of 252 ~ 21.43%

%38.1
%40.48
%21.43

CMYK color model

#606636 color CMYK value is (6,0,47,60).

  • cyan value is 5.88%
  • magenta value is 0.00%
  • yellow value is 47.06%
  • key color value is 60.00%
CMYK:
(6,0,47,60)
C6M0Y47K60 
(6%,0%,47%,60%)
(0.06/0.00/0.47/0.60)	

CMYK percentages

%5.88
%0
%47.06
%60

Codes

Color #606636 in popluar color models

606636
RGB9610254
HSL68°30.77%30.59%
HSB/HSV68°47.06%40.00%
CMYK5.88%0.00%47.06%
60.00%

Color #606636 in popluar number systems.

HEX606636
Decimal9610254
Binary11000001100110110110
Octal14014666

Shades and tints

Shades of #606636

#606636
(96,102,54)
#585D32
(88,93,50)
#50542E
(80,84,46)
#484B2A
(72,75,42)
#404226
(64,66,38)
#383922
(56,57,34)
#30301E
(48,48,30)
#28271A
(40,39,26)
#201E16
(32,30,22)
#181512
(24,21,18)
#100C0E
(16,12,14)
#000000
(0,0,0)

Tints of #606636

#606636
(96,102,54)
#6E7348
(110,115,72)
#7C805A
(124,128,90)
#8A8D6C
(138,141,108)
#989A7E
(152,154,126)
#A6A790
(166,167,144)
#B4B4A2
(180,180,162)
#C2C1B4
(194,193,180)
#D0CEC6
(208,206,198)
#DEDBD8
(222,219,216)
#ECE8EA
(236,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #606636; }

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

This text font color is #606636.


Background Color

.myBgColor { background-color: #606636; }

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

This div background color is #606636.


Border color

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

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

This div border color is #606636.


Opacity

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

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

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

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

This text has shadow with #606636 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #606636 on black background.


Color preview on white background

This text has color #606636 on white background.



Black color preview on #606636 background

This text has black color on #606636 background.


White color preview on #606636 background

This text has white color on #606636 background.