COLOR #6B5654

HEX: #6B5654
RGB: (107,86,84)

Color info

#6B5654 contains red, green and blue colors in about the same proportion. Web safe color of #6B5654 is #666666 (or #666).

RGB color model

#6B5654 color RGB value is (107,86,84).

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

RGB channels and saturation

R 107 of 255 = 42%
G 86 of 255 = 34%
B 84 of 255 = 33%

107
86
84

R + G + B ~ 36%. #6B5654 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 86 + 84 = 277 (100%)
R 107 of 277 ~ 38.63%
G 86 of 277 ~ 31.05%
B 84 of 277 ~ 30.32%

%38.63
%31.05
%30.32

CMYK color model

#6B5654 color CMYK value is (0,20,21,58).

  • cyan value is 0.00%
  • magenta value is 19.63%
  • yellow value is 21.50%
  • key color value is 58.04%
CMYK:
(0,20,21,58)
C0M20Y21K58 
(0%,20%,21%,58%)
(0.00/0.20/0.21/0.58)	

CMYK percentages

%0
%19.63
%21.5
%58.04

Codes

Color #6B5654 in popluar color models

6B5654
RGB1078684
HSL12.04%37.45%
HSB/HSV21.50%41.96%
CMYK0.00%19.63%21.50%
58.04%

Color #6B5654 in popluar number systems.

HEX6B5654
Decimal1078684
Binary110101110101101010100
Octal153126124

Shades and tints

Shades of #6B5654

#6B5654
(107,86,84)
#624F4D
(98,79,77)
#594846
(89,72,70)
#50413F
(80,65,63)
#473A38
(71,58,56)
#3E3331
(62,51,49)
#352C2A
(53,44,42)
#2C2523
(44,37,35)
#231E1C
(35,30,28)
#1A1715
(26,23,21)
#11100E
(17,16,14)
#000000
(0,0,0)

Tints of #6B5654

#6B5654
(107,86,84)
#786563
(120,101,99)
#857472
(133,116,114)
#928381
(146,131,129)
#9F9290
(159,146,144)
#ACA19F
(172,161,159)
#B9B0AE
(185,176,174)
#C6BFBD
(198,191,189)
#D3CECC
(211,206,204)
#E0DDDB
(224,221,219)
#EDECEA
(237,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B5654; }

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

This text font color is #6B5654.


Background Color

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

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

This div background color is #6B5654.


Border color

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

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

This div border color is #6B5654.


Opacity

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

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

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

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

This text has shadow with #6B5654 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B5654 on black background.


Color preview on white background

This text has color #6B5654 on white background.



Black color preview on #6B5654 background

This text has black color on #6B5654 background.


White color preview on #6B5654 background

This text has white color on #6B5654 background.