COLOR #6B645F

HEX: #6B645F RGB: (107,100,95)

Color info

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

RGB color model

#6B645F color RGB value is (107,100,95).

RGB: (107,100,95) (42%, 39%, 37%)

RGB channels and saturation

R 107 of 255 = 42%
G 100 of 255 = 39%
B 95 of 255 = 37%

107
100
95

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

Portions of RGB colors in percentages

R + G + B = 107 + 100 + 95 = 302 (100%)
R 107 of 302 ~ 35.43%
G 100 of 302 ~ 33.11%
B 95 of 302 ~ 31.46'%

%35.43
%33.11
%31.46

CMYK color model

#6B645F color CMYK value is (0,7,11,58).

  • cyan value is 0.00%
  • magenta value is 6.54%
  • yellow value is 11.21%
  • key color value is 58.04%

CMYK: (0,7,11,58)
C0M7Y11K58 (0%, 7%, 11%, 58%)
(0.00 / 0.07 / 0.11 / 0.58)

CMYK percentages

%0
%6.54
%11.21
%58.04

Codes

Color #6B645F in popluar color models

6B 64 5F
RGB 107 100 95
HSL 25° 5.94% 39.61%
HSB/HSV 25° 11.21% 41.96%
CMYK 0.00% 6.54% 11.21%
58.04%

Color #6B645F in popluar number systems.

HEX 6B 64 5F
Decimal 107 100 95
Binary 1101011 1100100 1011111
Octal 153 144 137

Shades and tints

Shades of #6B645F

#6B645F
(107,100,95)
#625B57
(98,91,87)
#59524F
(89,82,79)
#504947
(80,73,71)
#47403F
(71,64,63)
#3E3737
(62,55,55)
#352E2F
(53,46,47)
#2C2527
(44,37,39)
#231C1F
(35,28,31)
#1A1317
(26,19,23)
#110A0F
(17,10,15)
#000000
(0,0,0)

Tints of #6B645F

#6B645F
(107,100,95)
#78726D
(120,114,109)
#85807B
(133,128,123)
#928E89
(146,142,137)
#9F9C97
(159,156,151)
#ACAAA5
(172,170,165)
#B9B8B3
(185,184,179)
#C6C6C1
(198,198,193)
#D3D4CF
(211,212,207)
#E0E2DD
(224,226,221)
#EDF0EB
(237,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B645F color. Also use rgb(107,100,95) instead hex code.

Text Font Color

.myTextColor { color: #6B645F; }

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

This text font color is #6B645F.

Background Color

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

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

This div background color is #6B645F.

Border color

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

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

This div border color is #6B645F.

Opacity

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

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

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

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

This text has shadow with #6B645F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B645F.

Preview

Color preview on black background

This text has color #6B645F on black background.


Color preview on white background

This text has color #6B645F on white background.


Black color preview on #6B645F background

This text has black color on #6B645F background.


White color preview on #6B645F background

This text has white color on #6B645F background.


Related colors

Complementary color

Complementary color for #hex is #949BA0.


I love getcolorcode.com

Triadic colors

1 #5F6B64 and #645F6B with #6B645F are triadic colors.

2 #5F646B and #646B5F with #6B645F are triadic colors.