COLOR #666522

HEX: #666522 RGB: (102,101,34)

Color info

#666522 contains mainly red and green colors. Web safe color of #666522 is #666633 (or #663).

RGB color model

#666522 color RGB value is (102,101,34).

RGB: (102,101,34) (40%, 40%, 13%)

RGB channels and saturation

R 102 of 255 = 40%
G 101 of 255 = 40%
B 34 of 255 = 13%

102
101
34

R + G + B ~ 31%. #666522 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 102 + 101 + 34 = 237 (100%)
R 102 of 237 ~ 43.04%
G 101 of 237 ~ 42.62%
B 34 of 237 ~ 14.35'%

%43.04
%42.62
%14.35

CMYK color model

#666522 color CMYK value is (0,1,67,60).

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

CMYK: (0,1,67,60)
C0M1Y67K60 (0%, 1%, 67%, 60%)
(0.00 / 0.01 / 0.67 / 0.60)

CMYK percentages

%0
%0.98
%66.67
%60

Codes

Color #666522 in popluar color models

66 65 22
RGB 102 101 34
HSL 59° 50.00% 26.67%
HSB/HSV 59° 66.67% 40.00%
CMYK 0.00% 0.98% 66.67%
60.00%

Color #666522 in popluar number systems.

HEX 66 65 22
Decimal 102 101 34
Binary 1100110 1100101 100010
Octal 146 145 42

Shades and tints

Shades of #666522

#666522
(102,101,34)
#5D5C1F
(93,92,31)
#54531C
(84,83,28)
#4B4A19
(75,74,25)
#424116
(66,65,22)
#393813
(57,56,19)
#302F10
(48,47,16)
#27260D
(39,38,13)
#1E1D0A
(30,29,10)
#151407
(21,20,7)
#0C0B04
(12,11,4)
#000000
(0,0,0)

Tints of #666522

#666522
(102,101,34)
#737336
(115,115,54)
#80814A
(128,129,74)
#8D8F5E
(141,143,94)
#9A9D72
(154,157,114)
#A7AB86
(167,171,134)
#B4B99A
(180,185,154)
#C1C7AE
(193,199,174)
#CED5C2
(206,213,194)
#DBE3D6
(219,227,214)
#E8F1EA
(232,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #666522; }

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

This text font color is #666522.

Background Color

.myBgColor { background-color: #666522; }

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

This div background color is #666522.

Border color

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

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

This div border color is #666522.

Opacity

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

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

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

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

This text has shadow with #666522 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #666522.

Preview

Color preview on black background

This text has color #666522 on black background.


Color preview on white background

This text has color #666522 on white background.


Black color preview on #666522 background

This text has black color on #666522 background.


White color preview on #666522 background

This text has white color on #666522 background.


Related colors

Complementary color

Complementary color for #hex is #999ADD.


I love getcolorcode.com

Triadic colors

1 #226665 and #652266 with #666522 are triadic colors.

2 #226566 and #656622 with #666522 are triadic colors.