COLOR #6C413F

HEX: #6C413F
RGB: (108,65,63)

Color info

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

RGB color model

#6C413F color RGB value is (108,65,63).

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

RGB channels and saturation

R 108 of 255 = 42%
G 65 of 255 = 25%
B 63 of 255 = 25%

108
65
63

R + G + B ~ 31%. #6C413F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 65 + 63 = 236 (100%)
R 108 of 236 ~ 45.76%
G 65 of 236 ~ 27.54%
B 63 of 236 ~ 26.69%

%45.76
%27.54
%26.69

CMYK color model

#6C413F color CMYK value is (0,40,42,58).

  • cyan value is 0.00%
  • magenta value is 39.81%
  • yellow value is 41.67%
  • key color value is 57.65%
CMYK:
(0,40,42,58)
C0M40Y42K58 
(0%,40%,42%,58%)
(0.00/0.40/0.42/0.58)	

CMYK percentages

%0
%39.81
%41.67
%57.65

Codes

Color #6C413F in popluar color models

6C413F
RGB1086563
HSL26.32%33.53%
HSB/HSV41.67%42.35%
CMYK0.00%39.81%41.67%
57.65%

Color #6C413F in popluar number systems.

HEX6C413F
Decimal1086563
Binary11011001000001111111
Octal15410177

Shades and tints

Shades of #6C413F

#6C413F
(108,65,63)
#633C3A
(99,60,58)
#5A3735
(90,55,53)
#513230
(81,50,48)
#482D2B
(72,45,43)
#3F2826
(63,40,38)
#362321
(54,35,33)
#2D1E1C
(45,30,28)
#241917
(36,25,23)
#1B1412
(27,20,18)
#120F0D
(18,15,13)
#000000
(0,0,0)

Tints of #6C413F

#6C413F
(108,65,63)
#795250
(121,82,80)
#866361
(134,99,97)
#937472
(147,116,114)
#A08583
(160,133,131)
#AD9694
(173,150,148)
#BAA7A5
(186,167,165)
#C7B8B6
(199,184,182)
#D4C9C7
(212,201,199)
#E1DAD8
(225,218,216)
#EEEBE9
(238,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C413F; }

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

This text font color is #6C413F.


Background Color

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

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

This div background color is #6C413F.


Border color

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

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

This div border color is #6C413F.


Opacity

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

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

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

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

This text has shadow with #6C413F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C413F on black background.


Color preview on white background

This text has color #6C413F on white background.



Black color preview on #6C413F background

This text has black color on #6C413F background.


White color preview on #6C413F background

This text has white color on #6C413F background.