COLOR #6B684B

HEX: #6B684B
RGB: (107,104,75)

Color info

#6B684B contains red, green and blue colors in about the same proportion. Web safe color of #6B684B is #666633 (or #663).

RGB color model

#6B684B color RGB value is (107,104,75).

  • red value is 107;
  • green value is 104;
  • blue value is 75.
RGB:
(107,104,75)
(42%,41%,29%)

RGB channels and saturation

R 107 of 255 = 42%
G 104 of 255 = 41%
B 75 of 255 = 29%

107
104
75

R + G + B ~ 37%. #6B684B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 104 + 75 = 286 (100%)
R 107 of 286 ~ 37.41%
G 104 of 286 ~ 36.36%
B 75 of 286 ~ 26.22%

%37.41
%36.36
%26.22

CMYK color model

#6B684B color CMYK value is (0,3,30,58).

  • cyan value is 0.00%
  • magenta value is 2.80%
  • yellow value is 29.91%
  • key color value is 58.04%
CMYK:
(0,3,30,58)
C0M3Y30K58 
(0%,3%,30%,58%)
(0.00/0.03/0.30/0.58)	

CMYK percentages

%0
%2.8
%29.91
%58.04

Codes

Color #6B684B in popluar color models

6B684B
RGB10710475
HSL54°17.58%35.69%
HSB/HSV54°29.91%41.96%
CMYK0.00%2.80%29.91%
58.04%

Color #6B684B in popluar number systems.

HEX6B684B
Decimal10710475
Binary110101111010001001011
Octal153150113

Shades and tints

Shades of #6B684B

#6B684B
(107,104,75)
#625F45
(98,95,69)
#59563F
(89,86,63)
#504D39
(80,77,57)
#474433
(71,68,51)
#3E3B2D
(62,59,45)
#353227
(53,50,39)
#2C2921
(44,41,33)
#23201B
(35,32,27)
#1A1715
(26,23,21)
#110E0F
(17,14,15)
#000000
(0,0,0)

Tints of #6B684B

#6B684B
(107,104,75)
#78755B
(120,117,91)
#85826B
(133,130,107)
#928F7B
(146,143,123)
#9F9C8B
(159,156,139)
#ACA99B
(172,169,155)
#B9B6AB
(185,182,171)
#C6C3BB
(198,195,187)
#D3D0CB
(211,208,203)
#E0DDDB
(224,221,219)
#EDEAEB
(237,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B684B; }

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

This text font color is #6B684B.


Background Color

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

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

This div background color is #6B684B.


Border color

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

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

This div border color is #6B684B.


Opacity

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

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

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

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

This text has shadow with #6B684B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B684B on black background.


Color preview on white background

This text has color #6B684B on white background.



Black color preview on #6B684B background

This text has black color on #6B684B background.


White color preview on #6B684B background

This text has white color on #6B684B background.