COLOR #6C3702

HEX: #6C3702 RGB: (108,55,2)

Color info

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

RGB color model

#6C3702 color RGB value is (108,55,2).

RGB: (108,55,2) (42%, 22%, 1%)

RGB channels and saturation

R 108 of 255 = 42%
G 55 of 255 = 22%
B 2 of 255 = 1%

108
55
2

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

Portions of RGB colors in percentages

R + G + B = 108 + 55 + 2 = 165 (100%)
R 108 of 165 ~ 65.45%
G 55 of 165 ~ 33.33%
B 2 of 165 ~ 1.21'%

%65.45
%33.33

CMYK color model

#6C3702 color CMYK value is (0,49,98,58).

  • cyan value is 0.00%
  • magenta value is 49.07%
  • yellow value is 98.15%
  • key color value is 57.65%

CMYK: (0,49,98,58)
C0M49Y98K58 (0%, 49%, 98%, 58%)
(0.00 / 0.49 / 0.98 / 0.58)

CMYK percentages

%0
%49.07
%98.15
%57.65

Codes

Color #6C3702 in popluar color models

6C 37 02
RGB 108 55 2
HSL 30° 96.36% 21.57%
HSB/HSV 30° 98.15% 42.35%
CMYK 0.00% 49.07% 98.15%
57.65%

Color #6C3702 in popluar number systems.

HEX 6C 37 02
Decimal 108 55 2
Binary 1101100 110111 10
Octal 154 67 2

Shades and tints

Shades of #6C3702

#6C3702
(108,55,2)
#633202
(99,50,2)
#5A2D02
(90,45,2)
#512802
(81,40,2)
#482302
(72,35,2)
#3F1E02
(63,30,2)
#361902
(54,25,2)
#2D1402
(45,20,2)
#240F02
(36,15,2)
#1B0A02
(27,10,2)
#120502
(18,5,2)
#000000
(0,0,0)

Tints of #6C3702

#6C3702
(108,55,2)
#794919
(121,73,25)
#865B30
(134,91,48)
#936D47
(147,109,71)
#A07F5E
(160,127,94)
#AD9175
(173,145,117)
#BAA38C
(186,163,140)
#C7B5A3
(199,181,163)
#D4C7BA
(212,199,186)
#E1D9D1
(225,217,209)
#EEEBE8
(238,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C3702 color. Also use rgb(108,55,2) instead hex code.

Text Font Color

.myTextColor { color: #6C3702; }

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

This text font color is #6C3702.

Background Color

.myBgColor { background-color: #6C3702; }

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

This div background color is #6C3702.

Border color

.myBorderColor { border: 1px solid #6C3702; }

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

This div border color is #6C3702.

Opacity

.myOpacity80 { color: #6C3702; opacity: 0.8; }

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

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

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

This text has shadow with #6C3702 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C3702.

Preview

Color preview on black background

This text has color #6C3702 on black background.


Color preview on white background

This text has color #6C3702 on white background.


Black color preview on #6C3702 background

This text has black color on #6C3702 background.


White color preview on #6C3702 background

This text has white color on #6C3702 background.


Related colors

Complementary color

Complementary color for #hex is #93C8FD.


I love getcolorcode.com

Triadic colors

1 #026C37 and #37026C with #6C3702 are triadic colors.

2 #02376C and #376C02 with #6C3702 are triadic colors.