COLOR #6C5334

HEX: #6C5334 RGB: (108,83,52)

Color info

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

RGB color model

#6C5334 color RGB value is (108,83,52).

RGB: (108,83,52) (42%, 33%, 20%)

RGB channels and saturation

R 108 of 255 = 42%
G 83 of 255 = 33%
B 52 of 255 = 20%

108
83
52

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

Portions of RGB colors in percentages

R + G + B = 108 + 83 + 52 = 243 (100%)
R 108 of 243 ~ 44.44%
G 83 of 243 ~ 34.16%
B 52 of 243 ~ 21.4'%

%44.44
%34.16
%21.4

CMYK color model

#6C5334 color CMYK value is (0,23,52,58).

  • cyan value is 0.00%
  • magenta value is 23.15%
  • yellow value is 51.85%
  • key color value is 57.65%
CMYK: (0,23,52,58) C0M23Y52K58 (0%,23%,52%,58%) (0.00/0.23/0.52/0.58) 

CMYK percentages

%0
%23.15
%51.85
%57.65

Codes

Color #6C5334 in popluar color models

6C 53 34
RGB 108 83 52
HSL 33° 35.00% 31.37%
HSB/HSV 33° 51.85% 42.35%
CMYK 0.00% 23.15% 51.85%
57.65%

Color #6C5334 in popluar number systems.

HEX 6C 53 34
Decimal 108 83 52
Binary 1101100 1010011 110100
Octal 154 123 64

Shades and tints

Shades of #6C5334

#6C5334
(108,83,52)
#634C30
(99,76,48)
#5A452C
(90,69,44)
#513E28
(81,62,40)
#483724
(72,55,36)
#3F3020
(63,48,32)
#36291C
(54,41,28)
#2D2218
(45,34,24)
#241B14
(36,27,20)
#1B1410
(27,20,16)
#120D0C
(18,13,12)
#000000
(0,0,0)

Tints of #6C5334

#6C5334
(108,83,52)
#796246
(121,98,70)
#867158
(134,113,88)
#93806A
(147,128,106)
#A08F7C
(160,143,124)
#AD9E8E
(173,158,142)
#BAADA0
(186,173,160)
#C7BCB2
(199,188,178)
#D4CBC4
(212,203,196)
#E1DAD6
(225,218,214)
#EEE9E8
(238,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C5334 color. Also use rgb(108,83,52) instead hex code.

Text Font Color

.myTextColor { color: #6C5334; }

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

This text font color is #6C5334.

Background Color

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

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

This div background color is #6C5334.

Border color

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

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

This div border color is #6C5334.

Opacity

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

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

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

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

This text has shadow with #6C5334 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C5334.

Preview

Color preview on black background

This text has color #6C5334 on black background.


Color preview on white background

This text has color #6C5334 on white background.


Black color preview on #6C5334 background

This text has black color on #6C5334 background.


White color preview on #6C5334 background

This text has white color on #6C5334 background.


Related colors

Complementary color

Complementary color for #hex is #93ACCB.


I love getcolorcode.com

Triadic colors

1 #346C53 and #53346C with #6C5334 are triadic colors.

2 #34536C and #536C34 with #6C5334 are triadic colors.