COLOR #66655B

HEX: #66655B RGB: (102,101,91)

Color info

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

RGB color model

#66655B color RGB value is (102,101,91).

RGB: (102,101,91) (40%, 40%, 36%)

RGB channels and saturation

R 102 of 255 = 40%
G 101 of 255 = 40%
B 91 of 255 = 36%

102
101
91

R + G + B ~ 39%. #66655B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 102 + 101 + 91 = 294 (100%)
R 102 of 294 ~ 34.69%
G 101 of 294 ~ 34.35%
B 91 of 294 ~ 30.95'%

%34.69
%34.35
%30.95

CMYK color model

#66655B color CMYK value is (0,1,11,60).

  • cyan value is 0.00%
  • magenta value is 0.98%
  • yellow value is 10.78%
  • key color value is 60.00%

CMYK: (0,1,11,60)
C0M1Y11K60 (0%, 1%, 11%, 60%)
(0.00 / 0.01 / 0.11 / 0.60)

CMYK percentages

%0
%0.98
%10.78
%60

Codes

Color #66655B in popluar color models

66 65 5B
RGB 102 101 91
HSL 55° 5.70% 37.84%
HSB/HSV 55° 10.78% 40.00%
CMYK 0.00% 0.98% 10.78%
60.00%

Color #66655B in popluar number systems.

HEX 66 65 5B
Decimal 102 101 91
Binary 1100110 1100101 1011011
Octal 146 145 133

Shades and tints

Shades of #66655B

#66655B
(102,101,91)
#5D5C53
(93,92,83)
#54534B
(84,83,75)
#4B4A43
(75,74,67)
#42413B
(66,65,59)
#393833
(57,56,51)
#302F2B
(48,47,43)
#272623
(39,38,35)
#1E1D1B
(30,29,27)
#151413
(21,20,19)
#0C0B0B
(12,11,11)
#000000
(0,0,0)

Tints of #66655B

#66655B
(102,101,91)
#737369
(115,115,105)
#808177
(128,129,119)
#8D8F85
(141,143,133)
#9A9D93
(154,157,147)
#A7ABA1
(167,171,161)
#B4B9AF
(180,185,175)
#C1C7BD
(193,199,189)
#CED5CB
(206,213,203)
#DBE3D9
(219,227,217)
#E8F1E7
(232,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #66655B; }

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

This text font color is #66655B.

Background Color

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

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

This div background color is #66655B.

Border color

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

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

This div border color is #66655B.

Opacity

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

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

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

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

This text has shadow with #66655B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #66655B.

Preview

Color preview on black background

This text has color #66655B on black background.


Color preview on white background

This text has color #66655B on white background.


Black color preview on #66655B background

This text has black color on #66655B background.


White color preview on #66655B background

This text has white color on #66655B background.


Related colors

Complementary color

Complementary color for #hex is #999AA4.


I love getcolorcode.com

Triadic colors

1 #5B6665 and #655B66 with #66655B are triadic colors.

2 #5B6566 and #65665B with #66655B are triadic colors.