COLOR #6A1B1D

HEX: #6A1B1D
RGB: (106,27,29)

Color info

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

RGB color model

#6A1B1D color RGB value is (106,27,29).

  • red value is 106;
  • green value is 27;
  • blue value is 29.
RGB:
(106,27,29)
(42%,11%,11%)

RGB channels and saturation

R 106 of 255 = 42%
G 27 of 255 = 11%
B 29 of 255 = 11%

106
27
29

R + G + B ~ 21%. #6A1B1D is dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 27 + 29 = 162 (100%)
R 106 of 162 ~ 65.43%
G 27 of 162 ~ 16.67%
B 29 of 162 ~ 17.9%

%65.43
%16.67
%17.9

CMYK color model

#6A1B1D color CMYK value is (0,75,73,58).

  • cyan value is 0.00%
  • magenta value is 74.53%
  • yellow value is 72.64%
  • key color value is 58.43%
CMYK:
(0,75,73,58)
C0M75Y73K58 
(0%,75%,73%,58%)
(0.00/0.75/0.73/0.58)	

CMYK percentages

%0
%74.53
%72.64
%58.43

Codes

Color #6A1B1D in popluar color models

6A1B1D
RGB1062729
HSL358°59.40%26.08%
HSB/HSV358°74.53%41.57%
CMYK0.00%74.53%72.64%
58.43%

Color #6A1B1D in popluar number systems.

HEX6A1B1D
Decimal1062729
Binary11010101101111101
Octal1523335

Shades and tints

Shades of #6A1B1D

#6A1B1D
(106,27,29)
#61191B
(97,25,27)
#581719
(88,23,25)
#4F1517
(79,21,23)
#461315
(70,19,21)
#3D1113
(61,17,19)
#340F11
(52,15,17)
#2B0D0F
(43,13,15)
#220B0D
(34,11,13)
#19090B
(25,9,11)
#100709
(16,7,9)
#000000
(0,0,0)

Tints of #6A1B1D

#6A1B1D
(106,27,29)
#772F31
(119,47,49)
#844345
(132,67,69)
#915759
(145,87,89)
#9E6B6D
(158,107,109)
#AB7F81
(171,127,129)
#B89395
(184,147,149)
#C5A7A9
(197,167,169)
#D2BBBD
(210,187,189)
#DFCFD1
(223,207,209)
#ECE3E5
(236,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A1B1D color. Also use rgb(106,27,29) instead hex code.

Text Font Color

.myTextColor { color: #6A1B1D; }

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

This text font color is #6A1B1D.


Background Color

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

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

This div background color is #6A1B1D.


Border color

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

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

This div border color is #6A1B1D.


Opacity

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

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

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

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

This text has shadow with #6A1B1D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A1B1D on black background.


Color preview on white background

This text has color #6A1B1D on white background.



Black color preview on #6A1B1D background

This text has black color on #6A1B1D background.


White color preview on #6A1B1D background

This text has white color on #6A1B1D background.