COLOR #6B645C

HEX: #6B645C
RGB: (107,100,92)

Color info

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

RGB color model

#6B645C color RGB value is (107,100,92).

  • red value is 107;
  • green value is 100;
  • blue value is 92.
RGB:
(107,100,92)
(42%,39%,36%)

RGB channels and saturation

R 107 of 255 = 42%
G 100 of 255 = 39%
B 92 of 255 = 36%

107
100
92

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

Portions of RGB colors in percentages

R + G + B =
107 + 100 + 92 = 299 (100%)
R 107 of 299 ~ 35.79%
G 100 of 299 ~ 33.44%
B 92 of 299 ~ 30.77%

%35.79
%33.44
%30.77

CMYK color model

#6B645C color CMYK value is (0,7,14,58).

  • cyan value is 0.00%
  • magenta value is 6.54%
  • yellow value is 14.02%
  • key color value is 58.04%
CMYK:
(0,7,14,58)
C0M7Y14K58 
(0%,7%,14%,58%)
(0.00/0.07/0.14/0.58)	

CMYK percentages

%0
%6.54
%14.02
%58.04

Codes

Color #6B645C in popluar color models

6B645C
RGB10710092
HSL32°7.54%39.02%
HSB/HSV32°14.02%41.96%
CMYK0.00%6.54%14.02%
58.04%

Color #6B645C in popluar number systems.

HEX6B645C
Decimal10710092
Binary110101111001001011100
Octal153144134

Shades and tints

Shades of #6B645C

#6B645C
(107,100,92)
#625B54
(98,91,84)
#59524C
(89,82,76)
#504944
(80,73,68)
#47403C
(71,64,60)
#3E3734
(62,55,52)
#352E2C
(53,46,44)
#2C2524
(44,37,36)
#231C1C
(35,28,28)
#1A1314
(26,19,20)
#110A0C
(17,10,12)
#000000
(0,0,0)

Tints of #6B645C

#6B645C
(107,100,92)
#78726A
(120,114,106)
#858078
(133,128,120)
#928E86
(146,142,134)
#9F9C94
(159,156,148)
#ACAAA2
(172,170,162)
#B9B8B0
(185,184,176)
#C6C6BE
(198,198,190)
#D3D4CC
(211,212,204)
#E0E2DA
(224,226,218)
#EDF0E8
(237,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B645C; }

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

This text font color is #6B645C.


Background Color

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

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

This div background color is #6B645C.


Border color

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

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

This div border color is #6B645C.


Opacity

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

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

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

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

This text has shadow with #6B645C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B645C on black background.


Color preview on white background

This text has color #6B645C on white background.



Black color preview on #6B645C background

This text has black color on #6B645C background.


White color preview on #6B645C background

This text has white color on #6B645C background.