#6f1c14

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

Shades of Falu Red #6F1C14

Tints of Falu Red #6F1C14

Color information

#6F1C14 (or 0x6F1C14) is unknown color: approx Falu Red. HEX triplet: 6F, 1C and 14. RGB value is (111,28,20). Sum of RGB (Red+Green+Blue) = 111+28+20=159 (21% of max value = 765). Red value is 111 (43.75% from 255 or 69.81% from 159); Green value is 28 (11.33% from 255 or 17.61% from 159); Blue value is 20 (8.20% from 255 or 12.58% from 159); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1C14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F1C14 is #90E3EB. Grayscale: #343434. Windows color (decimal): -9495532 or 1317999. OLE color: 1317999.

HSL color Cylindrical-coordinate representation of color #6F1C14: hue angle of 5.27º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6F1C14 is Cyan = 0, Magento = 0.75, Yellow = 0.82 and Black (K on CMYK) = 0.56.

Color convert

RGB1112820-
CMYK00.750.820.56
HSL5.27º69.47%25.69%-
HSV(B)5.27º81.98%43.53%-
XYZ7.14.261.11-
YUV51.9110170.15-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 69.81%
GREEN value IS 28 (11.33% from 255) = 17.61%
BLUE value IS 20 (8.20% from 255) = 12.58%
R=69.81%
G=17.61%
B=12.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.82
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111282000.750.820.565.2769.4725.69
Hex6F1C1404B52385451a
Octal1573424011312270510532
Binary11011111110010100010010111010010111000101100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6f1c14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,28,20); }

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

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

 a { background-color: rgb(111,28,20); }

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

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

 span { border-color: rgb(111,28,20); }

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