COLOR #6C470D

HEX: #6C470D RGB: (108,71,13)

Color info

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

RGB color model

#6C470D color RGB value is (108,71,13).

RGB: (108,71,13) (42%, 28%, 5%)

RGB channels and saturation

R 108 of 255 = 42%
G 71 of 255 = 28%
B 13 of 255 = 5%

108
71
13

R + G + B ~ 25%. #6C470D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 108 + 71 + 13 = 192 (100%)
R 108 of 192 ~ 56.25%
G 71 of 192 ~ 36.98%
B 13 of 192 ~ 6.77'%

%56.25
%36.98

CMYK color model

#6C470D color CMYK value is (0,34,88,58).

  • cyan value is 0.00%
  • magenta value is 34.26%
  • yellow value is 87.96%
  • key color value is 57.65%

CMYK: (0,34,88,58)
C0M34Y88K58 (0%, 34%, 88%, 58%)
(0.00 / 0.34 / 0.88 / 0.58)

CMYK percentages

%0
%34.26
%87.96
%57.65

Codes

Color #6C470D in popluar color models

6C 47 0D
RGB 108 71 13
HSL 37° 78.51% 23.73%
HSB/HSV 37° 87.96% 42.35%
CMYK 0.00% 34.26% 87.96%
57.65%

Color #6C470D in popluar number systems.

HEX 6C 47 0D
Decimal 108 71 13
Binary 1101100 1000111 1101
Octal 154 107 15

Shades and tints

Shades of #6C470D

#6C470D
(108,71,13)
#63410C
(99,65,12)
#5A3B0B
(90,59,11)
#51350A
(81,53,10)
#482F09
(72,47,9)
#3F2908
(63,41,8)
#362307
(54,35,7)
#2D1D06
(45,29,6)
#241705
(36,23,5)
#1B1104
(27,17,4)
#120B03
(18,11,3)
#000000
(0,0,0)

Tints of #6C470D

#6C470D
(108,71,13)
#795723
(121,87,35)
#866739
(134,103,57)
#93774F
(147,119,79)
#A08765
(160,135,101)
#AD977B
(173,151,123)
#BAA791
(186,167,145)
#C7B7A7
(199,183,167)
#D4C7BD
(212,199,189)
#E1D7D3
(225,215,211)
#EEE7E9
(238,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C470D color. Also use rgb(108,71,13) instead hex code.

Text Font Color

.myTextColor { color: #6C470D; }

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

This text font color is #6C470D.

Background Color

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

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

This div background color is #6C470D.

Border color

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

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

This div border color is #6C470D.

Opacity

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

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

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

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

This text has shadow with #6C470D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C470D.

Preview

Color preview on black background

This text has color #6C470D on black background.


Color preview on white background

This text has color #6C470D on white background.


Black color preview on #6C470D background

This text has black color on #6C470D background.


White color preview on #6C470D background

This text has white color on #6C470D background.


Related colors

Complementary color

Complementary color for #hex is #93B8F2.


I love getcolorcode.com

Triadic colors

1 #0D6C47 and #470D6C with #6C470D are triadic colors.

2 #0D476C and #476C0D with #6C470D are triadic colors.