COLOR #663726

HEX: #663726
RGB: (102,55,38)

Color info

#663726 contains mainly red and green colors. Web safe color of #663726 is #663333 (or #633).

RGB color model

#663726 color RGB value is (102,55,38).

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

RGB channels and saturation

R 102 of 255 = 40%
G 55 of 255 = 22%
B 38 of 255 = 15%

102
55
38

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

Portions of RGB colors in percentages

R + G + B =
102 + 55 + 38 = 195 (100%)
R 102 of 195 ~ 52.31%
G 55 of 195 ~ 28.21%
B 38 of 195 ~ 19.49%

%52.31
%28.21
%19.49

CMYK color model

#663726 color CMYK value is (0,46,63,60).

  • cyan value is 0.00%
  • magenta value is 46.08%
  • yellow value is 62.75%
  • key color value is 60.00%
CMYK:
(0,46,63,60)
C0M46Y63K60 
(0%,46%,63%,60%)
(0.00/0.46/0.63/0.60)	

CMYK percentages

%0
%46.08
%62.75
%60

Codes

Color #663726 in popluar color models

663726
RGB1025538
HSL16°45.71%27.45%
HSB/HSV16°62.75%40.00%
CMYK0.00%46.08%62.75%
60.00%

Color #663726 in popluar number systems.

HEX663726
Decimal1025538
Binary1100110110111100110
Octal1466746

Shades and tints

Shades of #663726

#663726
(102,55,38)
#5D3223
(93,50,35)
#542D20
(84,45,32)
#4B281D
(75,40,29)
#42231A
(66,35,26)
#391E17
(57,30,23)
#301914
(48,25,20)
#271411
(39,20,17)
#1E0F0E
(30,15,14)
#150A0B
(21,10,11)
#0C0508
(12,5,8)
#000000
(0,0,0)

Tints of #663726

#663726
(102,55,38)
#734939
(115,73,57)
#805B4C
(128,91,76)
#8D6D5F
(141,109,95)
#9A7F72
(154,127,114)
#A79185
(167,145,133)
#B4A398
(180,163,152)
#C1B5AB
(193,181,171)
#CEC7BE
(206,199,190)
#DBD9D1
(219,217,209)
#E8EBE4
(232,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #663726; }

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

This text font color is #663726.


Background Color

.myBgColor { background-color: #663726; }

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

This div background color is #663726.


Border color

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

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

This div border color is #663726.


Opacity

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

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

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

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

This text has shadow with #663726 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #663726 on black background.


Color preview on white background

This text has color #663726 on white background.



Black color preview on #663726 background

This text has black color on #663726 background.


White color preview on #663726 background

This text has white color on #663726 background.