#6B1109

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

Shades of Falu Red #6B1109

Tints of Falu Red #6B1109

Color information

#6B1109 (or 0x6B1109) is unknown color: approx Falu Red. HEX triplet: 6B, 11 and 09. RGB value is (107,17,9). Sum of RGB (Red+Green+Blue) = 107+17+9=133 (17% of max value = 765). Red value is 107 (42.19% from 255 or 80.45% from 133); Green value is 17 (7.03% from 255 or 12.78% from 133); Blue value is 9 (3.91% from 255 or 6.77% from 133); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1109 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B1109 is #94EEF6. Grayscale: #2B2B2B. Windows color (decimal): -9760503 or 594283. OLE color: 594283.

HSL color Cylindrical-coordinate representation of color #6B1109: hue angle of 4.9º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6B1109 is Cyan = 0, Magento = 0.84, Yellow = 0.92 and Black (K on CMYK) = 0.58.

Color convert

RGB107179-
CMYK00.840.920.58
HSL4.9º84.48%22.75%-
HSV(B)4.9º91.59%41.96%-
XYZ6.313.550.61-
YUV43108.82173.65-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 80.45%
GREEN value IS 17 (7.03% from 255) = 12.78%
BLUE value IS 9 (3.91% from 255) = 6.77%
R=80.45%
G=12.78%
B=6.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.92
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10717900.840.920.584.984.4822.75
Hex6B1190545C3A55417
Octal1532111012413472512427
Binary1101011100011001010101001011100111010101101010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B1109

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,17,9); }

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

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

 a { background-color: rgb(107,17,9); }

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

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

 span { border-color: rgb(107,17,9); }

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