COLOR #6B6157

HEX: #6B6157
RGB: (107,97,87)

Color info

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

RGB color model

#6B6157 color RGB value is (107,97,87).

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

RGB channels and saturation

R 107 of 255 = 42%
G 97 of 255 = 38%
B 87 of 255 = 34%

107
97
87

R + G + B ~ 38%. #6B6157 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 97 + 87 = 291 (100%)
R 107 of 291 ~ 36.77%
G 97 of 291 ~ 33.33%
B 87 of 291 ~ 29.9%

%36.77
%33.33
%29.9

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.35%
  • yellow value is 18.69%
  • key color value is 58.04%
CMYK:
(0,9,19,58)
C0M9Y19K58 
(0%,9%,19%,58%)
(0.00/0.09/0.19/0.58)	

CMYK percentages

%0
%9.35
%18.69
%58.04

Codes

Color #6B6157 in popluar color models

6B6157
RGB1079787
HSL30°10.31%38.04%
HSB/HSV30°18.69%41.96%
CMYK0.00%9.35%18.69%
58.04%

Color #6B6157 in popluar number systems.

HEX6B6157
Decimal1079787
Binary110101111000011010111
Octal153141127

Shades and tints

Shades of #6B6157

#6B6157
(107,97,87)
#625950
(98,89,80)
#595149
(89,81,73)
#504942
(80,73,66)
#47413B
(71,65,59)
#3E3934
(62,57,52)
#35312D
(53,49,45)
#2C2926
(44,41,38)
#23211F
(35,33,31)
#1A1918
(26,25,24)
#111111
(17,17,17)
#000000
(0,0,0)

Tints of #6B6157

#6B6157
(107,97,87)
#786F66
(120,111,102)
#857D75
(133,125,117)
#928B84
(146,139,132)
#9F9993
(159,153,147)
#ACA7A2
(172,167,162)
#B9B5B1
(185,181,177)
#C6C3C0
(198,195,192)
#D3D1CF
(211,209,207)
#E0DFDE
(224,223,222)
#EDEDED
(237,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B6157; }

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

This text font color is #6B6157.


Background Color

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

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

This div background color is #6B6157.


Border color

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

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

This div border color is #6B6157.


Opacity

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

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

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

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

This text has shadow with #6B6157 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B6157 on black background.


Color preview on white background

This text has color #6B6157 on white background.



Black color preview on #6B6157 background

This text has black color on #6B6157 background.


White color preview on #6B6157 background

This text has white color on #6B6157 background.