#6b110a

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

Shades of Falu Red #6B110A

Tints of Falu Red #6B110A

Color information

#6B110A (or 0x6B110A) is unknown color: approx Falu Red. HEX triplet: 6B, 11 and 0A. RGB value is (107,17,10). Sum of RGB (Red+Green+Blue) = 107+17+10=134 (17% of max value = 765). Red value is 107 (42.19% from 255 or 79.85% from 134); Green value is 17 (7.03% from 255 or 12.69% from 134); Blue value is 10 (4.30% from 255 or 7.46% from 134); Max value from RGB is 107 - color contains mainly: red. Hex color #6B110A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B110A is #94EEF5. Grayscale: #2B2B2B. Windows color (decimal): -9760502 or 659819. OLE color: 659819.

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

Color convert

RGB1071710-
CMYK00.840.910.58
HSL4.33º82.91%22.94%-
HSV(B)4.33º90.65%41.96%-
XYZ6.323.550.64-
YUV43.11109.32173.57-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 79.85%
GREEN value IS 17 (7.03% from 255) = 12.69%
BLUE value IS 10 (4.30% from 255) = 7.46%
R=79.85%
G=12.69%
B=7.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.91
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107171000.840.910.584.3382.9122.94
Hex6B11A0545B3A45317
Octal1532112012413372412327
Binary1101011100011010010101001011011111010100101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6b110a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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