COLOR #663701

HEX: #663701
RGB: (102,55,1)

Color info

#663701 contains mainly red and green colors. Web safe color of #663701 is #663300 (or #630).

RGB color model

#663701 color RGB value is (102,55,1).

  • red value is 102;
  • green value is 55;
  • blue value is 1.
RGB:
(102,55,1)
(40%,22%,0%)

RGB channels and saturation

R 102 of 255 = 40%
G 55 of 255 = 22%
B 1 of 255 = 0%

102
55
1

R + G + B ~ 21%. #663701 is dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 55 + 1 = 158 (100%)
R 102 of 158 ~ 64.56%
G 55 of 158 ~ 34.81%
B 1 of 158 ~ 0.63%

%64.56
%34.81

CMYK color model

#663701 color CMYK value is (0,46,99,60).

  • cyan value is 0.00%
  • magenta value is 46.08%
  • yellow value is 99.02%
  • key color value is 60.00%
CMYK:
(0,46,99,60)
C0M46Y99K60 
(0%,46%,99%,60%)
(0.00/0.46/0.99/0.60)	

CMYK percentages

%0
%46.08
%99.02
%60

Codes

Color #663701 in popluar color models

663701
RGB102551
HSL32°98.06%20.20%
HSB/HSV32°99.02%40.00%
CMYK0.00%46.08%99.02%
60.00%

Color #663701 in popluar number systems.

HEX663701
Decimal102551
Binary11001101101111
Octal146671

Shades and tints

Shades of #663701

#663701
(102,55,1)
#5D3201
(93,50,1)
#542D01
(84,45,1)
#4B2801
(75,40,1)
#422301
(66,35,1)
#391E01
(57,30,1)
#301901
(48,25,1)
#271401
(39,20,1)
#1E0F01
(30,15,1)
#150A01
(21,10,1)
#0C0501
(12,5,1)
#000000
(0,0,0)

Tints of #663701

#663701
(102,55,1)
#734918
(115,73,24)
#805B2F
(128,91,47)
#8D6D46
(141,109,70)
#9A7F5D
(154,127,93)
#A79174
(167,145,116)
#B4A38B
(180,163,139)
#C1B5A2
(193,181,162)
#CEC7B9
(206,199,185)
#DBD9D0
(219,217,208)
#E8EBE7
(232,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #663701; }

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

This text font color is #663701.


Background Color

.myBgColor { background-color: #663701; }

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

This div background color is #663701.


Border color

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

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

This div border color is #663701.


Opacity

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

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

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

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

This text has shadow with #663701 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #663701 on black background.


Color preview on white background

This text has color #663701 on white background.



Black color preview on #663701 background

This text has black color on #663701 background.


White color preview on #663701 background

This text has white color on #663701 background.