COLOR #6A1D1B

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

106
29
27

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

Portions of RGB colors in percentages

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

%65.43
%17.9
%16.67

CMYK color model

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

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

CMYK percentages

%0
%72.64
%74.53
%58.43

Codes

Color #6A1D1B in popluar color models

6A1D1B
RGB1062927
HSL59.40%26.08%
HSB/HSV74.53%41.57%
CMYK0.00%72.64%74.53%
58.43%

Color #6A1D1B in popluar number systems.

HEX6A1D1B
Decimal1062927
Binary11010101110111011
Octal1523533

Shades and tints

Shades of #6A1D1B

#6A1D1B
(106,29,27)
#611B19
(97,27,25)
#581917
(88,25,23)
#4F1715
(79,23,21)
#461513
(70,21,19)
#3D1311
(61,19,17)
#34110F
(52,17,15)
#2B0F0D
(43,15,13)
#220D0B
(34,13,11)
#190B09
(25,11,9)
#100907
(16,9,7)
#000000
(0,0,0)

Tints of #6A1D1B

#6A1D1B
(106,29,27)
#77312F
(119,49,47)
#844543
(132,69,67)
#915957
(145,89,87)
#9E6D6B
(158,109,107)
#AB817F
(171,129,127)
#B89593
(184,149,147)
#C5A9A7
(197,169,167)
#D2BDBB
(210,189,187)
#DFD1CF
(223,209,207)
#ECE5E3
(236,229,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A1D1B; }

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

This text font color is #6A1D1B.


Background Color

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

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

This div background color is #6A1D1B.


Border color

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

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

This div border color is #6A1D1B.


Opacity

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

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

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

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

This text has shadow with #6A1D1B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A1D1B on black background.


Color preview on white background

This text has color #6A1D1B on white background.



Black color preview on #6A1D1B background

This text has black color on #6A1D1B background.


White color preview on #6A1D1B background

This text has white color on #6A1D1B background.