#6C1411

Color #6C1411 Falu Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Falu Red #6C1411

Tints of Falu Red #6C1411

Color information

#6C1411 (or 0x6C1411) is unknown color: approx Falu Red. HEX triplet: 6C, 14 and 11. RGB value is (108,20,17). Sum of RGB (Red+Green+Blue) = 108+20+17=145 (19% of max value = 765). Red value is 108 (42.58% from 255 or 74.48% from 145); Green value is 20 (8.20% from 255 or 13.79% from 145); Blue value is 17 (7.03% from 255 or 11.72% from 145); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1411 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6C1411 is #93EBEE. Grayscale: #2E2E2E. Windows color (decimal): -9694191 or 1119340. OLE color: 1119340.

HSL color Cylindrical-coordinate representation of color #6C1411: hue angle of 1.98º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6C1411 is Cyan = 0, Magento = 0.81, Yellow = 0.84 and Black (K on CMYK) = 0.58.

Color convert

RGB1082017-
CMYK00.810.840.58
HSL1.98º72.8%24.51%-
HSV(B)1.98º84.26%42.35%-
XYZ6.543.730.91-
YUV45.97111.65172.24-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 108 (42.58% from 255) = 74.48%
GREEN value IS 20 (8.20% from 255) = 13.79%
BLUE value IS 17 (7.03% from 255) = 11.72%
R=74.48%
G=13.79%
B=11.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.84
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108201700.810.840.581.9872.824.51
Hex6C1411051543A24919
Octal1542421012112472211131
Binary1101100101001000101010001101010011101010100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C1411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6C1411; }

 p { color: rgb(108,20,17); }

 H1.HeaderClassName
 {
   color: #6C1411;
 }
 .AnyTagClassName
 {
   color: #6C1411;
 }
</style>
background-color css

<style>
 a { background-color: #6C1411; }

 a { background-color: rgb(108,20,17); }

 div.DivClassName
 {
   background-color: #6C1411;
 }
 .BgClassName
 {
   background-color: #6C1411;
 }
</style>
border-color css

<style>
 span { border-color: #6C1411; }

 span { border-color: rgb(108,20,17); }

 td.TdClassName
 {
   border-color: #6C1411;
 }
 .TagClassName
 {
   border-color: #6C1411;
 }
</style>