COLOR #6B7568

HEX: #6B7568 RGB: (107,117,104)

Color info

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

RGB color model

#6B7568 color RGB value is (107,117,104).

RGB: (107,117,104) (42%, 46%, 41%)

RGB channels and saturation

R 107 of 255 = 42%
G 117 of 255 = 46%
B 104 of 255 = 41%

107
117
104

R + G + B ~ 43%. #6B7568 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 107 + 117 + 104 = 328 (100%)
R 107 of 328 ~ 32.62%
G 117 of 328 ~ 35.67%
B 104 of 328 ~ 31.71'%

%32.62
%35.67
%31.71

CMYK color model

#6B7568 color CMYK value is (9,0,11,54).

  • cyan value is 8.55%
  • magenta value is 0.00%
  • yellow value is 11.11%
  • key color value is 54.12%

CMYK: (9,0,11,54)
C9M0Y11K54 (9%, 0%, 11%, 54%)
(0.09 / 0.00 / 0.11 / 0.54)

CMYK percentages

%8.55
%0
%11.11
%54.12

Codes

Color #6B7568 in popluar color models

6B 75 68
RGB 107 117 104
HSL 106° 5.88% 43.33%
HSB/HSV 106° 11.11% 45.88%
CMYK 8.55% 0.00% 11.11%
54.12%

Color #6B7568 in popluar number systems.

HEX 6B 75 68
Decimal 107 117 104
Binary 1101011 1110101 1101000
Octal 153 165 150

Shades and tints

Shades of #6B7568

#6B7568
(107,117,104)
#626B5F
(98,107,95)
#596156
(89,97,86)
#50574D
(80,87,77)
#474D44
(71,77,68)
#3E433B
(62,67,59)
#353932
(53,57,50)
#2C2F29
(44,47,41)
#232520
(35,37,32)
#1A1B17
(26,27,23)
#11110E
(17,17,14)
#000000
(0,0,0)

Tints of #6B7568

#6B7568
(107,117,104)
#788175
(120,129,117)
#858D82
(133,141,130)
#92998F
(146,153,143)
#9FA59C
(159,165,156)
#ACB1A9
(172,177,169)
#B9BDB6
(185,189,182)
#C6C9C3
(198,201,195)
#D3D5D0
(211,213,208)
#E0E1DD
(224,225,221)
#EDEDEA
(237,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B7568 color. Also use rgb(107,117,104) instead hex code.

Text Font Color

.myTextColor { color: #6B7568; }

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

This text font color is #6B7568.

Background Color

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

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

This div background color is #6B7568.

Border color

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

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

This div border color is #6B7568.

Opacity

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

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

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

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

This text has shadow with #6B7568 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B7568.

Preview

Color preview on black background

This text has color #6B7568 on black background.


Color preview on white background

This text has color #6B7568 on white background.


Black color preview on #6B7568 background

This text has black color on #6B7568 background.


White color preview on #6B7568 background

This text has white color on #6B7568 background.


Related colors

Complementary color

Complementary color for #hex is #948A97.


I love getcolorcode.com

Triadic colors

1 #686B75 and #75686B with #6B7568 are triadic colors.

2 #68756B and #756B68 with #6B7568 are triadic colors.