COLOR #665966

HEX: #665966
RGB: (102,89,102)

Color info

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

RGB color model

#665966 color RGB value is (102,89,102).

  • red value is 102;
  • green value is 89;
  • blue value is 102.
RGB:
(102,89,102)
(40%,35%,40%)

RGB channels and saturation

R 102 of 255 = 40%
G 89 of 255 = 35%
B 102 of 255 = 40%

102
89
102

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

Portions of RGB colors in percentages

R + G + B =
102 + 89 + 102 = 293 (100%)
R 102 of 293 ~ 34.81%
G 89 of 293 ~ 30.38%
B 102 of 293 ~ 34.81%

%34.81
%30.38
%34.81

CMYK color model

#665966 color CMYK value is (0,13,0,60).

  • cyan value is 0.00%
  • magenta value is 12.75%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(0,13,0,60)
C0M13Y0K60 
(0%,13%,0%,60%)
(0.00/0.13/0.00/0.60)	

CMYK percentages

%0
%12.75
%0
%60

Codes

Color #665966 in popluar color models

665966
RGB10289102
HSL300°6.81%37.45%
HSB/HSV300°12.75%40.00%
CMYK0.00%12.75%0.00%
60.00%

Color #665966 in popluar number systems.

HEX665966
Decimal10289102
Binary110011010110011100110
Octal146131146

Shades and tints

Shades of #665966

#665966
(102,89,102)
#5D515D
(93,81,93)
#544954
(84,73,84)
#4B414B
(75,65,75)
#423942
(66,57,66)
#393139
(57,49,57)
#302930
(48,41,48)
#272127
(39,33,39)
#1E191E
(30,25,30)
#151115
(21,17,21)
#0C090C
(12,9,12)
#000000
(0,0,0)

Tints of #665966

#665966
(102,89,102)
#736873
(115,104,115)
#807780
(128,119,128)
#8D868D
(141,134,141)
#9A959A
(154,149,154)
#A7A4A7
(167,164,167)
#B4B3B4
(180,179,180)
#C1C2C1
(193,194,193)
#CED1CE
(206,209,206)
#DBE0DB
(219,224,219)
#E8EFE8
(232,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #665966; }

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

This text font color is #665966.


Background Color

.myBgColor { background-color: #665966; }

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

This div background color is #665966.


Border color

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

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

This div border color is #665966.


Opacity

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

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

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

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

This text has shadow with #665966 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #665966 on black background.


Color preview on white background

This text has color #665966 on white background.



Black color preview on #665966 background

This text has black color on #665966 background.


White color preview on #665966 background

This text has white color on #665966 background.