COLOR #6A1914

HEX: #6A1914
RGB: (106,25,20)

Color info

#6A1914 contains mainly red color. Web safe color of #6A1914 is #660000 (or #600).

RGB color model

#6A1914 color RGB value is (106,25,20).

  • red value is 106;
  • green value is 25;
  • blue value is 20.
RGB:
(106,25,20)
(42%,10%,8%)

RGB channels and saturation

R 106 of 255 = 42%
G 25 of 255 = 10%
B 20 of 255 = 8%

106
25
20

R + G + B ~ 20%. #6A1914 is dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 25 + 20 = 151 (100%)
R 106 of 151 ~ 70.2%
G 25 of 151 ~ 16.56%
B 20 of 151 ~ 13.25%

%70.2
%16.56
%13.25

CMYK color model

#6A1914 color CMYK value is (0,76,81,58).

  • cyan value is 0.00%
  • magenta value is 76.42%
  • yellow value is 81.13%
  • key color value is 58.43%
CMYK:
(0,76,81,58)
C0M76Y81K58 
(0%,76%,81%,58%)
(0.00/0.76/0.81/0.58)	

CMYK percentages

%0
%76.42
%81.13
%58.43

Codes

Color #6A1914 in popluar color models

6A1914
RGB1062520
HSL68.25%24.71%
HSB/HSV81.13%41.57%
CMYK0.00%76.42%81.13%
58.43%

Color #6A1914 in popluar number systems.

HEX6A1914
Decimal1062520
Binary11010101100110100
Octal1523124

Shades and tints

Shades of #6A1914

#6A1914
(106,25,20)
#611713
(97,23,19)
#581512
(88,21,18)
#4F1311
(79,19,17)
#461110
(70,17,16)
#3D0F0F
(61,15,15)
#340D0E
(52,13,14)
#2B0B0D
(43,11,13)
#22090C
(34,9,12)
#19070B
(25,7,11)
#10050A
(16,5,10)
#000000
(0,0,0)

Tints of #6A1914

#6A1914
(106,25,20)
#772D29
(119,45,41)
#84413E
(132,65,62)
#915553
(145,85,83)
#9E6968
(158,105,104)
#AB7D7D
(171,125,125)
#B89192
(184,145,146)
#C5A5A7
(197,165,167)
#D2B9BC
(210,185,188)
#DFCDD1
(223,205,209)
#ECE1E6
(236,225,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A1914 color. Also use rgb(106,25,20) instead hex code.

Text Font Color

.myTextColor { color: #6A1914; }

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

This text font color is #6A1914.


Background Color

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

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

This div background color is #6A1914.


Border color

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

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

This div border color is #6A1914.


Opacity

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

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

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

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

This text has shadow with #6A1914 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A1914 on black background.


Color preview on white background

This text has color #6A1914 on white background.



Black color preview on #6A1914 background

This text has black color on #6A1914 background.


White color preview on #6A1914 background

This text has white color on #6A1914 background.