COLOR #6B4640

HEX: #6B4640
RGB: (107,70,64)

Color info

#6B4640 contains red, green and blue colors in about the same proportion. Web safe color of #6B4640 is #663333 (or #633).

RGB color model

#6B4640 color RGB value is (107,70,64).

  • red value is 107;
  • green value is 70;
  • blue value is 64.
RGB:
(107,70,64)
(42%,27%,25%)

RGB channels and saturation

R 107 of 255 = 42%
G 70 of 255 = 27%
B 64 of 255 = 25%

107
70
64

R + G + B ~ 31%. #6B4640 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 70 + 64 = 241 (100%)
R 107 of 241 ~ 44.4%
G 70 of 241 ~ 29.05%
B 64 of 241 ~ 26.56%

%44.4
%29.05
%26.56

CMYK color model

#6B4640 color CMYK value is (0,35,40,58).

  • cyan value is 0.00%
  • magenta value is 34.58%
  • yellow value is 40.19%
  • key color value is 58.04%
CMYK:
(0,35,40,58)
C0M35Y40K58 
(0%,35%,40%,58%)
(0.00/0.35/0.40/0.58)	

CMYK percentages

%0
%34.58
%40.19
%58.04

Codes

Color #6B4640 in popluar color models

6B4640
RGB1077064
HSL25.15%33.53%
HSB/HSV40.19%41.96%
CMYK0.00%34.58%40.19%
58.04%

Color #6B4640 in popluar number systems.

HEX6B4640
Decimal1077064
Binary110101110001101000000
Octal153106100

Shades and tints

Shades of #6B4640

#6B4640
(107,70,64)
#62403B
(98,64,59)
#593A36
(89,58,54)
#503431
(80,52,49)
#472E2C
(71,46,44)
#3E2827
(62,40,39)
#352222
(53,34,34)
#2C1C1D
(44,28,29)
#231618
(35,22,24)
#1A1013
(26,16,19)
#110A0E
(17,10,14)
#000000
(0,0,0)

Tints of #6B4640

#6B4640
(107,70,64)
#785651
(120,86,81)
#856662
(133,102,98)
#927673
(146,118,115)
#9F8684
(159,134,132)
#AC9695
(172,150,149)
#B9A6A6
(185,166,166)
#C6B6B7
(198,182,183)
#D3C6C8
(211,198,200)
#E0D6D9
(224,214,217)
#EDE6EA
(237,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B4640 color. Also use rgb(107,70,64) instead hex code.

Text Font Color

.myTextColor { color: #6B4640; }

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

This text font color is #6B4640.


Background Color

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

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

This div background color is #6B4640.


Border color

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

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

This div border color is #6B4640.


Opacity

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

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

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

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

This text has shadow with #6B4640 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B4640 on black background.


Color preview on white background

This text has color #6B4640 on white background.



Black color preview on #6B4640 background

This text has black color on #6B4640 background.


White color preview on #6B4640 background

This text has white color on #6B4640 background.