COLOR #6B4554

HEX: #6B4554
RGB: (107,69,84)

Color info

#6B4554 contains red, green and blue colors in about the same proportion. Web safe color of #6B4554 is #663366 (or #636).

RGB color model

#6B4554 color RGB value is (107,69,84).

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

RGB channels and saturation

R 107 of 255 = 42%
G 69 of 255 = 27%
B 84 of 255 = 33%

107
69
84

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

Portions of RGB colors in percentages

R + G + B =
107 + 69 + 84 = 260 (100%)
R 107 of 260 ~ 41.15%
G 69 of 260 ~ 26.54%
B 84 of 260 ~ 32.31%

%41.15
%26.54
%32.31

CMYK color model

#6B4554 color CMYK value is (0,36,21,58).

  • cyan value is 0.00%
  • magenta value is 35.51%
  • yellow value is 21.50%
  • key color value is 58.04%
CMYK:
(0,36,21,58)
C0M36Y21K58 
(0%,36%,21%,58%)
(0.00/0.36/0.21/0.58)	

CMYK percentages

%0
%35.51
%21.5
%58.04

Codes

Color #6B4554 in popluar color models

6B4554
RGB1076984
HSL336°21.59%34.51%
HSB/HSV336°35.51%41.96%
CMYK0.00%35.51%21.50%
58.04%

Color #6B4554 in popluar number systems.

HEX6B4554
Decimal1076984
Binary110101110001011010100
Octal153105124

Shades and tints

Shades of #6B4554

#6B4554
(107,69,84)
#623F4D
(98,63,77)
#593946
(89,57,70)
#50333F
(80,51,63)
#472D38
(71,45,56)
#3E2731
(62,39,49)
#35212A
(53,33,42)
#2C1B23
(44,27,35)
#23151C
(35,21,28)
#1A0F15
(26,15,21)
#11090E
(17,9,14)
#000000
(0,0,0)

Tints of #6B4554

#6B4554
(107,69,84)
#785563
(120,85,99)
#856572
(133,101,114)
#927581
(146,117,129)
#9F8590
(159,133,144)
#AC959F
(172,149,159)
#B9A5AE
(185,165,174)
#C6B5BD
(198,181,189)
#D3C5CC
(211,197,204)
#E0D5DB
(224,213,219)
#EDE5EA
(237,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B4554; }

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

This text font color is #6B4554.


Background Color

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

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

This div background color is #6B4554.


Border color

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

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

This div border color is #6B4554.


Opacity

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

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

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

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

This text has shadow with #6B4554 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B4554 on black background.


Color preview on white background

This text has color #6B4554 on white background.



Black color preview on #6B4554 background

This text has black color on #6B4554 background.


White color preview on #6B4554 background

This text has white color on #6B4554 background.