#6F1E09

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

Shades of Falu Red #6F1E09

Tints of Falu Red #6F1E09

Color information

#6F1E09 (or 0x6F1E09) is unknown color: approx Falu Red. HEX triplet: 6F, 1E and 09. RGB value is (111,30,9). Sum of RGB (Red+Green+Blue) = 111+30+9=150 (19% of max value = 765). Red value is 111 (43.75% from 255 or 74% from 150); Green value is 30 (12.11% from 255 or 20% from 150); Blue value is 9 (3.91% from 255 or 6% from 150); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1E09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6F1E09 is #90E1F6. Grayscale: #333333. Windows color (decimal): -9495031 or 597615. OLE color: 597615.

HSL color Cylindrical-coordinate representation of color #6F1E09: hue angle of 12.35º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6F1E09 is Cyan = 0, Magento = 0.73, Yellow = 0.92 and Black (K on CMYK) = 0.56.

Color convert

RGB111309-
CMYK00.730.920.56
HSL12.35º85%23.53%-
HSV(B)12.35º91.89%43.53%-
XYZ7.074.330.72-
YUV51.82103.84170.21-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 74%
GREEN value IS 30 (12.11% from 255) = 20%
BLUE value IS 9 (3.91% from 255) = 6%
R=74%
G=20%
B=6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.92
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11130900.730.920.5612.358523.53
Hex6F1E90495C38c5518
Octal15736110111134701412530
Binary11011111111010010100100110111001110001100101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1E09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,30,9); }

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

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

 a { background-color: rgb(111,30,9); }

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

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

 span { border-color: rgb(111,30,9); }

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