#6F1606

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

Shades of Falu Red #6F1606

Tints of Falu Red #6F1606

Color information

#6F1606 (or 0x6F1606) is unknown color: approx Falu Red. HEX triplet: 6F, 16 and 06. RGB value is (111,22,6). Sum of RGB (Red+Green+Blue) = 111+22+6=139 (18% of max value = 765). Red value is 111 (43.75% from 255 or 79.86% from 139); Green value is 22 (8.98% from 255 or 15.83% from 139); Blue value is 6 (2.73% from 255 or 4.32% from 139); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1606 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F1606 is #90E9F9. Grayscale: #2E2E2E. Windows color (decimal): -9497082 or 398959. OLE color: 398959.

HSL color Cylindrical-coordinate representation of color #6F1606: hue angle of 9.14º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6F1606 is Cyan = 0, Magento = 0.80, Yellow = 0.95 and Black (K on CMYK) = 0.56.

Color convert

RGB111226-
CMYK00.800.950.56
HSL9.14º89.74%22.94%-
HSV(B)9.14º94.59%43.53%-
XYZ6.883.970.58-
YUV46.79104.99173.8-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 79.86%
GREEN value IS 22 (8.98% from 255) = 15.83%
BLUE value IS 6 (2.73% from 255) = 4.32%
R=79.86%
G=15.83%
B=4.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.95
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11122600.800.950.569.1489.7422.94
Hex6F1660505F3895a17
Octal1572660120137701113227
Binary1101111101101100101000010111111110001001101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,22,6); }

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

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

 a { background-color: rgb(111,22,6); }

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

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

 span { border-color: rgb(111,22,6); }

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