COLOR #6C2522

HEX: #6C2522
RGB: (108,37,34)

Color info

#6C2522 contains mainly red color. Web safe color of #6C2522 is #663333 (or #633).

RGB color model

#6C2522 color RGB value is (108,37,34).

  • red value is 108;
  • green value is 37;
  • blue value is 34.
RGB:
(108,37,34)
(42%,15%,13%)

RGB channels and saturation

R 108 of 255 = 42%
G 37 of 255 = 15%
B 34 of 255 = 13%

108
37
34

R + G + B ~ 23%. #6C2522 is dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 37 + 34 = 179 (100%)
R 108 of 179 ~ 60.34%
G 37 of 179 ~ 20.67%
B 34 of 179 ~ 18.99%

%60.34
%20.67
%18.99

CMYK color model

#6C2522 color CMYK value is (0,66,69,58).

  • cyan value is 0.00%
  • magenta value is 65.74%
  • yellow value is 68.52%
  • key color value is 57.65%
CMYK:
(0,66,69,58)
C0M66Y69K58 
(0%,66%,69%,58%)
(0.00/0.66/0.69/0.58)	

CMYK percentages

%0
%65.74
%68.52
%57.65

Codes

Color #6C2522 in popluar color models

6C2522
RGB1083734
HSL52.11%27.84%
HSB/HSV68.52%42.35%
CMYK0.00%65.74%68.52%
57.65%

Color #6C2522 in popluar number systems.

HEX6C2522
Decimal1083734
Binary1101100100101100010
Octal1544542

Shades and tints

Shades of #6C2522

#6C2522
(108,37,34)
#63221F
(99,34,31)
#5A1F1C
(90,31,28)
#511C19
(81,28,25)
#481916
(72,25,22)
#3F1613
(63,22,19)
#361310
(54,19,16)
#2D100D
(45,16,13)
#240D0A
(36,13,10)
#1B0A07
(27,10,7)
#120704
(18,7,4)
#000000
(0,0,0)

Tints of #6C2522

#6C2522
(108,37,34)
#793836
(121,56,54)
#864B4A
(134,75,74)
#935E5E
(147,94,94)
#A07172
(160,113,114)
#AD8486
(173,132,134)
#BA979A
(186,151,154)
#C7AAAE
(199,170,174)
#D4BDC2
(212,189,194)
#E1D0D6
(225,208,214)
#EEE3EA
(238,227,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C2522 color. Also use rgb(108,37,34) instead hex code.

Text Font Color

.myTextColor { color: #6C2522; }

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

This text font color is #6C2522.


Background Color

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

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

This div background color is #6C2522.


Border color

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

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

This div border color is #6C2522.


Opacity

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

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

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

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

This text has shadow with #6C2522 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C2522 on black background.


Color preview on white background

This text has color #6C2522 on white background.



Black color preview on #6C2522 background

This text has black color on #6C2522 background.


White color preview on #6C2522 background

This text has white color on #6C2522 background.