#6f1712

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

Shades of Falu Red #6F1712

Tints of Falu Red #6F1712

Color information

#6F1712 (or 0x6F1712) is unknown color: approx Falu Red. HEX triplet: 6F, 17 and 12. RGB value is (111,23,18). Sum of RGB (Red+Green+Blue) = 111+23+18=152 (20% of max value = 765). Red value is 111 (43.75% from 255 or 73.03% from 152); Green value is 23 (9.38% from 255 or 15.13% from 152); Blue value is 18 (7.42% from 255 or 11.84% from 152); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1712 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F1712 is #90E8ED. Grayscale: #303030. Windows color (decimal): -9496814 or 1185647. OLE color: 1185647.

HSL color Cylindrical-coordinate representation of color #6F1712: hue angle of 3.23º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6F1712 is Cyan = 0, Magento = 0.79, Yellow = 0.84 and Black (K on CMYK) = 0.56.

Color convert

RGB1112318-
CMYK00.790.840.56
HSL3.23º72.09%25.29%-
HSV(B)3.23º83.78%43.53%-
XYZ6.974.040.98-
YUV48.74110.65172.41-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 73.03%
GREEN value IS 23 (9.38% from 255) = 15.13%
BLUE value IS 18 (7.42% from 255) = 11.84%
R=73.03%
G=15.13%
B=11.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.84
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111231800.790.840.563.2372.0925.29
Hex6F171204F543834819
Octal1572722011712470311031
Binary1101111101111001001001111101010011100011100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6f1712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,23,18); }

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

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

 a { background-color: rgb(111,23,18); }

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

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

 span { border-color: rgb(111,23,18); }

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