COLOR #6A3318

HEX: #6A3318
RGB: (106,51,24)

Color info

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

RGB color model

#6A3318 color RGB value is (106,51,24).

  • red value is 106;
  • green value is 51;
  • blue value is 24.
RGB:
(106,51,24)
(42%,20%,9%)

RGB channels and saturation

R 106 of 255 = 42%
G 51 of 255 = 20%
B 24 of 255 = 9%

106
51
24

R + G + B ~ 24%. #6A3318 is dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 51 + 24 = 181 (100%)
R 106 of 181 ~ 58.56%
G 51 of 181 ~ 28.18%
B 24 of 181 ~ 13.26%

%58.56
%28.18
%13.26

CMYK color model

#6A3318 color CMYK value is (0,52,77,58).

  • cyan value is 0.00%
  • magenta value is 51.89%
  • yellow value is 77.36%
  • key color value is 58.43%
CMYK:
(0,52,77,58)
C0M52Y77K58 
(0%,52%,77%,58%)
(0.00/0.52/0.77/0.58)	

CMYK percentages

%0
%51.89
%77.36
%58.43

Codes

Color #6A3318 in popluar color models

6A3318
RGB1065124
HSL20°63.08%25.49%
HSB/HSV20°77.36%41.57%
CMYK0.00%51.89%77.36%
58.43%

Color #6A3318 in popluar number systems.

HEX6A3318
Decimal1065124
Binary110101011001111000
Octal1526330

Shades and tints

Shades of #6A3318

#6A3318
(106,51,24)
#612F16
(97,47,22)
#582B14
(88,43,20)
#4F2712
(79,39,18)
#462310
(70,35,16)
#3D1F0E
(61,31,14)
#341B0C
(52,27,12)
#2B170A
(43,23,10)
#221308
(34,19,8)
#190F06
(25,15,6)
#100B04
(16,11,4)
#000000
(0,0,0)

Tints of #6A3318

#6A3318
(106,51,24)
#77452D
(119,69,45)
#845742
(132,87,66)
#916957
(145,105,87)
#9E7B6C
(158,123,108)
#AB8D81
(171,141,129)
#B89F96
(184,159,150)
#C5B1AB
(197,177,171)
#D2C3C0
(210,195,192)
#DFD5D5
(223,213,213)
#ECE7EA
(236,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A3318 color. Also use rgb(106,51,24) instead hex code.

Text Font Color

.myTextColor { color: #6A3318; }

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

This text font color is #6A3318.


Background Color

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

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

This div background color is #6A3318.


Border color

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

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

This div border color is #6A3318.


Opacity

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

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

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

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

This text has shadow with #6A3318 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A3318 on black background.


Color preview on white background

This text has color #6A3318 on white background.



Black color preview on #6A3318 background

This text has black color on #6A3318 background.


White color preview on #6A3318 background

This text has white color on #6A3318 background.