COLOR #663412

HEX: #663412 RGB: (102,52,18)

Color info

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

RGB color model

#663412 color RGB value is (102,52,18).

RGB: (102,52,18) (40%, 20%, 7%)

RGB channels and saturation

R 102 of 255 = 40%
G 52 of 255 = 20%
B 18 of 255 = 7%

102
52
18

R + G + B ~ 22%. #663412 is dark color.

Portions of RGB colors in percentages

R + G + B = 102 + 52 + 18 = 172 (100%)
R 102 of 172 ~ 59.3%
G 52 of 172 ~ 30.23%
B 18 of 172 ~ 10.47'%

%59.3
%30.23

CMYK color model

#663412 color CMYK value is (0,49,82,60).

  • cyan value is 0.00%
  • magenta value is 49.02%
  • yellow value is 82.35%
  • key color value is 60.00%

CMYK: (0,49,82,60)
C0M49Y82K60 (0%, 49%, 82%, 60%)
(0.00 / 0.49 / 0.82 / 0.60)

CMYK percentages

%0
%49.02
%82.35
%60

Codes

Color #663412 in popluar color models

66 34 12
RGB 102 52 18
HSL 24° 70.00% 23.53%
HSB/HSV 24° 82.35% 40.00%
CMYK 0.00% 49.02% 82.35%
60.00%

Color #663412 in popluar number systems.

HEX 66 34 12
Decimal 102 52 18
Binary 1100110 110100 10010
Octal 146 64 22

Shades and tints

Shades of #663412

#663412
(102,52,18)
#5D3011
(93,48,17)
#542C10
(84,44,16)
#4B280F
(75,40,15)
#42240E
(66,36,14)
#39200D
(57,32,13)
#301C0C
(48,28,12)
#27180B
(39,24,11)
#1E140A
(30,20,10)
#151009
(21,16,9)
#0C0C08
(12,12,8)
#000000
(0,0,0)

Tints of #663412

#663412
(102,52,18)
#734627
(115,70,39)
#80583C
(128,88,60)
#8D6A51
(141,106,81)
#9A7C66
(154,124,102)
#A78E7B
(167,142,123)
#B4A090
(180,160,144)
#C1B2A5
(193,178,165)
#CEC4BA
(206,196,186)
#DBD6CF
(219,214,207)
#E8E8E4
(232,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #663412 color. Also use rgb(102,52,18) instead hex code.

Text Font Color

.myTextColor { color: #663412; }

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

This text font color is #663412.

Background Color

.myBgColor { background-color: #663412; }

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

This div background color is #663412.

Border color

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

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

This div border color is #663412.

Opacity

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

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

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

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

This text has shadow with #663412 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #663412.

Preview

Color preview on black background

This text has color #663412 on black background.


Color preview on white background

This text has color #663412 on white background.


Black color preview on #663412 background

This text has black color on #663412 background.


White color preview on #663412 background

This text has white color on #663412 background.


Related colors

Complementary color

Complementary color for #hex is #99CBED.


I love getcolorcode.com

Triadic colors

1 #126634 and #341266 with #663412 are triadic colors.

2 #123466 and #346612 with #663412 are triadic colors.