COLOR #606C42

HEX: #606C42
RGB: (96,108,66)

Color info

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

RGB color model

#606C42 color RGB value is (96,108,66).

  • red value is 96;
  • green value is 108;
  • blue value is 66.
RGB:
(96,108,66)
(38%,42%,26%)

RGB channels and saturation

R 96 of 255 = 38%
G 108 of 255 = 42%
B 66 of 255 = 26%

96
108
66

R + G + B ~ 35%. #606C42 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 108 + 66 = 270 (100%)
R 96 of 270 ~ 35.56%
G 108 of 270 ~ 40%
B 66 of 270 ~ 24.44%

%35.56
%40
%24.44

CMYK color model

#606C42 color CMYK value is (11,0,39,58).

  • cyan value is 11.11%
  • magenta value is 0.00%
  • yellow value is 38.89%
  • key color value is 57.65%
CMYK:
(11,0,39,58)
C11M0Y39K58 
(11%,0%,39%,58%)
(0.11/0.00/0.39/0.58)	

CMYK percentages

%11.11
%0
%38.89
%57.65

Codes

Color #606C42 in popluar color models

606C42
RGB9610866
HSL77°24.14%34.12%
HSB/HSV77°38.89%42.35%
CMYK11.11%0.00%38.89%
57.65%

Color #606C42 in popluar number systems.

HEX606C42
Decimal9610866
Binary110000011011001000010
Octal140154102

Shades and tints

Shades of #606C42

#606C42
(96,108,66)
#58633C
(88,99,60)
#505A36
(80,90,54)
#485130
(72,81,48)
#40482A
(64,72,42)
#383F24
(56,63,36)
#30361E
(48,54,30)
#282D18
(40,45,24)
#202412
(32,36,18)
#181B0C
(24,27,12)
#101206
(16,18,6)
#000000
(0,0,0)

Tints of #606C42

#606C42
(96,108,66)
#6E7953
(110,121,83)
#7C8664
(124,134,100)
#8A9375
(138,147,117)
#98A086
(152,160,134)
#A6AD97
(166,173,151)
#B4BAA8
(180,186,168)
#C2C7B9
(194,199,185)
#D0D4CA
(208,212,202)
#DEE1DB
(222,225,219)
#ECEEEC
(236,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #606C42 color. Also use rgb(96,108,66) instead hex code.

Text Font Color

.myTextColor { color: #606C42; }

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

This text font color is #606C42.


Background Color

.myBgColor { background-color: #606C42; }

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

This div background color is #606C42.


Border color

.myBorderColor { border: 1px solid #606C42; }

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

This div border color is #606C42.


Opacity

.myOpacity80 { color: #606C42; opacity: 0.8; }

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

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

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

This text has shadow with #606C42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #606C42 on black background.


Color preview on white background

This text has color #606C42 on white background.



Black color preview on #606C42 background

This text has black color on #606C42 background.


White color preview on #606C42 background

This text has white color on #606C42 background.