COLOR #6C2619

HEX: #6C2619
RGB: (108,38,25)

Color info

#6C2619 contains mainly red color. Web safe color of #6C2619 is #663300 (or #630).

RGB color model

#6C2619 color RGB value is (108,38,25).

  • red value is 108;
  • green value is 38;
  • blue value is 25.
RGB:
(108,38,25)
(42%,15%,10%)

RGB channels and saturation

R 108 of 255 = 42%
G 38 of 255 = 15%
B 25 of 255 = 10%

108
38
25

R + G + B ~ 22%. #6C2619 is dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 38 + 25 = 171 (100%)
R 108 of 171 ~ 63.16%
G 38 of 171 ~ 22.22%
B 25 of 171 ~ 14.62%

%63.16
%22.22
%14.62

CMYK color model

#6C2619 color CMYK value is (0,65,77,58).

  • cyan value is 0.00%
  • magenta value is 64.81%
  • yellow value is 76.85%
  • key color value is 57.65%
CMYK:
(0,65,77,58)
C0M65Y77K58 
(0%,65%,77%,58%)
(0.00/0.65/0.77/0.58)	

CMYK percentages

%0
%64.81
%76.85
%57.65

Codes

Color #6C2619 in popluar color models

6C2619
RGB1083825
HSL62.41%26.08%
HSB/HSV76.85%42.35%
CMYK0.00%64.81%76.85%
57.65%

Color #6C2619 in popluar number systems.

HEX6C2619
Decimal1083825
Binary110110010011011001
Octal1544631

Shades and tints

Shades of #6C2619

#6C2619
(108,38,25)
#632317
(99,35,23)
#5A2015
(90,32,21)
#511D13
(81,29,19)
#481A11
(72,26,17)
#3F170F
(63,23,15)
#36140D
(54,20,13)
#2D110B
(45,17,11)
#240E09
(36,14,9)
#1B0B07
(27,11,7)
#120805
(18,8,5)
#000000
(0,0,0)

Tints of #6C2619

#6C2619
(108,38,25)
#79392D
(121,57,45)
#864C41
(134,76,65)
#935F55
(147,95,85)
#A07269
(160,114,105)
#AD857D
(173,133,125)
#BA9891
(186,152,145)
#C7ABA5
(199,171,165)
#D4BEB9
(212,190,185)
#E1D1CD
(225,209,205)
#EEE4E1
(238,228,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C2619 color. Also use rgb(108,38,25) instead hex code.

Text Font Color

.myTextColor { color: #6C2619; }

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

This text font color is #6C2619.


Background Color

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

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

This div background color is #6C2619.


Border color

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

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

This div border color is #6C2619.


Opacity

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

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

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

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

This text has shadow with #6C2619 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C2619 on black background.


Color preview on white background

This text has color #6C2619 on white background.



Black color preview on #6C2619 background

This text has black color on #6C2619 background.


White color preview on #6C2619 background

This text has white color on #6C2619 background.