#6F1C19

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

Shades of Falu Red #6F1C19

Tints of Falu Red #6F1C19

Color information

#6F1C19 (or 0x6F1C19) is unknown color: approx Falu Red. HEX triplet: 6F, 1C and 19. RGB value is (111,28,25). Sum of RGB (Red+Green+Blue) = 111+28+25=164 (21% of max value = 765). Red value is 111 (43.75% from 255 or 67.68% from 164); Green value is 28 (11.33% from 255 or 17.07% from 164); Blue value is 25 (10.16% from 255 or 15.24% from 164); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1C19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F1C19 is #90E3E6. Grayscale: #343434. Windows color (decimal): -9495527 or 1645679. OLE color: 1645679.

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

Color convert

RGB1112825-
CMYK00.750.770.56
HSL2.09º63.24%26.67%-
HSV(B)2.09º77.48%43.53%-
XYZ7.154.281.37-
YUV52.48112.5169.74-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 67.68%
GREEN value IS 28 (11.33% from 255) = 17.07%
BLUE value IS 25 (10.16% from 255) = 15.24%
R=67.68%
G=17.07%
B=15.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.77
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111282500.750.770.562.0963.2426.67
Hex6F1C1904B4D3823f1b
Octal157343101131157027733
Binary110111111100110010100101110011011110001011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1C19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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