COLOR #665506

HEX: #665506
RGB: (102,85,6)

Color info

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

RGB color model

#665506 color RGB value is (102,85,6).

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

RGB channels and saturation

R 102 of 255 = 40%
G 85 of 255 = 33%
B 6 of 255 = 2%

102
85
6

R + G + B ~ 25%. #665506 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 85 + 6 = 193 (100%)
R 102 of 193 ~ 52.85%
G 85 of 193 ~ 44.04%
B 6 of 193 ~ 3.11%

%52.85
%44.04

CMYK color model

#665506 color CMYK value is (0,17,94,60).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 94.12%
  • key color value is 60.00%
CMYK:
(0,17,94,60)
C0M17Y94K60 
(0%,17%,94%,60%)
(0.00/0.17/0.94/0.60)	

CMYK percentages

%0
%16.67
%94.12
%60

Codes

Color #665506 in popluar color models

665506
RGB102856
HSL49°88.89%21.18%
HSB/HSV49°94.12%40.00%
CMYK0.00%16.67%94.12%
60.00%

Color #665506 in popluar number systems.

HEX665506
Decimal102856
Binary11001101010101110
Octal1461256

Shades and tints

Shades of #665506

#665506
(102,85,6)
#5D4E06
(93,78,6)
#544706
(84,71,6)
#4B4006
(75,64,6)
#423906
(66,57,6)
#393206
(57,50,6)
#302B06
(48,43,6)
#272406
(39,36,6)
#1E1D06
(30,29,6)
#151606
(21,22,6)
#0C0F06
(12,15,6)
#000000
(0,0,0)

Tints of #665506

#665506
(102,85,6)
#73641C
(115,100,28)
#807332
(128,115,50)
#8D8248
(141,130,72)
#9A915E
(154,145,94)
#A7A074
(167,160,116)
#B4AF8A
(180,175,138)
#C1BEA0
(193,190,160)
#CECDB6
(206,205,182)
#DBDCCC
(219,220,204)
#E8EBE2
(232,235,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #665506; }

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

This text font color is #665506.


Background Color

.myBgColor { background-color: #665506; }

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

This div background color is #665506.


Border color

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

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

This div border color is #665506.


Opacity

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

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

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

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

This text has shadow with #665506 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #665506 on black background.


Color preview on white background

This text has color #665506 on white background.



Black color preview on #665506 background

This text has black color on #665506 background.


White color preview on #665506 background

This text has white color on #665506 background.