COLOR #6B4251

HEX: #6B4251 RGB: (107,66,81)

Color info

#6B4251 contains red, green and blue colors in about the same proportion. Web safe color of #6B4251 is #663366 (or #636).

RGB color model

#6B4251 color RGB value is (107,66,81).

RGB: (107,66,81) (42%, 26%, 32%)

RGB channels and saturation

R 107 of 255 = 42%
G 66 of 255 = 26%
B 81 of 255 = 32%

107
66
81

R + G + B ~ 33%. #6B4251 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 107 + 66 + 81 = 254 (100%)
R 107 of 254 ~ 42.13%
G 66 of 254 ~ 25.98%
B 81 of 254 ~ 31.89'%

%42.13
%25.98
%31.89

CMYK color model

#6B4251 color CMYK value is (0,38,24,58).

  • cyan value is 0.00%
  • magenta value is 38.32%
  • yellow value is 24.30%
  • key color value is 58.04%

CMYK: (0,38,24,58)
C0M38Y24K58 (0%, 38%, 24%, 58%)
(0.00 / 0.38 / 0.24 / 0.58)

CMYK percentages

%0
%38.32
%24.3
%58.04

Codes

Color #6B4251 in popluar color models

6B 42 51
RGB 107 66 81
HSL 338° 23.70% 33.92%
HSB/HSV 338° 38.32% 41.96%
CMYK 0.00% 38.32% 24.30%
58.04%

Color #6B4251 in popluar number systems.

HEX 6B 42 51
Decimal 107 66 81
Binary 1101011 1000010 1010001
Octal 153 102 121

Shades and tints

Shades of #6B4251

#6B4251
(107,66,81)
#623C4A
(98,60,74)
#593643
(89,54,67)
#50303C
(80,48,60)
#472A35
(71,42,53)
#3E242E
(62,36,46)
#351E27
(53,30,39)
#2C1820
(44,24,32)
#231219
(35,18,25)
#1A0C12
(26,12,18)
#11060B
(17,6,11)
#000000
(0,0,0)

Tints of #6B4251

#6B4251
(107,66,81)
#785360
(120,83,96)
#85646F
(133,100,111)
#92757E
(146,117,126)
#9F868D
(159,134,141)
#AC979C
(172,151,156)
#B9A8AB
(185,168,171)
#C6B9BA
(198,185,186)
#D3CAC9
(211,202,201)
#E0DBD8
(224,219,216)
#EDECE7
(237,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B4251 color. Also use rgb(107,66,81) instead hex code.

Text Font Color

.myTextColor { color: #6B4251; }

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

This text font color is #6B4251.

Background Color

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

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

This div background color is #6B4251.

Border color

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

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

This div border color is #6B4251.

Opacity

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

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

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

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

This text has shadow with #6B4251 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B4251.

Preview

Color preview on black background

This text has color #6B4251 on black background.


Color preview on white background

This text has color #6B4251 on white background.


Black color preview on #6B4251 background

This text has black color on #6B4251 background.


White color preview on #6B4251 background

This text has white color on #6B4251 background.


Related colors

Complementary color

Complementary color for #hex is #94BDAE.


I love getcolorcode.com

Triadic colors

1 #516B42 and #42516B with #6B4251 are triadic colors.

2 #51426B and #426B51 with #6B4251 are triadic colors.