COLOR #6C4C4B

HEX: #6C4C4B RGB: (108,76,75)

Color info

#6C4C4B contains red, green and blue colors in about the same proportion. Web safe color of #6C4C4B is #663333 (or #633).

RGB color model

#6C4C4B color RGB value is (108,76,75).

RGB: (108,76,75) (42%, 30%, 29%)

RGB channels and saturation

R 108 of 255 = 42%
G 76 of 255 = 30%
B 75 of 255 = 29%

108
76
75

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

Portions of RGB colors in percentages

R + G + B = 108 + 76 + 75 = 259 (100%)
R 108 of 259 ~ 41.7%
G 76 of 259 ~ 29.34%
B 75 of 259 ~ 28.96'%

%41.7
%29.34
%28.96

CMYK color model

#6C4C4B color CMYK value is (0,30,31,58).

  • cyan value is 0.00%
  • magenta value is 29.63%
  • yellow value is 30.56%
  • key color value is 57.65%

CMYK: (0,30,31,58)
C0M30Y31K58 (0%, 30%, 31%, 58%)
(0.00 / 0.30 / 0.31 / 0.58)

CMYK percentages

%0
%29.63
%30.56
%57.65

Codes

Color #6C4C4B in popluar color models

6C 4C 4B
RGB 108 76 75
HSL 18.03% 35.88%
HSB/HSV 30.56% 42.35%
CMYK 0.00% 29.63% 30.56%
57.65%

Color #6C4C4B in popluar number systems.

HEX 6C 4C 4B
Decimal 108 76 75
Binary 1101100 1001100 1001011
Octal 154 114 113

Shades and tints

Shades of #6C4C4B

#6C4C4B
(108,76,75)
#634645
(99,70,69)
#5A403F
(90,64,63)
#513A39
(81,58,57)
#483433
(72,52,51)
#3F2E2D
(63,46,45)
#362827
(54,40,39)
#2D2221
(45,34,33)
#241C1B
(36,28,27)
#1B1615
(27,22,21)
#12100F
(18,16,15)
#000000
(0,0,0)

Tints of #6C4C4B

#6C4C4B
(108,76,75)
#795C5B
(121,92,91)
#866C6B
(134,108,107)
#937C7B
(147,124,123)
#A08C8B
(160,140,139)
#AD9C9B
(173,156,155)
#BAACAB
(186,172,171)
#C7BCBB
(199,188,187)
#D4CCCB
(212,204,203)
#E1DCDB
(225,220,219)
#EEECEB
(238,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C4C4B color. Also use rgb(108,76,75) instead hex code.

Text Font Color

.myTextColor { color: #6C4C4B; }

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

This text font color is #6C4C4B.

Background Color

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

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

This div background color is #6C4C4B.

Border color

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

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

This div border color is #6C4C4B.

Opacity

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

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

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

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

This text has shadow with #6C4C4B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C4C4B.

Preview

Color preview on black background

This text has color #6C4C4B on black background.


Color preview on white background

This text has color #6C4C4B on white background.


Black color preview on #6C4C4B background

This text has black color on #6C4C4B background.


White color preview on #6C4C4B background

This text has white color on #6C4C4B background.


Related colors

Complementary color

Complementary color for #hex is #93B3B4.


I love getcolorcode.com

Triadic colors

1 #4B6C4C and #4C4B6C with #6C4C4B are triadic colors.

2 #4B4C6C and #4C6C4B with #6C4C4B are triadic colors.