#6f1410

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

Shades of Falu Red #6F1410

Tints of Falu Red #6F1410

Color information

#6F1410 (or 0x6F1410) is unknown color: approx Falu Red. HEX triplet: 6F, 14 and 10. RGB value is (111,20,16). Sum of RGB (Red+Green+Blue) = 111+20+16=147 (19% of max value = 765). Red value is 111 (43.75% from 255 or 75.51% from 147); Green value is 20 (8.20% from 255 or 13.61% from 147); Blue value is 16 (6.64% from 255 or 10.88% from 147); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1410 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F1410 is #90EBEF. Grayscale: #2E2E2E. Windows color (decimal): -9497584 or 1053807. OLE color: 1053807.

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

Color convert

RGB1112016-
CMYK00.820.860.56
HSL2.53º74.8%24.9%-
HSV(B)2.53º85.59%43.53%-
XYZ6.93.920.88-
YUV46.75110.65173.83-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 75.51%
GREEN value IS 20 (8.20% from 255) = 13.61%
BLUE value IS 16 (6.64% from 255) = 10.88%
R=75.51%
G=13.61%
B=10.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.86
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111201600.820.860.562.5374.824.9
Hex6F1410052563834b19
Octal1572420012212670311331
Binary1101111101001000001010010101011011100011100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6f1410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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