COLOR #6B320C

HEX: #6B320C RGB: (107,50,12)

Color info

#6B320C contains mainly red and green colors. Web safe color of #6B320C is #663300 (or #630).

RGB color model

#6B320C color RGB value is (107,50,12).

RGB: (107,50,12) (42%, 20%, 5%)

RGB channels and saturation

R 107 of 255 = 42%
G 50 of 255 = 20%
B 12 of 255 = 5%

107
50
12

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

Portions of RGB colors in percentages

R + G + B = 107 + 50 + 12 = 169 (100%)
R 107 of 169 ~ 63.31%
G 50 of 169 ~ 29.59%
B 12 of 169 ~ 7.1'%

%63.31
%29.59

CMYK color model

#6B320C color CMYK value is (0,53,89,58).

  • cyan value is 0.00%
  • magenta value is 53.27%
  • yellow value is 88.79%
  • key color value is 58.04%

CMYK: (0,53,89,58)
C0M53Y89K58 (0%, 53%, 89%, 58%)
(0.00 / 0.53 / 0.89 / 0.58)

CMYK percentages

%0
%53.27
%88.79
%58.04

Codes

Color #6B320C in popluar color models

6B 32 0C
RGB 107 50 12
HSL 24° 79.83% 23.33%
HSB/HSV 24° 88.79% 41.96%
CMYK 0.00% 53.27% 88.79%
58.04%

Color #6B320C in popluar number systems.

HEX 6B 32 0C
Decimal 107 50 12
Binary 1101011 110010 1100
Octal 153 62 14

Shades and tints

Shades of #6B320C

#6B320C
(107,50,12)
#622E0B
(98,46,11)
#592A0A
(89,42,10)
#502609
(80,38,9)
#472208
(71,34,8)
#3E1E07
(62,30,7)
#351A06
(53,26,6)
#2C1605
(44,22,5)
#231204
(35,18,4)
#1A0E03
(26,14,3)
#110A02
(17,10,2)
#000000
(0,0,0)

Tints of #6B320C

#6B320C
(107,50,12)
#784422
(120,68,34)
#855638
(133,86,56)
#92684E
(146,104,78)
#9F7A64
(159,122,100)
#AC8C7A
(172,140,122)
#B99E90
(185,158,144)
#C6B0A6
(198,176,166)
#D3C2BC
(211,194,188)
#E0D4D2
(224,212,210)
#EDE6E8
(237,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B320C color. Also use rgb(107,50,12) instead hex code.

Text Font Color

.myTextColor { color: #6B320C; }

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

This text font color is #6B320C.

Background Color

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

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

This div background color is #6B320C.

Border color

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

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

This div border color is #6B320C.

Opacity

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

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

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

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

This text has shadow with #6B320C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B320C.

Preview

Color preview on black background

This text has color #6B320C on black background.


Color preview on white background

This text has color #6B320C on white background.


Black color preview on #6B320C background

This text has black color on #6B320C background.


White color preview on #6B320C background

This text has white color on #6B320C background.


Related colors

Complementary color

Complementary color for #hex is #94CDF3.


I love getcolorcode.com

Triadic colors

1 #0C6B32 and #320C6B with #6B320C are triadic colors.

2 #0C326B and #326B0C with #6B320C are triadic colors.