#6F1209

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

Shades of Falu Red #6F1209

Tints of Falu Red #6F1209

Color information

#6F1209 (or 0x6F1209) is unknown color: approx Falu Red. HEX triplet: 6F, 12 and 09. RGB value is (111,18,9). Sum of RGB (Red+Green+Blue) = 111+18+9=138 (18% of max value = 765). Red value is 111 (43.75% from 255 or 80.43% from 138); Green value is 18 (7.42% from 255 or 13.04% from 138); Blue value is 9 (3.91% from 255 or 6.52% from 138); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1209 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F1209 is #90EDF6. Grayscale: #2C2C2C. Windows color (decimal): -9498103 or 594543. OLE color: 594543.

HSL color Cylindrical-coordinate representation of color #6F1209: hue angle of 5.29º 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 #6F1209 is Cyan = 0, Magento = 0.84, Yellow = 0.92 and Black (K on CMYK) = 0.56.

Color convert

RGB111189-
CMYK00.840.920.56
HSL5.29º85%23.53%-
HSV(B)5.29º91.89%43.53%-
XYZ6.823.830.64-
YUV44.78107.81175.23-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 80.43%
GREEN value IS 18 (7.42% from 255) = 13.04%
BLUE value IS 9 (3.91% from 255) = 6.52%
R=80.43%
G=13.04%
B=6.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.92
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11118900.840.920.565.298523.53
Hex6F1290545C3855518
Octal1572211012413470512530
Binary1101111100101001010101001011100111000101101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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