COLOR #6A4C10

HEX: #6A4C10
RGB: (106,76,16)

Color info

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

RGB color model

#6A4C10 color RGB value is (106,76,16).

  • red value is 106;
  • green value is 76;
  • blue value is 16.
RGB:
(106,76,16)
(42%,30%,6%)

RGB channels and saturation

R 106 of 255 = 42%
G 76 of 255 = 30%
B 16 of 255 = 6%

106
76
16

R + G + B ~ 26%. #6A4C10 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 76 + 16 = 198 (100%)
R 106 of 198 ~ 53.54%
G 76 of 198 ~ 38.38%
B 16 of 198 ~ 8.08%

%53.54
%38.38

CMYK color model

#6A4C10 color CMYK value is (0,28,85,58).

  • cyan value is 0.00%
  • magenta value is 28.30%
  • yellow value is 84.91%
  • key color value is 58.43%
CMYK:
(0,28,85,58)
C0M28Y85K58 
(0%,28%,85%,58%)
(0.00/0.28/0.85/0.58)	

CMYK percentages

%0
%28.3
%84.91
%58.43

Codes

Color #6A4C10 in popluar color models

6A4C10
RGB1067616
HSL40°73.77%23.92%
HSB/HSV40°84.91%41.57%
CMYK0.00%28.30%84.91%
58.43%

Color #6A4C10 in popluar number systems.

HEX6A4C10
Decimal1067616
Binary1101010100110010000
Octal15211420

Shades and tints

Shades of #6A4C10

#6A4C10
(106,76,16)
#61460F
(97,70,15)
#58400E
(88,64,14)
#4F3A0D
(79,58,13)
#46340C
(70,52,12)
#3D2E0B
(61,46,11)
#34280A
(52,40,10)
#2B2209
(43,34,9)
#221C08
(34,28,8)
#191607
(25,22,7)
#101006
(16,16,6)
#000000
(0,0,0)

Tints of #6A4C10

#6A4C10
(106,76,16)
#775C25
(119,92,37)
#846C3A
(132,108,58)
#917C4F
(145,124,79)
#9E8C64
(158,140,100)
#AB9C79
(171,156,121)
#B8AC8E
(184,172,142)
#C5BCA3
(197,188,163)
#D2CCB8
(210,204,184)
#DFDCCD
(223,220,205)
#ECECE2
(236,236,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A4C10 color. Also use rgb(106,76,16) instead hex code.

Text Font Color

.myTextColor { color: #6A4C10; }

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

This text font color is #6A4C10.


Background Color

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

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

This div background color is #6A4C10.


Border color

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

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

This div border color is #6A4C10.


Opacity

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

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

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

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

This text has shadow with #6A4C10 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A4C10 on black background.


Color preview on white background

This text has color #6A4C10 on white background.



Black color preview on #6A4C10 background

This text has black color on #6A4C10 background.


White color preview on #6A4C10 background

This text has white color on #6A4C10 background.