COLOR #6C5702

HEX: #6C5702
RGB: (108,87,2)

Color info

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

RGB color model

#6C5702 color RGB value is (108,87,2).

  • red value is 108;
  • green value is 87;
  • blue value is 2.
RGB:
(108,87,2)
(42%,34%,1%)

RGB channels and saturation

R 108 of 255 = 42%
G 87 of 255 = 34%
B 2 of 255 = 1%

108
87
2

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

Portions of RGB colors in percentages

R + G + B =
108 + 87 + 2 = 197 (100%)
R 108 of 197 ~ 54.82%
G 87 of 197 ~ 44.16%
B 2 of 197 ~ 1.02%

%54.82
%44.16

CMYK color model

#6C5702 color CMYK value is (0,19,98,58).

  • cyan value is 0.00%
  • magenta value is 19.44%
  • yellow value is 98.15%
  • key color value is 57.65%
CMYK:
(0,19,98,58)
C0M19Y98K58 
(0%,19%,98%,58%)
(0.00/0.19/0.98/0.58)	

CMYK percentages

%0
%19.44
%98.15
%57.65

Codes

Color #6C5702 in popluar color models

6C5702
RGB108872
HSL48°96.36%21.57%
HSB/HSV48°98.15%42.35%
CMYK0.00%19.44%98.15%
57.65%

Color #6C5702 in popluar number systems.

HEX6C5702
Decimal108872
Binary1101100101011110
Octal1541272

Shades and tints

Shades of #6C5702

#6C5702
(108,87,2)
#635002
(99,80,2)
#5A4902
(90,73,2)
#514202
(81,66,2)
#483B02
(72,59,2)
#3F3402
(63,52,2)
#362D02
(54,45,2)
#2D2602
(45,38,2)
#241F02
(36,31,2)
#1B1802
(27,24,2)
#121102
(18,17,2)
#000000
(0,0,0)

Tints of #6C5702

#6C5702
(108,87,2)
#796619
(121,102,25)
#867530
(134,117,48)
#938447
(147,132,71)
#A0935E
(160,147,94)
#ADA275
(173,162,117)
#BAB18C
(186,177,140)
#C7C0A3
(199,192,163)
#D4CFBA
(212,207,186)
#E1DED1
(225,222,209)
#EEEDE8
(238,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C5702; }

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

This text font color is #6C5702.


Background Color

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

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

This div background color is #6C5702.


Border color

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

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

This div border color is #6C5702.


Opacity

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

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

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

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

This text has shadow with #6C5702 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C5702 on black background.


Color preview on white background

This text has color #6C5702 on white background.



Black color preview on #6C5702 background

This text has black color on #6C5702 background.


White color preview on #6C5702 background

This text has white color on #6C5702 background.