COLOR #665316

HEX: #665316
RGB: (102,83,22)

Color info

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

RGB color model

#665316 color RGB value is (102,83,22).

  • red value is 102;
  • green value is 83;
  • blue value is 22.
RGB:
(102,83,22)
(40%,33%,9%)

RGB channels and saturation

R 102 of 255 = 40%
G 83 of 255 = 33%
B 22 of 255 = 9%

102
83
22

R + G + B ~ 27%. #665316 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 83 + 22 = 207 (100%)
R 102 of 207 ~ 49.28%
G 83 of 207 ~ 40.1%
B 22 of 207 ~ 10.63%

%49.28
%40.1
%10.63

CMYK color model

#665316 color CMYK value is (0,19,78,60).

  • cyan value is 0.00%
  • magenta value is 18.63%
  • yellow value is 78.43%
  • key color value is 60.00%
CMYK:
(0,19,78,60)
C0M19Y78K60 
(0%,19%,78%,60%)
(0.00/0.19/0.78/0.60)	

CMYK percentages

%0
%18.63
%78.43
%60

Codes

Color #665316 in popluar color models

665316
RGB1028322
HSL46°64.52%24.31%
HSB/HSV46°78.43%40.00%
CMYK0.00%18.63%78.43%
60.00%

Color #665316 in popluar number systems.

HEX665316
Decimal1028322
Binary1100110101001110110
Octal14612326

Shades and tints

Shades of #665316

#665316
(102,83,22)
#5D4C14
(93,76,20)
#544512
(84,69,18)
#4B3E10
(75,62,16)
#42370E
(66,55,14)
#39300C
(57,48,12)
#30290A
(48,41,10)
#272208
(39,34,8)
#1E1B06
(30,27,6)
#151404
(21,20,4)
#0C0D02
(12,13,2)
#000000
(0,0,0)

Tints of #665316

#665316
(102,83,22)
#73622B
(115,98,43)
#807140
(128,113,64)
#8D8055
(141,128,85)
#9A8F6A
(154,143,106)
#A79E7F
(167,158,127)
#B4AD94
(180,173,148)
#C1BCA9
(193,188,169)
#CECBBE
(206,203,190)
#DBDAD3
(219,218,211)
#E8E9E8
(232,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #665316; }

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

This text font color is #665316.


Background Color

.myBgColor { background-color: #665316; }

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

This div background color is #665316.


Border color

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

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

This div border color is #665316.


Opacity

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

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

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

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

This text has shadow with #665316 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #665316 on black background.


Color preview on white background

This text has color #665316 on white background.



Black color preview on #665316 background

This text has black color on #665316 background.


White color preview on #665316 background

This text has white color on #665316 background.