COLOR #660609

HEX: #660609
RGB: (102,6,9)

Color info

#660609 contains mainly red color. Web safe color of #660609 is #660000 (or #600).

RGB color model

#660609 color RGB value is (102,6,9).

  • red value is 102;
  • green value is 6;
  • blue value is 9.
RGB:
(102,6,9)
(40%,2%,4%)

RGB channels and saturation

R 102 of 255 = 40%
G 6 of 255 = 2%
B 9 of 255 = 4%

102
6
9

R + G + B ~ 15%. #660609 is dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 6 + 9 = 117 (100%)
R 102 of 117 ~ 87.18%
G 6 of 117 ~ 5.13%
B 9 of 117 ~ 7.69%

%87.18

CMYK color model

#660609 color CMYK value is (0,94,91,60).

  • cyan value is 0.00%
  • magenta value is 94.12%
  • yellow value is 91.18%
  • key color value is 60.00%
CMYK:
(0,94,91,60)
C0M94Y91K60 
(0%,94%,91%,60%)
(0.00/0.94/0.91/0.60)	

CMYK percentages

%0
%94.12
%91.18
%60

Codes

Color #660609 in popluar color models

660609
RGB10269
HSL358°88.89%21.18%
HSB/HSV358°94.12%40.00%
CMYK0.00%94.12%91.18%
60.00%

Color #660609 in popluar number systems.

HEX660609
Decimal10269
Binary11001101101001
Octal146611

Shades and tints

Shades of #660609

#660609
(102,6,9)
#5D0609
(93,6,9)
#540609
(84,6,9)
#4B0609
(75,6,9)
#420609
(66,6,9)
#390609
(57,6,9)
#300609
(48,6,9)
#270609
(39,6,9)
#1E0609
(30,6,9)
#150609
(21,6,9)
#0C0609
(12,6,9)
#000000
(0,0,0)

Tints of #660609

#660609
(102,6,9)
#731C1F
(115,28,31)
#803235
(128,50,53)
#8D484B
(141,72,75)
#9A5E61
(154,94,97)
#A77477
(167,116,119)
#B48A8D
(180,138,141)
#C1A0A3
(193,160,163)
#CEB6B9
(206,182,185)
#DBCCCF
(219,204,207)
#E8E2E5
(232,226,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #660609; }

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

This text font color is #660609.


Background Color

.myBgColor { background-color: #660609; }

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

This div background color is #660609.


Border color

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

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

This div border color is #660609.


Opacity

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

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

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

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

This text has shadow with #660609 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #660609 on black background.


Color preview on white background

This text has color #660609 on white background.



Black color preview on #660609 background

This text has black color on #660609 background.


White color preview on #660609 background

This text has white color on #660609 background.