COLOR #6D3023

HEX: #6D3023 RGB: (109,48,35)

Color info

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

RGB color model

#6D3023 color RGB value is (109,48,35).

RGB: (109,48,35) (43%, 19%, 14%)

RGB channels and saturation

R 109 of 255 = 43%
G 48 of 255 = 19%
B 35 of 255 = 14%

109
48
35

R + G + B ~ 25%. #6D3023 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 109 + 48 + 35 = 192 (100%)
R 109 of 192 ~ 56.77%
G 48 of 192 ~ 25%
B 35 of 192 ~ 18.23'%

%56.77
%25
%18.23

CMYK color model

#6D3023 color CMYK value is (0,56,68,57).

  • cyan value is 0.00%
  • magenta value is 55.96%
  • yellow value is 67.89%
  • key color value is 57.25%

CMYK: (0,56,68,57)
C0M56Y68K57 (0%, 56%, 68%, 57%)
(0.00 / 0.56 / 0.68 / 0.57)

CMYK percentages

%0
%55.96
%67.89
%57.25

Codes

Color #6D3023 in popluar color models

6D 30 23
RGB 109 48 35
HSL 11° 51.39% 28.24%
HSB/HSV 11° 67.89% 42.75%
CMYK 0.00% 55.96% 67.89%
57.25%

Color #6D3023 in popluar number systems.

HEX 6D 30 23
Decimal 109 48 35
Binary 1101101 110000 100011
Octal 155 60 43

Shades and tints

Shades of #6D3023

#6D3023
(109,48,35)
#642C20
(100,44,32)
#5B281D
(91,40,29)
#52241A
(82,36,26)
#492017
(73,32,23)
#401C14
(64,28,20)
#371811
(55,24,17)
#2E140E
(46,20,14)
#25100B
(37,16,11)
#1C0C08
(28,12,8)
#130805
(19,8,5)
#000000
(0,0,0)

Tints of #6D3023

#6D3023
(109,48,35)
#7A4237
(122,66,55)
#87544B
(135,84,75)
#94665F
(148,102,95)
#A17873
(161,120,115)
#AE8A87
(174,138,135)
#BB9C9B
(187,156,155)
#C8AEAF
(200,174,175)
#D5C0C3
(213,192,195)
#E2D2D7
(226,210,215)
#EFE4EB
(239,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D3023 color. Also use rgb(109,48,35) instead hex code.

Text Font Color

.myTextColor { color: #6D3023; }

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

This text font color is #6D3023.

Background Color

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

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

This div background color is #6D3023.

Border color

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

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

This div border color is #6D3023.

Opacity

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

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

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

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

This text has shadow with #6D3023 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D3023.

Preview

Color preview on black background

This text has color #6D3023 on black background.


Color preview on white background

This text has color #6D3023 on white background.


Black color preview on #6D3023 background

This text has black color on #6D3023 background.


White color preview on #6D3023 background

This text has white color on #6D3023 background.


Related colors

Complementary color

Complementary color for #hex is #92CFDC.


I love getcolorcode.com

Triadic colors

1 #236D30 and #30236D with #6D3023 are triadic colors.

2 #23306D and #306D23 with #6D3023 are triadic colors.