COLOR #6B624D

HEX: #6B624D RGB: (107,98,77)

Color info

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

RGB color model

#6B624D color RGB value is (107,98,77).

RGB: (107,98,77) (42%, 38%, 30%)

RGB channels and saturation

R 107 of 255 = 42%
G 98 of 255 = 38%
B 77 of 255 = 30%

107
98
77

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

Portions of RGB colors in percentages

R + G + B = 107 + 98 + 77 = 282 (100%)
R 107 of 282 ~ 37.94%
G 98 of 282 ~ 34.75%
B 77 of 282 ~ 27.3'%

%37.94
%34.75
%27.3

CMYK color model

#6B624D color CMYK value is (0,8,28,58).

  • cyan value is 0.00%
  • magenta value is 8.41%
  • yellow value is 28.04%
  • key color value is 58.04%

CMYK: (0,8,28,58)
C0M8Y28K58 (0%, 8%, 28%, 58%)
(0.00 / 0.08 / 0.28 / 0.58)

CMYK percentages

%0
%8.41
%28.04
%58.04

Codes

Color #6B624D in popluar color models

6B 62 4D
RGB 107 98 77
HSL 42° 16.30% 36.08%
HSB/HSV 42° 28.04% 41.96%
CMYK 0.00% 8.41% 28.04%
58.04%

Color #6B624D in popluar number systems.

HEX 6B 62 4D
Decimal 107 98 77
Binary 1101011 1100010 1001101
Octal 153 142 115

Shades and tints

Shades of #6B624D

#6B624D
(107,98,77)
#625A46
(98,90,70)
#59523F
(89,82,63)
#504A38
(80,74,56)
#474231
(71,66,49)
#3E3A2A
(62,58,42)
#353223
(53,50,35)
#2C2A1C
(44,42,28)
#232215
(35,34,21)
#1A1A0E
(26,26,14)
#111207
(17,18,7)
#000000
(0,0,0)

Tints of #6B624D

#6B624D
(107,98,77)
#78705D
(120,112,93)
#857E6D
(133,126,109)
#928C7D
(146,140,125)
#9F9A8D
(159,154,141)
#ACA89D
(172,168,157)
#B9B6AD
(185,182,173)
#C6C4BD
(198,196,189)
#D3D2CD
(211,210,205)
#E0E0DD
(224,224,221)
#EDEEED
(237,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B624D color. Also use rgb(107,98,77) instead hex code.

Text Font Color

.myTextColor { color: #6B624D; }

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

This text font color is #6B624D.

Background Color

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

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

This div background color is #6B624D.

Border color

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

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

This div border color is #6B624D.

Opacity

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

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

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

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

This text has shadow with #6B624D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B624D.

Preview

Color preview on black background

This text has color #6B624D on black background.


Color preview on white background

This text has color #6B624D on white background.


Black color preview on #6B624D background

This text has black color on #6B624D background.


White color preview on #6B624D background

This text has white color on #6B624D background.


Related colors

Complementary color

Complementary color for #hex is #949DB2.


I love getcolorcode.com

Triadic colors

1 #4D6B62 and #624D6B with #6B624D are triadic colors.

2 #4D626B and #626B4D with #6B624D are triadic colors.