COLOR #6C120C

HEX: #6C120C RGB: (108,18,12)

Color info

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

RGB color model

#6C120C color RGB value is (108,18,12).

RGB: (108,18,12) (42%, 7%, 5%)

RGB channels and saturation

R 108 of 255 = 42%
G 18 of 255 = 7%
B 12 of 255 = 5%

108
18
12

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

Portions of RGB colors in percentages

R + G + B = 108 + 18 + 12 = 138 (100%)
R 108 of 138 ~ 78.26%
G 18 of 138 ~ 13.04%
B 12 of 138 ~ 8.7'%

%78.26
%13.04

CMYK color model

#6C120C color CMYK value is (0,83,89,58).

  • cyan value is 0.00%
  • magenta value is 83.33%
  • yellow value is 88.89%
  • key color value is 57.65%

CMYK: (0,83,89,58)
C0M83Y89K58 (0%, 83%, 89%, 58%)
(0.00 / 0.83 / 0.89 / 0.58)

CMYK percentages

%0
%83.33
%88.89
%57.65

Codes

Color #6C120C in popluar color models

6C 12 0C
RGB 108 18 12
HSL 80.00% 23.53%
HSB/HSV 88.89% 42.35%
CMYK 0.00% 83.33% 88.89%
57.65%

Color #6C120C in popluar number systems.

HEX 6C 12 0C
Decimal 108 18 12
Binary 1101100 10010 1100
Octal 154 22 14

Shades and tints

Shades of #6C120C

#6C120C
(108,18,12)
#63110B
(99,17,11)
#5A100A
(90,16,10)
#510F09
(81,15,9)
#480E08
(72,14,8)
#3F0D07
(63,13,7)
#360C06
(54,12,6)
#2D0B05
(45,11,5)
#240A04
(36,10,4)
#1B0903
(27,9,3)
#120802
(18,8,2)
#000000
(0,0,0)

Tints of #6C120C

#6C120C
(108,18,12)
#792722
(121,39,34)
#863C38
(134,60,56)
#93514E
(147,81,78)
#A06664
(160,102,100)
#AD7B7A
(173,123,122)
#BA9090
(186,144,144)
#C7A5A6
(199,165,166)
#D4BABC
(212,186,188)
#E1CFD2
(225,207,210)
#EEE4E8
(238,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C120C color. Also use rgb(108,18,12) instead hex code.

Text Font Color

.myTextColor { color: #6C120C; }

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

This text font color is #6C120C.

Background Color

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

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

This div background color is #6C120C.

Border color

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

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

This div border color is #6C120C.

Opacity

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

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

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

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

This text has shadow with #6C120C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C120C.

Preview

Color preview on black background

This text has color #6C120C on black background.


Color preview on white background

This text has color #6C120C on white background.


Black color preview on #6C120C background

This text has black color on #6C120C background.


White color preview on #6C120C background

This text has white color on #6C120C background.


Related colors

Complementary color

Complementary color for #hex is #93EDF3.


I love getcolorcode.com

Triadic colors

1 #0C6C12 and #120C6C with #6C120C are triadic colors.

2 #0C126C and #126C0C with #6C120C are triadic colors.