COLOR #6C5533

HEX: #6C5533 RGB: (108,85,51)

Color info

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

RGB color model

#6C5533 color RGB value is (108,85,51).

RGB: (108,85,51) (42%, 33%, 20%)

RGB channels and saturation

R 108 of 255 = 42%
G 85 of 255 = 33%
B 51 of 255 = 20%

108
85
51

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

Portions of RGB colors in percentages

R + G + B = 108 + 85 + 51 = 244 (100%)
R 108 of 244 ~ 44.26%
G 85 of 244 ~ 34.84%
B 51 of 244 ~ 20.9'%

%44.26
%34.84
%20.9

CMYK color model

#6C5533 color CMYK value is (0,21,53,58).

  • cyan value is 0.00%
  • magenta value is 21.30%
  • yellow value is 52.78%
  • key color value is 57.65%

CMYK: (0,21,53,58)
C0M21Y53K58 (0%, 21%, 53%, 58%)
(0.00 / 0.21 / 0.53 / 0.58)

CMYK percentages

%0
%21.3
%52.78
%57.65

Codes

Color #6C5533 in popluar color models

6C 55 33
RGB 108 85 51
HSL 36° 35.85% 31.18%
HSB/HSV 36° 52.78% 42.35%
CMYK 0.00% 21.30% 52.78%
57.65%

Color #6C5533 in popluar number systems.

HEX 6C 55 33
Decimal 108 85 51
Binary 1101100 1010101 110011
Octal 154 125 63

Shades and tints

Shades of #6C5533

#6C5533
(108,85,51)
#634E2F
(99,78,47)
#5A472B
(90,71,43)
#514027
(81,64,39)
#483923
(72,57,35)
#3F321F
(63,50,31)
#362B1B
(54,43,27)
#2D2417
(45,36,23)
#241D13
(36,29,19)
#1B160F
(27,22,15)
#120F0B
(18,15,11)
#000000
(0,0,0)

Tints of #6C5533

#6C5533
(108,85,51)
#796445
(121,100,69)
#867357
(134,115,87)
#938269
(147,130,105)
#A0917B
(160,145,123)
#ADA08D
(173,160,141)
#BAAF9F
(186,175,159)
#C7BEB1
(199,190,177)
#D4CDC3
(212,205,195)
#E1DCD5
(225,220,213)
#EEEBE7
(238,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C5533; }

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

This text font color is #6C5533.

Background Color

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

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

This div background color is #6C5533.

Border color

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

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

This div border color is #6C5533.

Opacity

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

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

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

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

This text has shadow with #6C5533 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C5533.

Preview

Color preview on black background

This text has color #6C5533 on black background.


Color preview on white background

This text has color #6C5533 on white background.


Black color preview on #6C5533 background

This text has black color on #6C5533 background.


White color preview on #6C5533 background

This text has white color on #6C5533 background.


Related colors

Complementary color

Complementary color for #hex is #93AACC.


I love getcolorcode.com

Triadic colors

1 #336C55 and #55336C with #6C5533 are triadic colors.

2 #33556C and #556C33 with #6C5533 are triadic colors.