COLOR #6C3F0A

HEX: #6C3F0A RGB: (108,63,10)

Color info

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

RGB color model

#6C3F0A color RGB value is (108,63,10).

RGB: (108,63,10) (42%, 25%, 4%)

RGB channels and saturation

R 108 of 255 = 42%
G 63 of 255 = 25%
B 10 of 255 = 4%

108
63
10

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

Portions of RGB colors in percentages

R + G + B = 108 + 63 + 10 = 181 (100%)
R 108 of 181 ~ 59.67%
G 63 of 181 ~ 34.81%
B 10 of 181 ~ 5.52'%

%59.67
%34.81

CMYK color model

#6C3F0A color CMYK value is (0,42,91,58).

  • cyan value is 0.00%
  • magenta value is 41.67%
  • yellow value is 90.74%
  • key color value is 57.65%

CMYK: (0,42,91,58)
C0M42Y91K58 (0%, 42%, 91%, 58%)
(0.00 / 0.42 / 0.91 / 0.58)

CMYK percentages

%0
%41.67
%90.74
%57.65

Codes

Color #6C3F0A in popluar color models

6C 3F 0A
RGB 108 63 10
HSL 32° 83.05% 23.14%
HSB/HSV 32° 90.74% 42.35%
CMYK 0.00% 41.67% 90.74%
57.65%

Color #6C3F0A in popluar number systems.

HEX 6C 3F 0A
Decimal 108 63 10
Binary 1101100 111111 1010
Octal 154 77 12

Shades and tints

Shades of #6C3F0A

#6C3F0A
(108,63,10)
#633A0A
(99,58,10)
#5A350A
(90,53,10)
#51300A
(81,48,10)
#482B0A
(72,43,10)
#3F260A
(63,38,10)
#36210A
(54,33,10)
#2D1C0A
(45,28,10)
#24170A
(36,23,10)
#1B120A
(27,18,10)
#120D0A
(18,13,10)
#000000
(0,0,0)

Tints of #6C3F0A

#6C3F0A
(108,63,10)
#795020
(121,80,32)
#866136
(134,97,54)
#93724C
(147,114,76)
#A08362
(160,131,98)
#AD9478
(173,148,120)
#BAA58E
(186,165,142)
#C7B6A4
(199,182,164)
#D4C7BA
(212,199,186)
#E1D8D0
(225,216,208)
#EEE9E6
(238,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C3F0A color. Also use rgb(108,63,10) instead hex code.

Text Font Color

.myTextColor { color: #6C3F0A; }

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

This text font color is #6C3F0A.

Background Color

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

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

This div background color is #6C3F0A.

Border color

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

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

This div border color is #6C3F0A.

Opacity

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

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

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

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

This text has shadow with #6C3F0A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C3F0A.

Preview

Color preview on black background

This text has color #6C3F0A on black background.


Color preview on white background

This text has color #6C3F0A on white background.


Black color preview on #6C3F0A background

This text has black color on #6C3F0A background.


White color preview on #6C3F0A background

This text has white color on #6C3F0A background.


Related colors

Complementary color

Complementary color for #hex is #93C0F5.


I love getcolorcode.com

Triadic colors

1 #0A6C3F and #3F0A6C with #6C3F0A are triadic colors.

2 #0A3F6C and #3F6C0A with #6C3F0A are triadic colors.