COLOR #6A251C

HEX: #6A251C RGB: (106,37,28)

Color info

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

RGB color model

#6A251C color RGB value is (106,37,28).

RGB: (106,37,28) (42%, 15%, 11%)

RGB channels and saturation

R 106 of 255 = 42%
G 37 of 255 = 15%
B 28 of 255 = 11%

106
37
28

R + G + B ~ 23%. #6A251C is dark color.

Portions of RGB colors in percentages

R + G + B = 106 + 37 + 28 = 171 (100%)
R 106 of 171 ~ 61.99%
G 37 of 171 ~ 21.64%
B 28 of 171 ~ 16.37'%

%61.99
%21.64
%16.37

CMYK color model

#6A251C color CMYK value is (0,65,74,58).

  • cyan value is 0.00%
  • magenta value is 65.09%
  • yellow value is 73.58%
  • key color value is 58.43%

CMYK: (0,65,74,58)
C0M65Y74K58 (0%, 65%, 74%, 58%)
(0.00 / 0.65 / 0.74 / 0.58)

CMYK percentages

%0
%65.09
%73.58
%58.43

Codes

Color #6A251C in popluar color models

6A 25 1C
RGB 106 37 28
HSL 58.21% 26.27%
HSB/HSV 73.58% 41.57%
CMYK 0.00% 65.09% 73.58%
58.43%

Color #6A251C in popluar number systems.

HEX 6A 25 1C
Decimal 106 37 28
Binary 1101010 100101 11100
Octal 152 45 34

Shades and tints

Shades of #6A251C

#6A251C
(106,37,28)
#61221A
(97,34,26)
#581F18
(88,31,24)
#4F1C16
(79,28,22)
#461914
(70,25,20)
#3D1612
(61,22,18)
#341310
(52,19,16)
#2B100E
(43,16,14)
#220D0C
(34,13,12)
#190A0A
(25,10,10)
#100708
(16,7,8)
#000000
(0,0,0)

Tints of #6A251C

#6A251C
(106,37,28)
#773830
(119,56,48)
#844B44
(132,75,68)
#915E58
(145,94,88)
#9E716C
(158,113,108)
#AB8480
(171,132,128)
#B89794
(184,151,148)
#C5AAA8
(197,170,168)
#D2BDBC
(210,189,188)
#DFD0D0
(223,208,208)
#ECE3E4
(236,227,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A251C color. Also use rgb(106,37,28) instead hex code.

Text Font Color

.myTextColor { color: #6A251C; }

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

This text font color is #6A251C.

Background Color

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

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

This div background color is #6A251C.

Border color

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

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

This div border color is #6A251C.

Opacity

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

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

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

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

This text has shadow with #6A251C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A251C.

Preview

Color preview on black background

This text has color #6A251C on black background.


Color preview on white background

This text has color #6A251C on white background.


Black color preview on #6A251C background

This text has black color on #6A251C background.


White color preview on #6A251C background

This text has white color on #6A251C background.


Related colors

Complementary color

Complementary color for #hex is #95DAE3.


I love getcolorcode.com

Triadic colors

1 #1C6A25 and #251C6A with #6A251C are triadic colors.

2 #1C256A and #256A1C with #6A251C are triadic colors.