COLOR #6C410E

HEX: #6C410E
RGB: (108,65,14)

Color info

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

RGB color model

#6C410E color RGB value is (108,65,14).

  • red value is 108;
  • green value is 65;
  • blue value is 14.
RGB:
(108,65,14)
(42%,25%,5%)

RGB channels and saturation

R 108 of 255 = 42%
G 65 of 255 = 25%
B 14 of 255 = 5%

108
65
14

R + G + B ~ 24%. #6C410E is dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 65 + 14 = 187 (100%)
R 108 of 187 ~ 57.75%
G 65 of 187 ~ 34.76%
B 14 of 187 ~ 7.49%

%57.75
%34.76

CMYK color model

#6C410E color CMYK value is (0,40,87,58).

  • cyan value is 0.00%
  • magenta value is 39.81%
  • yellow value is 87.04%
  • key color value is 57.65%
CMYK:
(0,40,87,58)
C0M40Y87K58 
(0%,40%,87%,58%)
(0.00/0.40/0.87/0.58)	

CMYK percentages

%0
%39.81
%87.04
%57.65

Codes

Color #6C410E in popluar color models

6C410E
RGB1086514
HSL33°77.05%23.92%
HSB/HSV33°87.04%42.35%
CMYK0.00%39.81%87.04%
57.65%

Color #6C410E in popluar number systems.

HEX6C410E
Decimal1086514
Binary110110010000011110
Octal15410116

Shades and tints

Shades of #6C410E

#6C410E
(108,65,14)
#633C0D
(99,60,13)
#5A370C
(90,55,12)
#51320B
(81,50,11)
#482D0A
(72,45,10)
#3F2809
(63,40,9)
#362308
(54,35,8)
#2D1E07
(45,30,7)
#241906
(36,25,6)
#1B1405
(27,20,5)
#120F04
(18,15,4)
#000000
(0,0,0)

Tints of #6C410E

#6C410E
(108,65,14)
#795223
(121,82,35)
#866338
(134,99,56)
#93744D
(147,116,77)
#A08562
(160,133,98)
#AD9677
(173,150,119)
#BAA78C
(186,167,140)
#C7B8A1
(199,184,161)
#D4C9B6
(212,201,182)
#E1DACB
(225,218,203)
#EEEBE0
(238,235,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C410E color. Also use rgb(108,65,14) instead hex code.

Text Font Color

.myTextColor { color: #6C410E; }

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

This text font color is #6C410E.


Background Color

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

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

This div background color is #6C410E.


Border color

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

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

This div border color is #6C410E.


Opacity

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

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

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

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

This text has shadow with #6C410E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C410E on black background.


Color preview on white background

This text has color #6C410E on white background.



Black color preview on #6C410E background

This text has black color on #6C410E background.


White color preview on #6C410E background

This text has white color on #6C410E background.