COLOR #66896C

HEX: #66896C RGB: (102,137,108)

Color info

#66896C contains red, green and blue colors in about the same proportion. Web safe color of #66896C is #669966 (or #696).

RGB color model

#66896C color RGB value is (102,137,108).

RGB: (102,137,108) (40%, 54%, 42%)

RGB channels and saturation

R 102 of 255 = 40%
G 137 of 255 = 54%
B 108 of 255 = 42%

102
137
108

R + G + B ~ 45%. #66896C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 102 + 137 + 108 = 347 (100%)
R 102 of 347 ~ 29.39%
G 137 of 347 ~ 39.48%
B 108 of 347 ~ 31.12'%

%29.39
%39.48
%31.12

CMYK color model

#66896C color CMYK value is (26,0,21,46).

  • cyan value is 25.55%
  • magenta value is 0.00%
  • yellow value is 21.17%
  • key color value is 46.27%

CMYK: (26,0,21,46)
C26M0Y21K46 (26%, 0%, 21%, 46%)
(0.26 / 0.00 / 0.21 / 0.46)

CMYK percentages

%25.55
%0
%21.17
%46.27

Codes

Color #66896C in popluar color models

66 89 6C
RGB 102 137 108
HSL 130° 14.64% 46.86%
HSB/HSV 130° 25.55% 53.73%
CMYK 25.55% 0.00% 21.17%
46.27%

Color #66896C in popluar number systems.

HEX 66 89 6C
Decimal 102 137 108
Binary 1100110 10001001 1101100
Octal 146 211 154

Shades and tints

Shades of #66896C

#66896C
(102,137,108)
#5D7D63
(93,125,99)
#54715A
(84,113,90)
#4B6551
(75,101,81)
#425948
(66,89,72)
#394D3F
(57,77,63)
#304136
(48,65,54)
#27352D
(39,53,45)
#1E2924
(30,41,36)
#151D1B
(21,29,27)
#0C1112
(12,17,18)
#000000
(0,0,0)

Tints of #66896C

#66896C
(102,137,108)
#739379
(115,147,121)
#809D86
(128,157,134)
#8DA793
(141,167,147)
#9AB1A0
(154,177,160)
#A7BBAD
(167,187,173)
#B4C5BA
(180,197,186)
#C1CFC7
(193,207,199)
#CED9D4
(206,217,212)
#DBE3E1
(219,227,225)
#E8EDEE
(232,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66896C color. Also use rgb(102,137,108) instead hex code.

Text Font Color

.myTextColor { color: #66896C; }

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

This text font color is #66896C.

Background Color

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

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

This div background color is #66896C.

Border color

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

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

This div border color is #66896C.

Opacity

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

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

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

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

This text has shadow with #66896C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #66896C.

Preview

Color preview on black background

This text has color #66896C on black background.


Color preview on white background

This text has color #66896C on white background.


Black color preview on #66896C background

This text has black color on #66896C background.


White color preview on #66896C background

This text has white color on #66896C background.


Related colors

Complementary color

Complementary color for #hex is #997693.


I love getcolorcode.com

Triadic colors

1 #6C6689 and #896C66 with #66896C are triadic colors.

2 #6C8966 and #89666C with #66896C are triadic colors.