COLOR #66635C

HEX: #66635C RGB: (102,99,92)

Color info

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

RGB color model

#66635C color RGB value is (102,99,92).

RGB: (102,99,92) (40%, 39%, 36%)

RGB channels and saturation

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

102
99
92

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

Portions of RGB colors in percentages

R + G + B = 102 + 99 + 92 = 293 (100%)
R 102 of 293 ~ 34.81%
G 99 of 293 ~ 33.79%
B 92 of 293 ~ 31.4'%

%34.81
%33.79
%31.4

CMYK color model

#66635C color CMYK value is (0,3,10,60).

  • cyan value is 0.00%
  • magenta value is 2.94%
  • yellow value is 9.80%
  • key color value is 60.00%
CMYK: (0,3,10,60) C0M3Y10K60 (0%,3%,10%,60%) (0.00/0.03/0.10/0.60) 

CMYK percentages

%0
%2.94
%9.8
%60

Codes

Color #66635C in popluar color models

66 63 5C
RGB 102 99 92
HSL 42° 5.15% 38.04%
HSB/HSV 42° 9.80% 40.00%
CMYK 0.00% 2.94% 9.80%
60.00%

Color #66635C in popluar number systems.

HEX 66 63 5C
Decimal 102 99 92
Binary 1100110 1100011 1011100
Octal 146 143 134

Shades and tints

Shades of #66635C

#66635C
(102,99,92)
#5D5A54
(93,90,84)
#54514C
(84,81,76)
#4B4844
(75,72,68)
#423F3C
(66,63,60)
#393634
(57,54,52)
#302D2C
(48,45,44)
#272424
(39,36,36)
#1E1B1C
(30,27,28)
#151214
(21,18,20)
#0C090C
(12,9,12)
#000000
(0,0,0)

Tints of #66635C

#66635C
(102,99,92)
#73716A
(115,113,106)
#807F78
(128,127,120)
#8D8D86
(141,141,134)
#9A9B94
(154,155,148)
#A7A9A2
(167,169,162)
#B4B7B0
(180,183,176)
#C1C5BE
(193,197,190)
#CED3CC
(206,211,204)
#DBE1DA
(219,225,218)
#E8EFE8
(232,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #66635C; }

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

This text font color is #66635C.

Background Color

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

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

This div background color is #66635C.

Border color

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

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

This div border color is #66635C.

Opacity

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

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

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

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

This text has shadow with #66635C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #66635C.

Preview

Color preview on black background

This text has color #66635C on black background.


Color preview on white background

This text has color #66635C on white background.


Black color preview on #66635C background

This text has black color on #66635C background.


White color preview on #66635C background

This text has white color on #66635C background.


Related colors

Complementary color

Complementary color for #hex is #999CA3.


I love getcolorcode.com

Triadic colors

1 #5C6663 and #635C66 with #66635C are triadic colors.

2 #5C6366 and #63665C with #66635C are triadic colors.