COLOR #6A0F12

HEX: #6A0F12 RGB: (106,15,18)

Color info

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

RGB color model

#6A0F12 color RGB value is (106,15,18).

RGB: (106,15,18) (42%, 6%, 7%)

RGB channels and saturation

R 106 of 255 = 42%
G 15 of 255 = 6%
B 18 of 255 = 7%

106
15
18

R + G + B ~ 18%. #6A0F12 is dark color.

Portions of RGB colors in percentages

R + G + B = 106 + 15 + 18 = 139 (100%)
R 106 of 139 ~ 76.26%
G 15 of 139 ~ 10.79%
B 18 of 139 ~ 12.95'%

%76.26
%10.79
%12.95

CMYK color model

#6A0F12 color CMYK value is (0,86,83,58).

  • cyan value is 0.00%
  • magenta value is 85.85%
  • yellow value is 83.02%
  • key color value is 58.43%

CMYK: (0,86,83,58)
C0M86Y83K58 (0%, 86%, 83%, 58%)
(0.00 / 0.86 / 0.83 / 0.58)

CMYK percentages

%0
%85.85
%83.02
%58.43

Codes

Color #6A0F12 in popluar color models

6A 0F 12
RGB 106 15 18
HSL 358° 75.21% 23.73%
HSB/HSV 358° 85.85% 41.57%
CMYK 0.00% 85.85% 83.02%
58.43%

Color #6A0F12 in popluar number systems.

HEX 6A 0F 12
Decimal 106 15 18
Binary 1101010 1111 10010
Octal 152 17 22

Shades and tints

Shades of #6A0F12

#6A0F12
(106,15,18)
#610E11
(97,14,17)
#580D10
(88,13,16)
#4F0C0F
(79,12,15)
#460B0E
(70,11,14)
#3D0A0D
(61,10,13)
#34090C
(52,9,12)
#2B080B
(43,8,11)
#22070A
(34,7,10)
#190609
(25,6,9)
#100508
(16,5,8)
#000000
(0,0,0)

Tints of #6A0F12

#6A0F12
(106,15,18)
#772427
(119,36,39)
#84393C
(132,57,60)
#914E51
(145,78,81)
#9E6366
(158,99,102)
#AB787B
(171,120,123)
#B88D90
(184,141,144)
#C5A2A5
(197,162,165)
#D2B7BA
(210,183,186)
#DFCCCF
(223,204,207)
#ECE1E4
(236,225,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A0F12 color. Also use rgb(106,15,18) instead hex code.

Text Font Color

.myTextColor { color: #6A0F12; }

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

This text font color is #6A0F12.

Background Color

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

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

This div background color is #6A0F12.

Border color

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

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

This div border color is #6A0F12.

Opacity

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

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

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

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

This text has shadow with #6A0F12 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A0F12.

Preview

Color preview on black background

This text has color #6A0F12 on black background.


Color preview on white background

This text has color #6A0F12 on white background.


Black color preview on #6A0F12 background

This text has black color on #6A0F12 background.


White color preview on #6A0F12 background

This text has white color on #6A0F12 background.


Related colors

Complementary color

Complementary color for #hex is #95F0ED.


I love getcolorcode.com

Triadic colors

1 #126A0F and #0F126A with #6A0F12 are triadic colors.

2 #120F6A and #0F6A12 with #6A0F12 are triadic colors.