COLOR #66635B

HEX: #66635B
RGB: (102,99,91)

Color info

#66635B contains red, green and blue colors in about the same proportion. Web safe color of #66635B is #666666 (or #666).

RGB color model

#66635B color RGB value is (102,99,91).

  • red value is 102;
  • green value is 99;
  • blue value is 91.
RGB:
(102,99,91)
(40%,39%,36%)

RGB channels and saturation

R 102 of 255 = 40%
G 99 of 255 = 39%
B 91 of 255 = 36%

102
99
91

R + G + B ~ 38%. #66635B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 99 + 91 = 292 (100%)
R 102 of 292 ~ 34.93%
G 99 of 292 ~ 33.9%
B 91 of 292 ~ 31.16%

%34.93
%33.9
%31.16

CMYK color model

#66635B color CMYK value is (0,3,11,60).

  • cyan value is 0.00%
  • magenta value is 2.94%
  • yellow value is 10.78%
  • key color value is 60.00%
CMYK:
(0,3,11,60)
C0M3Y11K60 
(0%,3%,11%,60%)
(0.00/0.03/0.11/0.60)	

CMYK percentages

%0
%2.94
%10.78
%60

Codes

Color #66635B in popluar color models

66635B
RGB1029991
HSL44°5.70%37.84%
HSB/HSV44°10.78%40.00%
CMYK0.00%2.94%10.78%
60.00%

Color #66635B in popluar number systems.

HEX66635B
Decimal1029991
Binary110011011000111011011
Octal146143133

Shades and tints

Shades of #66635B

#66635B
(102,99,91)
#5D5A53
(93,90,83)
#54514B
(84,81,75)
#4B4843
(75,72,67)
#423F3B
(66,63,59)
#393633
(57,54,51)
#302D2B
(48,45,43)
#272423
(39,36,35)
#1E1B1B
(30,27,27)
#151213
(21,18,19)
#0C090B
(12,9,11)
#000000
(0,0,0)

Tints of #66635B

#66635B
(102,99,91)
#737169
(115,113,105)
#807F77
(128,127,119)
#8D8D85
(141,141,133)
#9A9B93
(154,155,147)
#A7A9A1
(167,169,161)
#B4B7AF
(180,183,175)
#C1C5BD
(193,197,189)
#CED3CB
(206,211,203)
#DBE1D9
(219,225,217)
#E8EFE7
(232,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66635B color. Also use rgb(102,99,91) instead hex code.

Text Font Color

.myTextColor { color: #66635B; }

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

This text font color is #66635B.


Background Color

.myBgColor { background-color: #66635B; }

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

This div background color is #66635B.


Border color

.myBorderColor { border: 1px solid #66635B; }

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

This div border color is #66635B.


Opacity

.myOpacity80 { color: #66635B; opacity: 0.8; }

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

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

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

This text has shadow with #66635B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66635B on black background.


Color preview on white background

This text has color #66635B on white background.



Black color preview on #66635B background

This text has black color on #66635B background.


White color preview on #66635B background

This text has white color on #66635B background.