COLOR #6B544C

HEX: #6B544C
RGB: (107,84,76)

Color info

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

RGB color model

#6B544C color RGB value is (107,84,76).

  • red value is 107;
  • green value is 84;
  • blue value is 76.
RGB:
(107,84,76)
(42%,33%,30%)

RGB channels and saturation

R 107 of 255 = 42%
G 84 of 255 = 33%
B 76 of 255 = 30%

107
84
76

R + G + B ~ 35%. #6B544C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 84 + 76 = 267 (100%)
R 107 of 267 ~ 40.07%
G 84 of 267 ~ 31.46%
B 76 of 267 ~ 28.46%

%40.07
%31.46
%28.46

CMYK color model

#6B544C color CMYK value is (0,21,29,58).

  • cyan value is 0.00%
  • magenta value is 21.50%
  • yellow value is 28.97%
  • key color value is 58.04%
CMYK:
(0,21,29,58)
C0M21Y29K58 
(0%,21%,29%,58%)
(0.00/0.21/0.29/0.58)	

CMYK percentages

%0
%21.5
%28.97
%58.04

Codes

Color #6B544C in popluar color models

6B544C
RGB1078476
HSL15°16.94%35.88%
HSB/HSV15°28.97%41.96%
CMYK0.00%21.50%28.97%
58.04%

Color #6B544C in popluar number systems.

HEX6B544C
Decimal1078476
Binary110101110101001001100
Octal153124114

Shades and tints

Shades of #6B544C

#6B544C
(107,84,76)
#624D46
(98,77,70)
#594640
(89,70,64)
#503F3A
(80,63,58)
#473834
(71,56,52)
#3E312E
(62,49,46)
#352A28
(53,42,40)
#2C2322
(44,35,34)
#231C1C
(35,28,28)
#1A1516
(26,21,22)
#110E10
(17,14,16)
#000000
(0,0,0)

Tints of #6B544C

#6B544C
(107,84,76)
#78635C
(120,99,92)
#85726C
(133,114,108)
#92817C
(146,129,124)
#9F908C
(159,144,140)
#AC9F9C
(172,159,156)
#B9AEAC
(185,174,172)
#C6BDBC
(198,189,188)
#D3CCCC
(211,204,204)
#E0DBDC
(224,219,220)
#EDEAEC
(237,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B544C color. Also use rgb(107,84,76) instead hex code.

Text Font Color

.myTextColor { color: #6B544C; }

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

This text font color is #6B544C.


Background Color

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

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

This div background color is #6B544C.


Border color

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

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

This div border color is #6B544C.


Opacity

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

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

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

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

This text has shadow with #6B544C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B544C on black background.


Color preview on white background

This text has color #6B544C on white background.



Black color preview on #6B544C background

This text has black color on #6B544C background.


White color preview on #6B544C background

This text has white color on #6B544C background.