COLOR #6B6557

HEX: #6B6557
RGB: (107,101,87)

Color info

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

RGB color model

#6B6557 color RGB value is (107,101,87).

  • red value is 107;
  • green value is 101;
  • blue value is 87.
RGB:
(107,101,87)
(42%,40%,34%)

RGB channels and saturation

R 107 of 255 = 42%
G 101 of 255 = 40%
B 87 of 255 = 34%

107
101
87

R + G + B ~ 39%. #6B6557 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 101 + 87 = 295 (100%)
R 107 of 295 ~ 36.27%
G 101 of 295 ~ 34.24%
B 87 of 295 ~ 29.49%

%36.27
%34.24
%29.49

CMYK color model

#6B6557 color CMYK value is (0,6,19,58).

  • cyan value is 0.00%
  • magenta value is 5.61%
  • yellow value is 18.69%
  • key color value is 58.04%
CMYK:
(0,6,19,58)
C0M6Y19K58 
(0%,6%,19%,58%)
(0.00/0.06/0.19/0.58)	

CMYK percentages

%0
%5.61
%18.69
%58.04

Codes

Color #6B6557 in popluar color models

6B6557
RGB10710187
HSL42°10.31%38.04%
HSB/HSV42°18.69%41.96%
CMYK0.00%5.61%18.69%
58.04%

Color #6B6557 in popluar number systems.

HEX6B6557
Decimal10710187
Binary110101111001011010111
Octal153145127

Shades and tints

Shades of #6B6557

#6B6557
(107,101,87)
#625C50
(98,92,80)
#595349
(89,83,73)
#504A42
(80,74,66)
#47413B
(71,65,59)
#3E3834
(62,56,52)
#352F2D
(53,47,45)
#2C2626
(44,38,38)
#231D1F
(35,29,31)
#1A1418
(26,20,24)
#110B11
(17,11,17)
#000000
(0,0,0)

Tints of #6B6557

#6B6557
(107,101,87)
#787366
(120,115,102)
#858175
(133,129,117)
#928F84
(146,143,132)
#9F9D93
(159,157,147)
#ACABA2
(172,171,162)
#B9B9B1
(185,185,177)
#C6C7C0
(198,199,192)
#D3D5CF
(211,213,207)
#E0E3DE
(224,227,222)
#EDF1ED
(237,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B6557 color. Also use rgb(107,101,87) instead hex code.

Text Font Color

.myTextColor { color: #6B6557; }

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

This text font color is #6B6557.


Background Color

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

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

This div background color is #6B6557.


Border color

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

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

This div border color is #6B6557.


Opacity

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

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

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

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

This text has shadow with #6B6557 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B6557 on black background.


Color preview on white background

This text has color #6B6557 on white background.



Black color preview on #6B6557 background

This text has black color on #6B6557 background.


White color preview on #6B6557 background

This text has white color on #6B6557 background.