COLOR #6C5F3B

HEX: #6C5F3B RGB: (108,95,59)

Color info

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

RGB color model

#6C5F3B color RGB value is (108,95,59).

RGB: (108,95,59) (42%, 37%, 23%)

RGB channels and saturation

R 108 of 255 = 42%
G 95 of 255 = 37%
B 59 of 255 = 23%

108
95
59

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

Portions of RGB colors in percentages

R + G + B = 108 + 95 + 59 = 262 (100%)
R 108 of 262 ~ 41.22%
G 95 of 262 ~ 36.26%
B 59 of 262 ~ 22.52'%

%41.22
%36.26
%22.52

CMYK color model

#6C5F3B color CMYK value is (0,12,45,58).

  • cyan value is 0.00%
  • magenta value is 12.04%
  • yellow value is 45.37%
  • key color value is 57.65%

CMYK: (0,12,45,58)
C0M12Y45K58 (0%, 12%, 45%, 58%)
(0.00 / 0.12 / 0.45 / 0.58)

CMYK percentages

%0
%12.04
%45.37
%57.65

Codes

Color #6C5F3B in popluar color models

6C 5F 3B
RGB 108 95 59
HSL 44° 29.34% 32.75%
HSB/HSV 44° 45.37% 42.35%
CMYK 0.00% 12.04% 45.37%
57.65%

Color #6C5F3B in popluar number systems.

HEX 6C 5F 3B
Decimal 108 95 59
Binary 1101100 1011111 111011
Octal 154 137 73

Shades and tints

Shades of #6C5F3B

#6C5F3B
(108,95,59)
#635736
(99,87,54)
#5A4F31
(90,79,49)
#51472C
(81,71,44)
#483F27
(72,63,39)
#3F3722
(63,55,34)
#362F1D
(54,47,29)
#2D2718
(45,39,24)
#241F13
(36,31,19)
#1B170E
(27,23,14)
#120F09
(18,15,9)
#000000
(0,0,0)

Tints of #6C5F3B

#6C5F3B
(108,95,59)
#796D4C
(121,109,76)
#867B5D
(134,123,93)
#93896E
(147,137,110)
#A0977F
(160,151,127)
#ADA590
(173,165,144)
#BAB3A1
(186,179,161)
#C7C1B2
(199,193,178)
#D4CFC3
(212,207,195)
#E1DDD4
(225,221,212)
#EEEBE5
(238,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C5F3B color. Also use rgb(108,95,59) instead hex code.

Text Font Color

.myTextColor { color: #6C5F3B; }

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

This text font color is #6C5F3B.

Background Color

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

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

This div background color is #6C5F3B.

Border color

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

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

This div border color is #6C5F3B.

Opacity

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

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

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

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

This text has shadow with #6C5F3B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C5F3B.

Preview

Color preview on black background

This text has color #6C5F3B on black background.


Color preview on white background

This text has color #6C5F3B on white background.


Black color preview on #6C5F3B background

This text has black color on #6C5F3B background.


White color preview on #6C5F3B background

This text has white color on #6C5F3B background.


Related colors

Complementary color

Complementary color for #hex is #93A0C4.


I love getcolorcode.com

Triadic colors

1 #3B6C5F and #5F3B6C with #6C5F3B are triadic colors.

2 #3B5F6C and #5F6C3B with #6C5F3B are triadic colors.