COLOR #6C493F

HEX: #6C493F RGB: (108,73,63)

Color info

#6C493F contains red, green and blue colors in about the same proportion. Web safe color of #6C493F is #663333 (or #633).

RGB color model

#6C493F color RGB value is (108,73,63).

RGB: (108,73,63) (42%, 29%, 25%)

RGB channels and saturation

R 108 of 255 = 42%
G 73 of 255 = 29%
B 63 of 255 = 25%

108
73
63

R + G + B ~ 32%. #6C493F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 108 + 73 + 63 = 244 (100%)
R 108 of 244 ~ 44.26%
G 73 of 244 ~ 29.92%
B 63 of 244 ~ 25.82'%

%44.26
%29.92
%25.82

CMYK color model

#6C493F color CMYK value is (0,32,42,58).

  • cyan value is 0.00%
  • magenta value is 32.41%
  • yellow value is 41.67%
  • key color value is 57.65%
CMYK: (0,32,42,58) C0M32Y42K58 (0%,32%,42%,58%) (0.00/0.32/0.42/0.58) 

CMYK percentages

%0
%32.41
%41.67
%57.65

Codes

Color #6C493F in popluar color models

6C 49 3F
RGB 108 73 63
HSL 13° 26.32% 33.53%
HSB/HSV 13° 41.67% 42.35%
CMYK 0.00% 32.41% 41.67%
57.65%

Color #6C493F in popluar number systems.

HEX 6C 49 3F
Decimal 108 73 63
Binary 1101100 1001001 111111
Octal 154 111 77

Shades and tints

Shades of #6C493F

#6C493F
(108,73,63)
#63433A
(99,67,58)
#5A3D35
(90,61,53)
#513730
(81,55,48)
#48312B
(72,49,43)
#3F2B26
(63,43,38)
#362521
(54,37,33)
#2D1F1C
(45,31,28)
#241917
(36,25,23)
#1B1312
(27,19,18)
#120D0D
(18,13,13)
#000000
(0,0,0)

Tints of #6C493F

#6C493F
(108,73,63)
#795950
(121,89,80)
#866961
(134,105,97)
#937972
(147,121,114)
#A08983
(160,137,131)
#AD9994
(173,153,148)
#BAA9A5
(186,169,165)
#C7B9B6
(199,185,182)
#D4C9C7
(212,201,199)
#E1D9D8
(225,217,216)
#EEE9E9
(238,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C493F; }

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

This text font color is #6C493F.

Background Color

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

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

This div background color is #6C493F.

Border color

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

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

This div border color is #6C493F.

Opacity

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

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

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

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

This text has shadow with #6C493F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C493F.

Preview

Color preview on black background

This text has color #6C493F on black background.


Color preview on white background

This text has color #6C493F on white background.


Black color preview on #6C493F background

This text has black color on #6C493F background.


White color preview on #6C493F background

This text has white color on #6C493F background.


Related colors

Complementary color

Complementary color for #hex is #93B6C0.


I love getcolorcode.com

Triadic colors

1 #3F6C49 and #493F6C with #6C493F are triadic colors.

2 #3F496C and #496C3F with #6C493F are triadic colors.