COLOR #665609

HEX: #665609
RGB: (102,86,9)

Color info

#665609 contains mainly red and green colors. Web safe color of #665609 is #666600 (or #660).

RGB color model

#665609 color RGB value is (102,86,9).

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

RGB channels and saturation

R 102 of 255 = 40%
G 86 of 255 = 34%
B 9 of 255 = 4%

102
86
9

R + G + B ~ 26%. #665609 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 86 + 9 = 197 (100%)
R 102 of 197 ~ 51.78%
G 86 of 197 ~ 43.65%
B 9 of 197 ~ 4.57%

%51.78
%43.65

CMYK color model

#665609 color CMYK value is (0,16,91,60).

  • cyan value is 0.00%
  • magenta value is 15.69%
  • yellow value is 91.18%
  • key color value is 60.00%
CMYK:
(0,16,91,60)
C0M16Y91K60 
(0%,16%,91%,60%)
(0.00/0.16/0.91/0.60)	

CMYK percentages

%0
%15.69
%91.18
%60

Codes

Color #665609 in popluar color models

665609
RGB102869
HSL50°83.78%21.76%
HSB/HSV50°91.18%40.00%
CMYK0.00%15.69%91.18%
60.00%

Color #665609 in popluar number systems.

HEX665609
Decimal102869
Binary110011010101101001
Octal14612611

Shades and tints

Shades of #665609

#665609
(102,86,9)
#5D4F09
(93,79,9)
#544809
(84,72,9)
#4B4109
(75,65,9)
#423A09
(66,58,9)
#393309
(57,51,9)
#302C09
(48,44,9)
#272509
(39,37,9)
#1E1E09
(30,30,9)
#151709
(21,23,9)
#0C1009
(12,16,9)
#000000
(0,0,0)

Tints of #665609

#665609
(102,86,9)
#73651F
(115,101,31)
#807435
(128,116,53)
#8D834B
(141,131,75)
#9A9261
(154,146,97)
#A7A177
(167,161,119)
#B4B08D
(180,176,141)
#C1BFA3
(193,191,163)
#CECEB9
(206,206,185)
#DBDDCF
(219,221,207)
#E8ECE5
(232,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #665609; }

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

This text font color is #665609.


Background Color

.myBgColor { background-color: #665609; }

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

This div background color is #665609.


Border color

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

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

This div border color is #665609.


Opacity

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

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

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

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

This text has shadow with #665609 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #665609 on black background.


Color preview on white background

This text has color #665609 on white background.



Black color preview on #665609 background

This text has black color on #665609 background.


White color preview on #665609 background

This text has white color on #665609 background.