COLOR #6B241D

HEX: #6B241D RGB: (107,36,29)

Color info

#6B241D contains mainly red color. Web safe color of #6B241D is #663333 (or #633).

RGB color model

#6B241D color RGB value is (107,36,29).

RGB: (107,36,29) (42%, 14%, 11%)

RGB channels and saturation

R 107 of 255 = 42%
G 36 of 255 = 14%
B 29 of 255 = 11%

107
36
29

R + G + B ~ 22%. #6B241D is dark color.

Portions of RGB colors in percentages

R + G + B = 107 + 36 + 29 = 172 (100%)
R 107 of 172 ~ 62.21%
G 36 of 172 ~ 20.93%
B 29 of 172 ~ 16.86'%

%62.21
%20.93
%16.86

CMYK color model

#6B241D color CMYK value is (0,66,73,58).

  • cyan value is 0.00%
  • magenta value is 66.36%
  • yellow value is 72.90%
  • key color value is 58.04%

CMYK: (0,66,73,58)
C0M66Y73K58 (0%, 66%, 73%, 58%)
(0.00 / 0.66 / 0.73 / 0.58)

CMYK percentages

%0
%66.36
%72.9
%58.04

Codes

Color #6B241D in popluar color models

6B 24 1D
RGB 107 36 29
HSL 57.35% 26.67%
HSB/HSV 72.90% 41.96%
CMYK 0.00% 66.36% 72.90%
58.04%

Color #6B241D in popluar number systems.

HEX 6B 24 1D
Decimal 107 36 29
Binary 1101011 100100 11101
Octal 153 44 35

Shades and tints

Shades of #6B241D

#6B241D
(107,36,29)
#62211B
(98,33,27)
#591E19
(89,30,25)
#501B17
(80,27,23)
#471815
(71,24,21)
#3E1513
(62,21,19)
#351211
(53,18,17)
#2C0F0F
(44,15,15)
#230C0D
(35,12,13)
#1A090B
(26,9,11)
#110609
(17,6,9)
#000000
(0,0,0)

Tints of #6B241D

#6B241D
(107,36,29)
#783731
(120,55,49)
#854A45
(133,74,69)
#925D59
(146,93,89)
#9F706D
(159,112,109)
#AC8381
(172,131,129)
#B99695
(185,150,149)
#C6A9A9
(198,169,169)
#D3BCBD
(211,188,189)
#E0CFD1
(224,207,209)
#EDE2E5
(237,226,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B241D color. Also use rgb(107,36,29) instead hex code.

Text Font Color

.myTextColor { color: #6B241D; }

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

This text font color is #6B241D.

Background Color

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

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

This div background color is #6B241D.

Border color

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

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

This div border color is #6B241D.

Opacity

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

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

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

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

This text has shadow with #6B241D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B241D.

Preview

Color preview on black background

This text has color #6B241D on black background.


Color preview on white background

This text has color #6B241D on white background.


Black color preview on #6B241D background

This text has black color on #6B241D background.


White color preview on #6B241D background

This text has white color on #6B241D background.


Related colors

Complementary color

Complementary color for #hex is #94DBE2.


I love getcolorcode.com

Triadic colors

1 #1D6B24 and #241D6B with #6B241D are triadic colors.

2 #1D246B and #246B1D with #6B241D are triadic colors.