COLOR #6C5545

HEX: #6C5545
RGB: (108,85,69)

Color info

#6C5545 contains red, green and blue colors in about the same proportion. Web safe color of #6C5545 is #666633 (or #663).

RGB color model

#6C5545 color RGB value is (108,85,69).

  • red value is 108;
  • green value is 85;
  • blue value is 69.
RGB:
(108,85,69)
(42%,33%,27%)

RGB channels and saturation

R 108 of 255 = 42%
G 85 of 255 = 33%
B 69 of 255 = 27%

108
85
69

R + G + B ~ 34%. #6C5545 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 85 + 69 = 262 (100%)
R 108 of 262 ~ 41.22%
G 85 of 262 ~ 32.44%
B 69 of 262 ~ 26.34%

%41.22
%32.44
%26.34

CMYK color model

#6C5545 color CMYK value is (0,21,36,58).

  • cyan value is 0.00%
  • magenta value is 21.30%
  • yellow value is 36.11%
  • key color value is 57.65%
CMYK:
(0,21,36,58)
C0M21Y36K58 
(0%,21%,36%,58%)
(0.00/0.21/0.36/0.58)	

CMYK percentages

%0
%21.3
%36.11
%57.65

Codes

Color #6C5545 in popluar color models

6C5545
RGB1088569
HSL25°22.03%34.71%
HSB/HSV25°36.11%42.35%
CMYK0.00%21.30%36.11%
57.65%

Color #6C5545 in popluar number systems.

HEX6C5545
Decimal1088569
Binary110110010101011000101
Octal154125105

Shades and tints

Shades of #6C5545

#6C5545
(108,85,69)
#634E3F
(99,78,63)
#5A4739
(90,71,57)
#514033
(81,64,51)
#48392D
(72,57,45)
#3F3227
(63,50,39)
#362B21
(54,43,33)
#2D241B
(45,36,27)
#241D15
(36,29,21)
#1B160F
(27,22,15)
#120F09
(18,15,9)
#000000
(0,0,0)

Tints of #6C5545

#6C5545
(108,85,69)
#796455
(121,100,85)
#867365
(134,115,101)
#938275
(147,130,117)
#A09185
(160,145,133)
#ADA095
(173,160,149)
#BAAFA5
(186,175,165)
#C7BEB5
(199,190,181)
#D4CDC5
(212,205,197)
#E1DCD5
(225,220,213)
#EEEBE5
(238,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C5545 color. Also use rgb(108,85,69) instead hex code.

Text Font Color

.myTextColor { color: #6C5545; }

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

This text font color is #6C5545.


Background Color

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

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

This div background color is #6C5545.


Border color

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

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

This div border color is #6C5545.


Opacity

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

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

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

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

This text has shadow with #6C5545 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C5545 on black background.


Color preview on white background

This text has color #6C5545 on white background.



Black color preview on #6C5545 background

This text has black color on #6C5545 background.


White color preview on #6C5545 background

This text has white color on #6C5545 background.